This file contains copies of some of the console screen outputs I got when I was trying to get the PCMCIA subsystem working for the Apollo TestBed 2. -Gaurang Khetan. -------------------------------------------------------------------------------- This is the output when the PCMCIA is not connected to the backplane Uncompressing Linux........................................... d. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.2 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72y Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1112K code, 207K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent PCI Autoconfig: Found Bus 0, Device 0, Function 0 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 PCI: bus0: Fast back to back transfers disabled PCI: bus1: Fast back to back transfers enabled Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIALd ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IR3 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255., host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 portmap: server 128.125.72.145 not responding, timed out Root-NFS: Unable to get nfsd port number from server, using default Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K INIT: version 2.74 booting mount: fs type devpts not supported by kernel INIT: Entering runlevel: 3 Starting system logger: syslogd Couldn't obtain descriptor for socket /dev/log: Address family not supporl Linux login: -------------------------------------------------------------------------------- This is the output when the PCMCIA Controller is connected to the Testbed Also there are some debugging statements and some explanation. run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #15 Fri Aug 23 02:10:23 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1113K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent [ it always tries to get the address bar at 16,20,24,28,32,36 regardless of the header type which is completely wrong. FOr example out PCMCIA Controller has header type 130, and has Address bar at only 16, so it gets a completely wierd value when it tries to read the address at 20, shown below ] GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 ==============> ETH0 RTL8139C Ethernet Controller PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 <========= PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 <========= PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 <========= GK: Trying to get the address bar at offset 28 <========= GK: Trying to get the address bar at offset 32 <========= GK: Trying to get the address bar at offset 36 <========= GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 ===============> PCI-2-PCI Bridge PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 <========= GK: Trying to get the address bar at offset 20 <========= GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506212, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=80, Header Type=130 VendorID=4480 ==============> R5C476II Socket A: PCMCIA Controller PCI Autoconfig: Found Bus 1, Device 10, Function 0 GK: Trying to get the address bar at offset 16 <========= PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 <========= *** this was the error, the size returned is fdffff30 PCI Autoconfig: BAR 1, Mem, size=0xfdffff30, address=0xd0 *** which is completely wrong. It should only read at 16. GK: was64bit = 1 GK: Trying to get the address bar at offset 28 <========= PCI Autoconfig: BAR 2, Mem, size=0x1000, address=0xfffff000 GK: was64bit = 1 GK: Trying to get the address bar at offset 36 <========= PCI Autoconfig: BAR 3, Mem, size=0x1000, address=0xffffe000 GK: was64bit = 1 GK: Bus 1, PCI_DEVFN=81, Header Type=130 VendorID=4480 ===============> R5C476II Socket B: PCMCIA Controller PCI Autoconfig: Found Bus 1, Device 10, Function 1 GK: Trying to get the address bar at offset 16 <========= PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0xffffd000 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 <========= PCI Autoconfig: BAR 1, Mem, size=0xfdffff30, address=0xd0 GK: was64bit = 1 GK: Trying to get the address bar at offset 28 <========= PCI Autoconfig: BAR 2, Mem, size=0x1000, address=0xfffff000 GK: was64bit = 1 GK: Trying to get the address bar at offset 36 <========= PCI Autoconfig: BAR 3, Mem, size=0x1000, address=0xffffe000 GK: was64bit = 1 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c PCI: bus0: Fast back to back transfers disabled PCI: bus1: Fast back to back transfers disabled Unknown bridge resource 1: assuming transparent PCI: Can not allocate resource region 2 of PCI bridge 1 PCI: resource is ffe00000..ffefffff (1201) Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent PCI: Can not allocate resource region 1 of PCI bridge 2 PCI: resource is 88000000..8bffffff (200) PCI: Can not allocate resource region 2 of PCI bridge 2 PCI: resource is e0000000..ffffffff (1200) Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent PCI: Can not allocate resource region 0 of PCI bridge 6 PCI: resource is 9001e000..9001efff (101) PCI: Can not allocate resource region 1 of PCI bridge 6 PCI: resource is 88000000..8bffffff (200) PCI: Can not allocate resource region 2 of PCI bridge 6 PCI: resource is e0000000..ffffffff (1200) PCI: Can not allocate resource region 1 of device 00:00.0 PCI: Can not allocate resource region 0 of device 01:0a.0 PCI: Can not allocate resource region 0 of device 01:0a.1 Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 PCI: Device 00:00.0 not available because of resource collisions Trying to free nonexistent resource <9001ff00-9001ffff> Trying to free nonexistent resource <00000000-000000ff> CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0a.0 not available because of resource collisions PCI: Device 01:0a.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) IP-Config: Device `eth0' not found. NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS: Unable to get nfsd port number from server, using default Looking up port of RPC 100005/1 on 128.125.72.145 RPC: sendmsg returned error 101 portmap: RPC call returned error 101 Root-NFS: Unable to get mountd port number from server, using default RPC: sendmsg returned error 101 mount: RPC call returned error 101 Root-NFS: Server returned error -101 while mounting /home/grkhetan/job/at2 VFS: Unable to mount root fs via NFS, trying floppy. request_module[block-major-2]: Root fs not mounted VFS: Cannot open root device "nfs" or 02:00 Please append a correct "root=" boot option Kernel panic: VFS: Unable to mount root fs on 02:00 -------------------------------------------------------------------------------- There is a problem when the pci-auto.c file tries to access the base address registers at offsets 16, 20, 24, 28, 32. This should not be done for cardbus bridges. their configuration space format is different than other devices and the PCI to PCI bridge. I modified the code in arch/arm/mach-iop310/pci-auto.c to recognize header type 2( cardbus bridge) and then only process the bar (base address register) at offset 16. 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #19 Fri Aug 23 04:43:27 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1113K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 =========> eth0: RTL8139C : Ethernet Driver GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 ==========> PCI-2-PCI Bridge: Intel 21154 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 ==========> R5C476II Socket A GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 ===========> R5C476II Socket B GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c PCI: bus0: Fast back to back transfers disabled PCI: bus1: Fast back to back transfers disabled Unknown bridge resource 0: assuming transparent // Unknown bridge resource 1: assuming transparent // Unknown bridge resource 2: assuming transparent // Unknown bridge resource 0: assuming transparent // Unknown bridge resource 1: assuming transparent // Unknown bridge resource 2: assuming transparent // Why are these errors coming??? PCI: Can not allocate resource region 0 of PCI bridge 6 // PCI: resource is 9001e000..9001efff (101) // PCI: Can not allocate resource region 1 of PCI bridge 6 // PCI: resource is 8be00000..8befffff (200) // PCI: Can not allocate resource region 2 of PCI bridge 6 // PCI: resource is 8bd00000..8bdfffff (1201) // PCI: Can not allocate resource region 0 of device 01:0b.0 // PCI: Can not allocate resource region 0 of device 01:0b.1 // Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0b.0 not available because of resource collisions PCI: Device 01:0b.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K INIT: version 2.74 booting mount: fs type devpts not supported by kernel INIT: Entering runlevel: 3 Starting system logger: syslogd Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol Linux login: root Password: login[61]: root login on `ttyS0' [root@Linux /root]$cd /e proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cd bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd pccard [root@Linux pccard]$ls [root@Linux pccard]$ls -al dr-xr-xr-x 2 root root 0 Jan 1 00:04 . dr-xr-xr-x 4 root root 0 Jan 1 00:04 .. [root@Linux pccard]$cd .. [root@Linux bus]$ls pccard pci [root@Linux bus]$cd .. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 76 [root@Linux /proc]$cd devices bash: devices: Not a directory [root@Linux /proc]$cat devices <=========there should be a pcmcia entry here but there is no entry Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw Block devices: 31 mtdblock [root@Linux /proc]$exit logout Linux login: -------------------------------------------------------------------------------- So that problem with the access of bars at incorrect locations has been fixed. but there are problems of PCI allocation conflict and problems as shown above. More Debugging statements run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #20 Sat Aug 24 01:52:21 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1113K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 ==ethernet controller GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=96, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 12, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=97, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 12, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 ===ethernet controller Found 00:10 [8086/b154] 000604 01 ===pci-pci bridge Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 Scanning bus 01 Found 01:60 [1180/0476] 000607 02 ===r5c476 A Found 01:61 [1180/0476] 000607 02 ===r5c476 B Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0c.0, config 000000, pass 0 Scanning behind PCI bridge 01:0c.1, config 000000, pass 0 Scanning behind PCI bridge 01:0c.0, config 000000, pass 1 Scanning behind PCI bridge 01:0c.1, config 000000, pass 1 Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent Unknown bridge resource 2: assuming transparent Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent Unknown bridge resource 2: assuming transparent PCI: Can not allocate resource region 0 of PCI bridge 6 PCI: resource is 9001e000..9001efff (101) PCI: Can not allocate resource region 1 of PCI bridge 6 PCI: resource is 8be00000..8befffff (200) PCI: Can not allocate resource region 2 of PCI bridge 6 PCI: resource is 8bd00000..8bdfffff (1201) PCI: Can not allocate resource region 0 of device 01:0c.0 PCI: Can not allocate resource region 0 of device 01:0c.1 Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0c.0 not available because of resource collisions PCI: Device 01:0c.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 -------------------------------------------------------------------------------- This output is the latest with also some command execution outputs run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #21 Sun Aug 25 00:42:33 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1113K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 Found 00:10 [8086/b154] 000604 01 Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 Scanning bus 01 Found 01:58 [1180/0476] 000607 02 Found 01:59 [1180/0476] 000607 02 Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent Unknown bridge resource 2: assuming transparent Unknown bridge resource 0: assuming transparent Unknown bridge resource 1: assuming transparent Unknown bridge resource 2: assuming transparent PCI: Can not allocate resource region 0 of PCI bridge 6 PCI: resource is 9001e000..9001efff (101) PCI: Can not allocate resource region 1 of PCI bridge 6 PCI: resource is 8be00000..8befffff (200) PCI: Can not allocate resource region 2 of PCI bridge 6 PCI: resource is 8bd00000..8bdfffff (1201) PCI: Can not allocate resource region 0 of device 01:0b.0 PCI: Can not allocate resource region 0 of device 01:0b.1 Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0b.0 not available because of resource collisions PCI: Device 01:0b.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K INIT: version 2.74 booting mount: fs type devpts not supported by kernel INIT: Entering runlevel: 3 Starting system logger: syslogd Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol Linux login: root Password: login[61]: root login on `ttyS0' [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cd pci bash: pci: Not a directory [root@Linux /proc]$cd bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd pccard [root@Linux pccard]$ls [root@Linux pccard]$lsmod Module Size Used by [root@Linux pccard]$cd .. [root@Linux bus]$cd .. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 75 [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 8bd00000-8bdfffff : PCI Bus #01 [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 9001e000-9001efff : PCI Bus #01 [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 78 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. [root@Linux /proc]$/sbin/cardmgr cardmgr[80]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[80]: no pcmcia driver in /proc/devices [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw Block devices: 31 mtdblock [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 84 [root@Linux /proc]$cat mtd dev: size erasesize name [root@Linux /proc]$cat modules [root@Linux /proc]$ps PID TTY TIME CMD 1 0,0 00:00:02 init 2 0,0 00:00:00 keventd 3 0,0 00:00:00 ksoftirqd_CPU0 4 0,0 00:00:00 kswapd 5 0,0 00:00:00 bdflush 6 0,0 00:00:00 kupdated 8 0,0 00:00:00 mtdblockd 9 0,0 00:00:00 eth0 10 0,0 00:00:00 rpciod 53 0,0 00:00:00 syslogd 61 4,64 00:00:00 bash 87 4,64 00:00:00 ps [root@Linux /proc]$ -------------------------------------------------------------------------------- As seen above, the file /proc/iomem and /proc/ioports are showing some problem while PCI Bus allocation. Following is the latest output when I inserted some code in linux/drivers/pci/pci.c And debugging statements go on increasing... run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #29 Mon Aug 26 05:41:12 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1114K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 <==========to be noted, it has already been configured by GK: Bus NOT configured by firmware <==========mach-iop310/pci-auto.c Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: Now going into Bus No. 1 for resource allocation. GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Stored: res->start=8be00000 res->size=00100000 res->end=8befffff GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Stored: res->start=8be00000 res->size=000ff000 res->end=8befefff PCI: Can not allocate resource region 0 of PCI bridge 6 <===========to be noted, perhaps we should not allocate PCI: resource is 8be00000..8befefff (200) <===========anything here for the PCMCIA Bridge PCI: Can not allocate resource region 0 of device 01:0b.0 (because the memory_base_register region is common PCI: Can not allocate resource region 0 of device 01:0b.1 for both the cardbridge busses 2 and 6..!) Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0b.0 not available because of resource collisions <==========to be noted PROBLEM PCI: Device 01:0b.1 not available because of resource collisions Intel PCIC probe: not found. <==========to be noted airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. eth0: PCI Bus error 6200. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! <==========to be noted Looking up port of RPC 100003/2 on 128.125.72.145 NETDEV WATCHDOG: eth0: transmit timed out eth0: Setting half-duplex based on auto-negotiated partner ability 0000. Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K INIT: version 2.74 booting mount: fs type devpts not supported by kernel INIT: Entering runlevel: 3 Starting system logger: syslogd Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol Linux login: root Password: login[61]: root login on `ttyS0' [root@Linux /root]$cat /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw Block devices: 31 mtdblock [root@Linux /root]$cd ../proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 72 [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 <========== FIXED!!!! both iomem and ioports have been fixed 8be00000-8befffff : PCI Bus #01 8be00000-8befffff : PCI CardBus #02 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012da13 : Kernel code a012da14-a0160f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 28383 timer 2: 4289 CPLD_IRQ 11: 294 serial 13: 3995 eth0 Err: 0 [root@Linux /proc]$cat moudl moudl: No such file or directory [root@Linux /proc]$cat modules [root@Linux /proc]$cd bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd oc bash: oc: No such file or directory [root@Linux bus]$cd pccard [root@Linux pccard]$ls [root@Linux pccard]$cd ../.. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 80 [root@Linux /proc]$cat driver [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. <======== why are the IRQs shared with the P2P bridge Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 83 [root@Linux /proc]$cat meminfo total: used: free: shared: buffers: cached: Mem: 130723840 3387392 127336448 0 0 1794048 Swap: 0 0 0 MemTotal: 127660 kB MemFree: 124352 kB MemShared: 0 kB Buffers: 0 kB Cached: 1752 kB SwapCached: 0 kB Active: 1216 kB Inactive: 880 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 127660 kB LowFree: 124352 kB SwapTotal: 0 kB SwapFree: 0 kB [root@Linux /proc]$ps PID TTY TIME CMD 1 0,0 00:00:02 init 2 0,0 00:00:00 keventd 3 0,0 00:00:00 ksoftirqd_CPU0 4 0,0 00:00:00 kswapd 5 0,0 00:00:00 bdflush 6 0,0 00:00:00 kupdated 8 0,0 00:00:00 mtdblockd 9 0,0 00:00:00 eth0 10 0,0 00:00:00 rpciod 53 0,0 00:00:00 syslogd 61 4,64 00:00:00 bash 85 4,64 00:00:00 ps [root@Linux /proc]$cd /sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /sbin]$ifport usage: ifport interface [auto|10baseT|10base2|aui|100baseT|##] [root@Linux /sbin]$cardmgr cardmgr[89]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[89]: no pcmcia driver in /proc/devices [root@Linux /sbin]$dump_cis no pcmcia driver in /proc/devices [root@Linux /sbin]$cardctl usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /sbin]$cardctl status 0 no pcmcia driver in /proc/devices [root@Linux /sbin]$cardctl status 1 no pcmcia driver in /proc/devices [root@Linux /sbin]$ -------------------------------------------------------------------------------- -------------------------------------------------------------------------------- So the problem with the files /proc/iomem and /proc/ioports has gone. The problem with PCI allocation has reduced. But still there are two lines saying they could not allocate resources for two devices - which are the R5c476ii sockets. The following is the output when i dont configure cardbus memreg in pci-auto.c and also not use that region in pci_read_bridge_bases(). 0-th arg:Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #32 Mon Aug 26 07:17:59 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1114K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506160, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: Now going into Bus No. 1 for resource allocation. GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Right now returning immediately. GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Right now returning immediately. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] PCI: Device 01:0b.0 not available because of resource collisions PCI: Device 01:0b.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 8be00000-8befffff : PCI Bus #01 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012d99f : Kernel code a012d9a0-a0160f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 34471 timer 2: 4555 CPLD_IRQ 11: 221 serial 13: 4334 eth0 Err: 0 [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw Block devices: 31 mtdblock [root@Linux /proc]$cat pcmcia pcmcia: No such file or directory [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. [root@Linux /proc]$ls bus/pccard [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 79 [root@Linux /proc]$cat stat cpu 34 0 393 42048 cpu0 34 0 393 42048 page 0 0 swap 0 0 intr 52878 0 42466 5206 0 0 0 0 0 0 0 0 452 0 4754 0 0 0 0 0 disk_io: ctxt 3450 btime 0 processes 80 [root@Linux /proc]$cat cmdline root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any [root@Linux /proc]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /proc]$cardmgr cardmgr[83]: errkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 or in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[83]: no kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 pcmcia driver in /proc/devices [root@Linux /proc]$exi   halt kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Switching to runlevel: 0 [root@Linux /proc]$kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Sending processes the TERM signal  Broadcast message from root (ttyS0) Thu Jan 1 00:08:12 1970... The system is going down for system halt NOW !! INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all processes the TERM signal... kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: no more processes left in this runlevel Sending all processes the KILL signal.. /etc/rc.d/rc0.d/S00halt: halt: command not found Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ Now let the pci-auto put something in the PCI_BASE_ADDRESS_0 so that pcbios_enable_device() can return a 0. And thereby preventing the lines "PCI: Device 01:0b.0 not available because of resource collisions PCI: Device 01:0b.1 not available because of resource collision" run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #33 Mon Aug 26 08:10:58 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127600KB available (1114K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069695156 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: Now going into Bus No. 1 for resource allocation. GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Right now returning immediately. GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Right now returning immediately. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] ================================================================================ HANGED!!!!!!!!!!!!! HANGED HERE. removal of those lines.....wow something seems to be happening. Now lets detect what is happening... Following is the output when I put some debugging statements into yenta.c and cardbus.c. Wait and watch, let us know who is the culprit.... run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #38 Mon Aug 26 10:00:19 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1120K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: Now going into Bus No. 1 for resource allocation. GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Right now returning immediately. GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Right now returning immediately. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 config_writew: c016040c 003e 0580 exca_writeb: c016040c 001e 00 exca_writeb: c016040c 0016 00 cb_writel: c016040c 000c 00004000 cb_writel: c016040c 0004 00000000 GK: yenta_allocate_resources called. ================================================================================ Here I discovered a bug in the code that I added to read_bridge_bases and corrected it. So now the resource allocation should be done during pci_bus_allocate_resources() itself. run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #39 Mon Aug 26 10:14:57 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1121K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: Now going into Bus No. 1 for resource allocation. GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Stored: res->start=8beff000 res->size=00001000 res->end=8befffff <====== now these are correct GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Stored: res->start=8befe000 res->size=00001000 res->end=8befefff PCI: Can not allocate resource region 0 of device 01:0b.0 <======== WHY WHY find out... PCI: Can not allocate resource region 0 of device 01:0b.1 Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 PCI: Device 01:0b.0 not available because of resource collisions GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 PCI: Device 01:0b.1 not available because of resource collisions Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com ds: no socket drivers loaded! Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=128. Max Lat=7. Non-prefetchable 32 bit memory at 0x0 [0xfff]. [root@Linux /proc]$cat interrupts 1: 23050 timer 2: 4394 CPLD_IRQ 11: 221 serial 13: 4173 eth0 Err: 0 [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 8be00000-8befffff : PCI Bus #01 8befe000-8befefff : PCI CardBus #06 8beff000-8befffff : PCI CardBus #02 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012f4cf : Kernel code a012f4d0-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$ls bus/pccard [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 77 [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw Block devices: 31 mtdblock [root@Linux /proc]$car t /var/lib/pcmcia/stab /var/lib/pcmcia/stab: No such file or directory [root@Linux /proc]$cat /var/lib/pcmcia/stab     /var/lib/pcmcia/: No such file or directory [root@Linux /proc]$cat /var/lib/pcmcia/                cd  /var/run/pc               cat stat cpu 44 0 407 41833 cpu0 44 0 407 41833 page 0 0 swap 0 0 intr 54269 0 42275 5997 0 0 0 0 0 0 0 0 675 0 5322 0 0 0 0 0 disk_io: ctxt 3663 btime 0 processes 81 [root@Linux /proc]$cat interrupts 1: 44630 timer 2: 6176 CPLD_IRQ 11: 723 serial 13: 5453 eth0 Err: 0 [root@Linux /proc]$pcic- _probe  PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /proc]$cardmgr cardmgr[84]: errkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 or in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[84]: no kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 pcmcia driver in /proc/devices [root@Linux /proc]$halt kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2  Broadcast message from root (tkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 tyS0) Thu Jan 1 00:09:10 1970... The system is going down for system haltkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 NOW !! INIT: Switching to runlevel: 0 [root@Linux /proc]$INIT: Sending processes the TERM signal INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all processes the TERM signal... kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: no more processes left in this runlevel Sending all processes the KILL signal.. /etc/rc.d/rc0.d/S00halt: halt: command not found Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ Now I feel there is a bug in the pci_bus_allocate_resources() whereby it does not find the parent of a resource properly. I have included debug statements to confirm. run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #41 Mon Aug 26 11:13:46 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1121K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus NOT configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001e000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8be00000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8bd00000, end=8bdfffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Stored: res->start=8beff000 res->size=00001000 res->end=8befffff GK: so pr<>res where pr->start=8be00000, end=8befffff; res->start=8beff000, end=8befffff GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: Stored: res->start=8befe000 res->size=00001000 res->end=8befefff GK: so pr<>res where pr->start=8be00000, end=8befffff; res->start=8befe000, end=8befefff Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 config_writew: c016040c 003e 0580 exca_writeb: c016040c 001e 00 exca_writeb: c016040c 0016 00 cb_writel: c016040c 000c 00004000 cb_writel: c016040c 0004 00000000 GK: yenta_allocate_resources called. GK: yar: 1GK: yar: 2: root = c03ce558 ================================================================================ Now I understand better the whole thing. yenta driver expects that the dev->resource[0] be filled from earlier, but it fills dev->resources[PCI_BRIDGE_RES+1-4] itself. i therefore modified my addition at mach-iop/pci.c to reflect this. The output is - run 0-th arg:Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #44 Mon Aug 26 13:03:07 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1121K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001e000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8be00000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8bd00000, end=8bdfffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 exca_writeb: c016040c 001e 00 exca_writeb: c016040c 0016 00 cb_writel: c016040c 000c 00004000 cb_writel: c016040c 0004 00000000 GK: yenta_allocate_resources called. GK: yar: 1GK: yar: 2: bus=2; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 ================================================================================ When I modify the yenta.c file a bit, especially by taking off the voltage reconfiguration command to the socket card and the socket_mask operation, then - run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #51 Mon Aug 26 19:39:50 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1121K code, 206K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001e000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8be00000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8bd00000, end=8bdfffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c ffffffff config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=fffff000, end=00000fff GK: yar: 2: bus=2; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c ffffffff config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=fffff000, end=00000fff GK: yar: 2: bus=6; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 config_writew: c016040c 003e 0500 ================================================================================ more debugging statements 0-th arg:Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #61 Mon Aug 26 21:34:26 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001e000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8be00000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8bd00000, end=8bdfffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c ffffffff config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=fffff000, end=00000fff GK: yar: 2: bus=2; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c ffffffff config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=fffff000, end=00000fff GK: yar: 2: bus=6; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 config_writew: c016040c 003e 0500 ================================================================================ so basically there are two spots where the yenta driver hangs.... one is because of three culprit statements (They should be valid according to the datasheet, i dont understand why are they not working right now) and the other is in the yenta IRQ probing routine...which makes use of the customized code that I had written to get the PCMCIA support to compile in the kernel. Now i have removed those 3 culprit statements. Also removed the interrupt 11 from the list of interrupts the yenta IRQ routine probes, since 11 is being used by serial communication driver in apollo. XScale > run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #62 Mon Aug 26 21:47:10 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506140, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000e0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001e000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8be00000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8bd00000, end=8bdfffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8bd00000, end=8bdfffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8be00000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001e000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 eth0: Too much work at interrupt, IntrStatus=0x0001. config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000419 exca_readb: c0160498 0001 6f exca_readb: c0160498 0003 40 GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting mount: fs type devpts not supported by kernel INIT: Entering runlevel: 3 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogd Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol Linux login: root Password: login[61]: root login on `ttyS0' [root@Linux /root]$cat /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia Block devices: 31 mtdblock [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 72 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 8be00000-8befffff : PCI Bus #01 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012f88f : Kernel code a012f890-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 39385 timer 2: 5061 CPLD_IRQ 11: 367 serial 13: 4693 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /proc]$cd bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd pccard [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd drivers bash: drivers: Not a directory [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cat drivers airo_cs 1 0 orinoco_cs 1 0 wavelan_cs 1 0 [root@Linux pccard]$cd 00 [root@Linux 00]$ls clients [root@Linux 00]$cd clients bash: clients: Not a directory [root@Linux 00]$ls  cat clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 00]$cd .. [root@Linux pccard]$cd 01 [root@Linux 01]$ls clients [root@Linux 01]$cat clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 01]$cd .. [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd .. [root@Linux bus]$cd pci [root@Linux pci]$ls 01 00 devices [root@Linux pci]$cat devices 0000 10ec8129 d 9001ff01 8bffff00 00000000 00000000 00000000 00000000 00000000 00000100 00000100 00000000 00000000 00000000 00000000 00000000 8139too 0010 8086b154 e 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 PCI Bridge 0158 11800476 11 8beff000 00000000 00000000 00000000 00000000 00000000 00000000 00001000 00000000 00000000 00000000 00000000 00000000 00000000 cardbus 0159 11800476 e 8befe000 00000000 00000000 00000000 00000000 00000000 00000000 00001000 00000000 00000000 00000000 00000000 00000000 00000000 cardbus [root@Linux pci]$cd 00 [root@Linux 00]$ls 02.0 00.0 [root@Linux 00]$cd 02.0 bash: 02.0: Not a directory [root@Linux 00]$cat 02.0 †€TŽ±GŽ°ŽáŽá€"Žà‹Žà‹ŽÑ‹ŽÑ‹ŽÜŽð@[root@Linux 00]$cat 00.0 Žì)G€ŽÿŽÿŽÿ‹Žì) [root@Linux 00]$cd .. [root@Linux pci]$cd .. [root@Linux bus]$ls pccard pci [root@Linux bus]$cd .. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 92 [root@Linux /proc]$cat modules [root@Linux /proc]$cat meminfo total: used: free: shared: buffers: cached: Mem: 130715648 3440640 127275008 0 0 1806336 Swap: 0 0 0 MemTotal: 127652 kB MemFree: 124292 kB MemShared: 0 kB Buffers: 0 kB Cached: 1764 kB SwapCached: 0 kB Active: 1216 kB Inactive: 896 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 127652 kB LowFree: 124292 kB SwapTotal: 0 kB SwapFree: 0 kB [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 95 [root@Linux /proc]$cat stat cpu 51 0 703 72281 cpu0 51 0 703 72281 page 0 0 swap 0 0 intr 88822 0 73026 7898 0 0 0 0 0 0 0 0 1231 0 6666 1 0 0 0 0 disk_io: ctxt 4682 btime 0 processes 96 [root@Linux /proc]$cd ../sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$dump_cis Socket 0: no CIS presecs: warning: no high memory space available! nt Socket 1:cs: unable to map card memory! cs: unable to map card memory! no CIS present [root@Linux /sbin]$cardctl usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /sbin]$cardctl status 1 0 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 no card [root@Linux /sbin]$cardmgr & [1] 101 [root@Linux /sbin]$cardmgr[101]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[101]: watching 2 socketscs: IO port probe 0x0c00-0x0cff: <1>Unable to handle kernel paging request at virtual address 6e000c00 pgd = c7ee8000 *pgd = 00000000, *pmd = 00000000 Internal error: Oops: 0 CPU: 0 pc : [] lr : [] Not tainted sp : c7dd9c70 ip : 00000000 fp : c7dd9c9c r10: 00000000 r9 : 000314e8 r8 : 00000100 r7 : 6e000000 r6 : 00000c00 r5 : c03cfc60 r4 : 00000c00 r3 : 00000c01 r2 : c7dd9c3c r1 : c013b284 r0 : 00000001 Flags: nZCv IRQs on FIQs on Mode SVC_32 Segment user Control: 397F Table: A7EE8000 DAC: 00000015 Process cardmgr (pid: 101, stackpage=c7dd9000) Stack: (0xc7dd9c60 to 0xc7dda000) 9c60: c00288dc c009d600 60000013 ffffffff 00000000 00000c00 00000100 00000000 9c80: 00000000 00000000 000314e8 00000018 c7dd9cb4 c7dd9ca0 c009e168 c009d570 9ca0: c0186402 c03cfa60 c7dd9cc4 c7dd9cb8 c009e2d4 c009e0dc c7dd9f88 c7dd9cc8 9cc0: c00a04ac c009e278 80000000 00000002 00000002 00000000 00000c00 00000100 9ce0: 00000000 0000008c c7dd9d94 c7dd9cf8 c0101e7c c01007bc c7dd9db0 00000000 9d00: fffffff5 c7dd9d48 c038da60 00000000 00000009 c7dd9dfc c7dd9d3c c7dd9d28 9d20: c0103368 c0103094 00000006 00000000 c7fd9824 c7fd9828 c038dee0 c7dd8000 9d40: c7dd9d74 c7dd9d50 c0104dec c7fd9884 00000001 c7fdd000 00000000 c7dd9d94 9d60: 00000000 c013a0a0 c014ada0 60000093 c7dd9d90 c7dd9d80 c007cad8 c00207d0 9d80: c7dd9d94 c7dd9dcc 00000025 c7dd9df4 00000001 00000000 ffffffff c7dd9e88 9da0: c7dd9dac c0118bf8 c01162cc 00000002 00000000 00000000 00000000 c7dd9df4 9dc0: 00000004 c039c380 00000000 c7d5a000 c7d5bfb8 c7d5a000 00001fb8 bffff964 9de0: c7dd9e14 c7dd9df0 c0018a84 c0018aa4 00000000 c7dd9e14 c7dd9e04 c00218b8 9e00: c0020230 00000000 c7dd9e64 c7dd9e18 c0022a4c c0021868 c7d5a000 c7dd9e80 9e20: 00000000 00000000 c7dd9e80 0000000a 00000000 00000000 a0000013 c000d1a0 9e40: c000d1a0 c7dd8000 c7d5a000 00000000 c0138000 c013af0c c7dd9e88 c0020780 9e60: fffffe00 c7dd9e88 c7dd9e74 c002600c c00189a8 00000067 c7d5a000 c7dd9ed4 9e80: c7dd9e8c c0026fc8 c002196c 00000000 c7dd8000 00000000 00000000 00000000 9ea0: c7dd8000 c7dd80bc c7dd80bc 00000004 c039f400 c8802f00 00000014 c039f540 9ec0: c7dd9f00 c7dd9ed0 c00864ec c0085c04 c002ec44 00000000 c036f4c0 0000000d 9ee0: 04000000 c0142658 c01424b8 c014ada0 00000000 c7dd9f2c c7dd9f04 c0017fc4 9f00: c0017e20 00000004 00000002 40000000 c01424f8 c01424b8 c014ada0 c7dd9f70 9f20: c7dd9f40 c7dd9f30 c0020208 c0017ebc 00000000 c7dd9f6c c7dd9f44 c0017fc4 9f40: c7dd9f68 00000000 00000000 0000000d c0017824 40101ae8 c7dd9fac c7dd9f68 9f60: c0015620 c0186402 00000003 000314e8 ffffffe7 c7dd8000 00000000 c7dd9fac 9f80: c7dd9f8c c00502c0 c00a01b0 000314e8 00000003 00019b58 00000036 c0017824 9fa0: 00000000 c7dd9fb0 c0017680 c00500c8 000314e8 ffffffff 00000003 c0186402 9fc0: 000314e8 000198d4 000314e8 00000003 00019b58 00000001 bffffe04 000198f4 9fe0: 00000000 bffffb60 400b3e30 bffffb0c 0000b6c4 400b3e34 20000010 00000003 Backtrace: Function entered at [] from [] Function entered at [] from [] r5 = C03CFA60 r4 = C0186402 Function entered at [] from [] Function entered at [] from [] Function entered at [] from [] r8 = C0017824 r7 = 00000036 r6 = 00019B58 r5 = 00000003 r4 = 000314E8 Code: e3a00001 e0843000 (e7d42007) e7d31007 e202c0ff clear [1]+ Segmentation fault cardmgr [root@Linux /sbin]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /sbin]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 106 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8bd00000-8bdfffff : PCI Bus #01 8be00000-8befffff : PCI Bus #01 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012f88f : Kernel code a012f890-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001e000-9001efff : PCI Bus #01 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$ps PID TTY TIME CMD 1 0,0 00:00:03 init 2 0,0 00:00:01 keventd 3 0,0 00:00:00 ksoftirqd_CPU0 4 0,0 00:00:00 kswapd 5 0,0 00:00:00 bdflush 6 0,0 00:00:00 kupdated 8 0,0 00:00:00 mtdblockd 9 0,0 00:00:00 eth0 10 0,0 00:00:00 rpciod 53 0,0 00:00:00 syslogd 61 4,64 00:00:00 bash 111 4,64 00:00:00 ps [root@Linux /proc]$lsmod Module Size Used by [root@Linux /proc]$cd /dev [root@Linux /dev]$ls zero null mem tty tty1 tty0 ttyS0 ttyS1 tty2 console flh0 flh1 flh2 flh3 hda hda1 hda2 hda3 hda4 hda5 hda6 hda7 hda8 hdb hdb1 hdb2 hdb3 hdb4 hdb5 hdb6 hdb7 hdb8 ptmx ttyP0 ttyP1 ttyP2 ttyP3 ram0 ram1 ram2 ram3 pts initctl random urandom kmem fb fb0 fb1 fb2 fb3 fb4 fb5 fb6 fb7 tty3 tty4 tty5 tty6 tty7 tty8 root mixer0 mixer sequencer mixer1 mixer2 mixer3 midi00 midi01 midi02 midi03 midi dsp0 dsp dsp1 dsp2 dsp3 audio0 audio audio1 audio2 audio3 dspW0 dspW dspW1 dspW2 dspW3 sndstat dmfm0 audioctl dspdefault dmfm ttySA0 ttySA1 ttySA2 cusa0 cusa1 cusa2 [root@Linux /dev]$ls p* ptmx pts: [root@Linux /dev]$cat /proc/devics /proc/devics: No such file or directory [root@Linux /dev]$cat /proc/devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia <============= finally got the entry for PCMCIA. the pcmcia driver registered! Block devices: 31 mtdblock [root@Linux /dev]$halt  Broadcast message from root (ttyS0) Thu Jan 1 00:19:07 1970... The system is going down for system halt NOW !! [root@Linux /devkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 ]$INIT: Switching to runlevel: 0 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Sending processes the TERM signal INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all processes the TERM signal... kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: no more processes left in this runlevel Sending all processes the KILL signal.. kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ SO THAT WORKS atleast partially. The PCI Autoconfig went successfully. The PCMCIA CS (Card Services), DS (Driver Services), and Yenta Driver (the driver for Ricoh R5C476II) were started and completed initialization successfully on bootup. They recognized and initialized the R5C476II IC properly. However, these things to be done, before PCMCIA chapter can be closed. (1) When Yenta Driver runs, investigate the memory it assigns for the different sockets, i think that it may not be doing that properly. The memory at MemBaseLimit, IOBaseLimit Numbers 1 and 2 - those for the sockets. And investigate the IRQs. How does the driver decide on the IRQ? Does the code in mach-iop310/ do it? Does it do it correctly for our system. Investigate. (2) Why did the CardMgr fail to start properly when started on the command line, and do a segmentation fault? Investigate. Why did dump_cis not dump the CIS of the socket? I think this will be solved when (1) is done. (3) After this 2 have been solved, then look at the whether we can eliminate the need for cardmgr and /etc/pcmcia for access to the compactflash card. If we can eliminate them and include their functionality in the drivers or somewhere in the kernel, then do it. Otherwise look up "initrd" to make a ramdisk to temporarily mount as root filesystem, and load the cardmgr and the /etc/cardmgr in that ramdisk, and then using those, mount off the actual root filesystem on the compactpci flash card. ================================================================================ ================================================================================ ================================================================================ ================================================================================ There was a bug in the yenta.c memory allocation. Yenta driver tries to acquire 4MB prefetchable and 4MB non-prefetchable for each socket and if the alloacation fails, then the driver itself fails! And this was happening in our case. And it does not even print a message. So I increased the default memory allocation to the PCI2PCI bridge by 16MB, and the default IO space allocation by 8KB. Now Yenta will be able to allocate. And also I changed the alignment required for Memory allocation in Yenta, why was it 4MB, when 1MB was sufficient? Only Linus knows... Here is the output run 0-th argUncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #63 Thu Aug 29 04:16:15 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506136, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8aefffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8aefffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=0, size=4194304, bus->number=2 GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=2, size=256, bus->number=2 GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=3, size=256, bus->number=2 GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8aefffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=0, size=4194304, bus->number=6 GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8ba00000 config_writel: c0160498 0028 8bdfffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=2, size=256, bus->number=6 GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4<3>ERROR: yenta.c - allocate_res(): We could not allocate resource nr=3, size=256, bus->number=6 GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 ================================================================================ Oh... still three windows did not get allocated. It was a bug in the code that I inserted. Removed the bug. Going again ... run 0-th arg:Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #65 Thu Aug 29 04:44:53 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506120, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8b5fffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 001c 8ae00000 config_writel: c016040c 0020 8b1fffff GK: yar: 6GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 002c 9001c000 config_writel: c016040c 0030 9001c0ff GK: yar: 6GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0034 9001c400 config_writel: c016040c 0038 9001c4ff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 001c 8b200000 config_writel: c0160498 0020 8b5fffff GK: yar: 6GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8ba00000 config_writel: c0160498 0028 8bdfffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 002c 9001c800 config_writel: c0160498 0030 9001c8ff GK: yar: 6GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0034 9001cc00 config_writel: c0160498 0038 9001ccff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 eth0: Too much work at interrupt, IntrStatus=0x0001. GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 eth0: Too much work at interrupt, IntrStatus=0x0001. GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. <============== why GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K Warning: unable to open an initial console. Kernel panic: No init found. Try passing init= option to kernel. ================================================================================ that "no init found" in the last was just because i did not mount the ramdisk_ks on job/at2. Since it says try increasing setup_Delay, i increase the setup_Delay from 10 to 50. Trial and Error. Lets see what happens now. run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #66 Thu Aug 29 04:51:10 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506120, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8b5fffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 001c 8ae00000 config_writel: c016040c 0020 8b1fffff GK: yar: 6GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 002c 9001c000 config_writel: c016040c 0030 9001c0ff GK: yar: 6GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0034 9001c400 config_writel: c016040c 0038 9001c4ff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 001c 8b200000 config_writel: c0160498 0020 8b5fffff GK: yar: 6GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8ba00000 config_writel: c0160498 0028 8bdfffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 002c 9001c800 config_writel: c0160498 0030 9001c8ff GK: yar: 6GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0034 9001cc00 config_writel: c0160498 0038 9001ccff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. eth0: Too much work at interrupt, IntrStatus=0x0001. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 eth0: Too much work at interrupt, IntrStatus=0x0001. config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 eth0: Too much work at interrupt, IntrStatus=0x0001. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia Block devices: 31 mtdblock [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8ae00000-8b5fffff : PCI Bus #01 8ae00000-8b1fffff : PCI CardBus #02 8b200000-8b5fffff : PCI CardBus #06 8b600000-8befffff : PCI Bus #01 8b600000-8b9fffff : PCI CardBus #02 8ba00000-8bdfffff : PCI CardBus #06 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012f913 : Kernel code a012f914-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001c000-9001efff : PCI Bus #01 9001c000-9001c0ff : PCI CardBus #02 9001c400-9001c4ff : PCI CardBus #02 9001c800-9001c8ff : PCI CardBus #06 9001cc00-9001ccff : PCI CardBus #06 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat ine terrupts 1: 7914 timer 2: 3849 CPLD_IRQ 11: 378 serial 13: 3470 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /proc]$cd bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd pccard [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd d   at drivers airo_cs 1 0 orinoco_cs 1 0 wavelan_cs 1 0 [root@Linux pccard]$cd 01 [root@Linux 01]$ls clients [root@Linux 01]$cat clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 01]$cd .. [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd 00 [root@Linux 00]$cat clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 00]$cd .. [root@Linux pccard]$cd .. [root@Linux bus]$ls pccard pci [root@Linux bus]$cd .. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 85 [root@Linux /proc]$cat stat cpu 39 0 743 14238 cpu0 39 0 743 14238 page 0 0 swap 0 0 intr 24645 0 15011 4817 0 0 0 0 0 0 0 0 754 0 4062 1 0 0 0 0 disk_io: ctxt 3785 btime 0 processes 86 [root@Linux /proc]$cat meminfo total: used: free: shared: buffers: cached: Mem: 130715648 3416064 127299584 0 0 1802240 Swap: 0 0 0 MemTotal: 127652 kB MemFree: 124316 kB MemShared: 0 kB Buffers: 0 kB Cached: 1760 kB SwapCached: 0 kB Active: 1216 kB Inactive: 892 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 127652 kB LowFree: 124316 kB SwapTotal: 0 kB SwapFree: 0 kB [root@Linux /proc]$cd /sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$pcic_probl e PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /sbin]$dump_cis <============== why does this not give correct results Socket 0: no CIS presecs: warning: no high memory space available! nt Socket 1:cs: unable to map card memory! cs: unable to map card memory! no CIS present [root@Linux /sbin]$cardctl usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /sbin]$cardctl status 0 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 no card [root@Linux /sbin]$cardctl status 1 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 <================ 30000458 means that the card is powered up 5V 16-bit PC Card <=========detected <================ and that it is 16-bit, making an interrupt request function exca_readb: c0160498 0001 4e 0: [busy], [bat exca_readb: c0160498 0003 40 <====== but says busy or battery dead dead] [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$cardctl config 1 Vcc 5.0V Vpp1 5.0V Vpp2 5.0V [root@Linux /sbin]$cardmgr cardmgr[96]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[96]: watching 2 socketscs: IO port probe 0x0c00-0x0cff: <1>Unable to handle kernel paging request at virtual address 6e000c00 pgd = c7eec000 *pgd = 00000000, *pmd = 00000000 Internal error: Oops: 0 CPU: 0 pc : [] lr : [] Not tainted sp : c7ddbc70 ip : 00000000 fp : c7ddbc9c r10: 00000000 r9 : 000314e8 r8 : 00000100 r7 : 6e000000 r6 : 00000c00 r5 : c03cfc60 r4 : 00000c00 r3 : 00000c01 r2 : c7ddbc3c r1 : c013b284 r0 : 00000001 Flags: nZCv IRQs on FIQs on Mode SVC_32 Segment user Control: 397F Table: A7EEC000 DAC: 00000015 Process cardmgr (pid: 96, stackpage=c7ddb000) Stack: (0xc7ddbc60 to 0xc7ddc000) bc60: c00288f0 c009d614 60000013 ffffffff 00000000 00000c00 00000100 00000000 bc80: 00000000 00000000 000314e8 00000018 c7ddbcb4 c7ddbca0 c009e17c c009d584 bca0: c0186402 c03cfa60 c7ddbcc4 c7ddbcb8 c009e2e8 c009e0f0 c7ddbf88 c7ddbcc8 bcc0: c00a04c0 c009e28c 80000000 00000002 00000002 00000000 00000c00 00000100 bce0: 00000000 0000008c c7ddbd94 c7ddbcf8 c0101ea0 c01007e0 c7ddbcf8 00000000 bd00: 00000000 00000000 00000000 00000000 00000000 00000000 00000004 c7ddbdc4 bd20: c7ddbda0 00000000 00000006 00000000 c7fd9824 c7fd9828 c038dde0 c7dda000 bd40: c7ddbd74 c7ddbd50 c0104e10 c7fd9884 00000001 c7fdd000 00000000 c7ddbd94 bd60: 00000000 c013a0a0 c014ada0 60000093 c7ddbd90 c7ddbd80 c007caec c00207e4 bd80: c7ddbd94 c7ddbdcc 00000025 c7ddbdf4 00000001 00000000 ffffffff c7ddbe88 bda0: c7ddbdac c0118c18 c01162ec 00000002 00000000 00000000 00000000 c7ddbdf4 bdc0: 00000004 c039c380 00000000 c7d88000 c7d89fb8 c7d88000 00001fb8 bffff964 bde0: c7ddbe14 c7ddbdf0 c0018a84 c0018aa4 00000000 c7ddbe14 c7ddbe04 c00218cc be00: c0020244 00000000 c7ddbe64 c7ddbe18 c0022a60 c002187c c7d88000 c7ddbe80 be20: 00000000 00000000 c7ddbe80 0000000a 00000000 00000000 a0000013 c000d1a0 be40: c000d1a0 c7dda000 c7d88000 00000000 c0138000 c013af0c c7ddbe88 c0020794 be60: fffffe00 c7ddbe88 c7ddbe74 c0026020 c00189a8 00000062 c7d88000 c7ddbed4 be80: c7ddbe8c c0026fdc c0021980 00000000 c7dda000 00000000 00000000 00000000 bea0: c7dda000 c7dda0bc c7dda0bc 00000004 c039f400 c8802f00 00000014 c039f540 bec0: c7ddbf00 c7ddbed0 c0086500 c0085c18 c002ec58 00000000 c036f4c0 0000000d bee0: 04000000 c0142658 c01424b8 c014ada0 00000000 c7ddbf2c c7ddbf04 c0017fc4 bf00: c0017e20 00000004 00000002 40000000 c01424f8 c01424b8 c014ada0 c7ddbf70 bf20: c7ddbf40 c7ddbf30 c002021c c0017ebc 00000000 c7ddbf6c c7ddbf44 c0017fc4 bf40: c7ddbf68 00000000 00000000 0000000d c0017824 40101ae8 c7ddbfac c7ddbf68 bf60: c00153a0 c0186402 00000003 000314e8 ffffffe7 c7dda000 00000000 c7ddbfac bf80: c7ddbf8c c00502d4 c00a01c4 000314e8 00000003 00019b58 00000036 c0017824 bfa0: 00000000 c7ddbfb0 c0017680 c00500dc 000314e8 ffffffff 00000003 c0186402 bfc0: 000314e8 000198d4 000314e8 00000003 00019b58 00000001 bffffe04 000198f4 bfe0: 00000000 bffffb60 400b3e30 bffffb0c 0000b6c4 400b3e34 20000010 00000003 Backtrace: Function entered at [] from [] Function entered at [] from [] r5 = C03CFA60 r4 = C0186402 Function entered at [] from [] Function entered at [] from [] Function entered at [] from [] r8 = C0017824 r7 = 00000036 r6 = 00019B58 r5 = 00000003 r4 = 000314E8 Code: e3a00001 e0843000 (e7d42007) e7d31007 e202c0ff Segmentation fault [root@Linux /sbin]$ps PID TTY TIME CMD 1 0,0 00:00:04 init 2 0,0 00:00:01 keventd 3 0,0 00:00:00 ksoftirqd_CPU0 4 0,0 00:00:00 kswapd 5 0,0 00:00:00 bdflush 6 0,0 00:00:00 kupdated 8 0,0 00:00:00 mtdblockd 9 0,0 00:00:00 eth0 10 0,0 00:00:00 rpciod 53 0,0 00:00:00 syslogd 61 4,64 00:00:00 bash 99 4,64 00:00:00 ps [root@Linux /sbin]$halt  Broadcast message from root (ttyS0) Thu Jan 1 00:10:26 1970... The system is going down for system halt NOW !! INIT: Switching to runlevel: 0 [root@Linux /sbin]$INIT: Sending processes the TERM signal INIT: Sending processes Shutting down system logger: Sending all processes the TERM signal... INIT: no more processes left in this runlevel Sending all processes the KILL signal.. /etc/rc.d/rc0.d/S00halt: halt: command not found Unmounting file systems /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ that does not solve the problem. anyway i dont think that the setup delay is an important issue. so lets work on other things. when we execute the dump_cis program, this message comes on the screen "cs.c: unable to map card memory." this might be related to the alignment thing. In yenta, I did mem_size = 4MB, and align=1MB, now lets change it to mem_size=2MB, and align=2MB. I feel that they require that the size and alignment should be the same value. The output then becomes run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #67 Thu Aug 29 23:53:43 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1122K code, 205K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506120, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8b5fffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 001c 8ae00000 config_writel: c016040c 0020 8affffff GK: yar: 6GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b7fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 002c 9001c000 config_writel: c016040c 0030 9001c0ff GK: yar: 6GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0034 9001c400 config_writel: c016040c 0038 9001c4ff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 001c 8b000000 config_writel: c0160498 0020 8b1fffff GK: yar: 6GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8b800000 config_writel: c0160498 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 002c 9001c800 config_writel: c0160498 0030 9001c8ff GK: yar: 6GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0034 9001cc00 config_writel: c0160498 0038 9001ccff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: yenta_open_bh: socket->cb_irq = 14 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. eth0: Too much work at interrupt, IntrStatus=0x0001. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 71 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8ae00000-8b5fffff : PCI Bus #01 8ae00000-8affffff : PCI CardBus #02 8b000000-8b1fffff : PCI CardBus #06 8b600000-8befffff : PCI Bus #01 8b600000-8b7fffff : PCI CardBus #02 8b800000-8b9fffff : PCI CardBus #06 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012f913 : Kernel code a012f914-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001c000-9001efff : PCI Bus #01 9001c000-9001c0ff : PCI CardBus #02 9001c400-9001c4ff : PCI CardBus #02 9001c800-9001c8ff : PCI CardBus #06 9001cc00-9001ccff : PCI CardBus #06 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 5364 timer 2: 3678 CPLD_IRQ 11: 337 serial 13: 3340 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /proc]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /proc]$dump_cis Socket 0: no CIS present cs: warning: no high memory space available! Socket 1:cs: unable to map card memory! cs: unable to map card memory! no CIS present [root@Linux /proc]$cardctl status 0 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 no card [root@Linux /proc]$cardctl status 1 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 5V 16-bit PC Card cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 function 0: [busy], [bat dead] [root@Linux /proc]$cardctl config 1 Vcc 5.0V Vpp1 5.0V Vpp2 5.0V [root@Linux /proc]$cardctl usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /proc]$cardctl ident 1 no product info available [root@Linux /proc]$cardctl suspend cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 c0 exca_readb: c0160498 0002 c0 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_writel: c0160498 0004 00000000 [root@Linux /proc]$cardctl resume 1 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 [root@Linux /proc]$cardctl suspend 1 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 c0 exca_readb: c0160498 0002 c0 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_writel: c0160498 0004 00000000 [root@Linux /proc]$cardctl resume 1 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 [root@Linux /proc]$cardmgr cardmgr[87]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[87]: watching 2 sockets cs: IO port probe 0x0c00-0x0cff: <1>Unable to handle kernel paging request at virtual address 6e000c00 pgd = c7ef4000 *pgd = 00000000, *pmd = 00000000 Internal error: Oops: 0 CPU: 0 pc : [] lr : [] Not tainted sp : c7ddbc70 ip : 00000000 fp : c7ddbc9c r10: 00000000 r9 : 000314e8 r8 : 00000100 r7 : 6e000000 r6 : 00000c00 r5 : c03cfc60 r4 : 00000c00 r3 : 00000c01 r2 : c7ddbc3c r1 : c013b284 r0 : 00000001 Flags: nZCv IRQs on FIQs on Mode SVC_32 Segment user Control: 397F Table: A7EF4000 DAC: 00000015 Process cardmgr (pid: 87, stackpage=c7ddb000) Stack: (0xc7ddbc60 to 0xc7ddc000) bc60: c00288f0 c009d614 60000013 ffffffff 00000000 00000c00 00000100 00000000 bc80: 00000000 00000000 000314e8 00000018 c7ddbcb4 c7ddbca0 c009e17c c009d584 bca0: c0186402 c03cf960 c7ddbcc4 c7ddbcb8 c009e2e8 c009e0f0 c7ddbf88 c7ddbcc8 bcc0: c00a04c0 c009e28c 80000000 00000002 00000002 00000000 00000c00 00000100 bce0: 00000000 0000008c c7ddbd94 c7ddbcf8 c0101e9c c01007dc c7ddbdb0 00000000 bd00: fffffff5 c7ddbd48 c038da60 00000000 00000009 c7ddbdfc c7ddbd3c c7ddbd28 bd20: c0103388 c01030b4 00000006 00000000 c7fd9824 c7fd9828 c038dde0 c7dda000 bd40: c7ddbd74 c7ddbd50 c0104e0c c7fd9884 00000001 c7fde000 00000000 c7ddbd94 bd60: 00000000 c013a0a0 c014ada0 60000093 c7ddbd90 c7ddbd80 c007caec c00207e4 bd80: c7ddbd94 c7ddbdcc 00000025 c7ddbdf4 00000001 00000000 ffffffff c7ddbe88 bda0: c7ddbdac c0118c18 c01162ec 00000002 00000000 00000000 00000000 c7ddbdf4 bdc0: 00000004 c039c380 00000000 c7d66000 c7d67fb8 c7d66000 00001fb8 bffff964 bde0: c7ddbe14 c7ddbdf0 c0018a84 c0018aa4 00000000 c7ddbe14 c7ddbe04 c00218cc be00: c0020244 00000000 c7ddbe64 c7ddbe18 c0022a60 c002187c c7d66000 c7ddbe80 be20: 00000000 00000000 c7ddbe80 0000000a 00000000 00000000 a0000013 c03861a0 be40: c03861a0 c7dda000 c7d66000 00000000 c0138000 c013af0c c7ddbe88 c0020794 be60: fffffe00 c7ddbe88 c7ddbe74 c0026020 c00189a8 00000059 c7d66000 c7ddbed4 be80: c7ddbe8c c0026fdc c0021980 00000000 c7dda000 00000000 00000000 00000000 bea0: c7dda000 c7dda0bc c7dda0bc 00000004 c039f400 c8802f00 00000014 c039f540 bec0: c7ddbf00 c7ddbed0 c0086500 c0085c18 c002ec58 00000000 c036f4c0 0000000d bee0: 04000000 c0142658 c01424b8 c014ada0 00000000 c7ddbf2c c7ddbf04 c0017fc4 bf00: c0017e20 00000004 00000002 40000000 c01424f8 c01424b8 c014ada0 c7ddbf70 bf20: c7ddbf40 c7ddbf30 c002021c c0017ebc 00000000 c7ddbf6c c7ddbf44 c0017fc4 bf40: c7ddbf68 00000000 00000000 0000000d c0017824 40101ae8 c7ddbfac c7ddbf68 bf60: c00147a0 c0186402 00000003 000314e8 ffffffe7 c7dda000 00000000 c7ddbfac bf80: c7ddbf8c c00502d4 c00a01c4 000314e8 00000003 00019b58 00000036 c0017824 bfa0: 00000000 c7ddbfb0 c0017680 c00500dc 000314e8 ffffffff 00000003 c0186402 bfc0: 000314e8 000198d4 000314e8 00000003 00019b58 00000001 bffffe04 000198f4 bfe0: 00000000 bffffb60 400b3e30 bffffb0c 0000b6c4 400b3e34 20000010 00000003 Backtrace: Function entered at [] from [] Function entered at [] from [] r5 = C03CF960 r4 = C0186402 Function entered at [] from [] Function entered at [] from [] Function entered at [] from [] r8 = C0017824 r7 = 00000036 r6 = 00019B58 r5 = 00000003 r4 = 000314E8 Code: e3a00001 e0843000 (e7d42007) e7d31007 e202c0ff Segmentation fault [root@Linux /proc]$cd /var [root@Linux /var]$ls lib adm log spool run lock tmp [root@Linux /var]$cd lib [root@Linux lib]$ls [root@Linux lib]$cd ../run [root@Linux run]$ls utmp runlevel.dir [root@Linux run]$cd log bash: log: No such file or directory [root@Linux run]$ls utmp runlevel.dir [root@Linux run]$cd .. [root@Linux /var]$cd .. [root@Linux /]$ls lost+found bin dev etc lib mnt proc rd root sbin tmp usr var [root@Linux /]$head /var/log/messages Jan 1 00:00:16 Linux klogd started: BusyBox v0.43 (20000404-0124) Jan 1 00:00:16 Linux kern.warn Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #10 Mon Aug 19 04:53:55 PDT 2002 <4>Processor: Intel XScale-80200 revision 1 <4>Architecture: Cyclone IQ80310 <4>On node 0 totalpages: 32768 <4>zone(0): 32768 pages. <4>zone(1): 0 pages. <4>zone(2): 0 pages. <4>Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any <7>Relocating machine vectors to 0xffff0000 [root@Linux /]$halt kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2  Broadcast message from root (ttyS0) Thu Jan 1 00:04:52 1970... The systkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 em is going down for system halt NOW !! INIT: Switching to runlevel: 0 [rookmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 t@Linux /]$INIT: Sending processes the TERM signal INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all processes the TERM signal... kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: no more processes left in this runlevel Sending all processes the KILL signal.. kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ FOUND!!!! why CARDMGR was Seg Faulting.....browsing thru the arm-kernel mailing lists, i found that somebody had exactly the same problem before, and that the /etc/pcmcia/config.opts is the root of the problem. Man...why did not I think of that earlier. Anyway I removed the "include" statements in the file, and adjusted the exclude irq statements. added syslog.conf to /etc in the apollo filesystem, and put this in the config.conf file *.* /var/log/messages since i feel that messages below priority 4 were not being sent to var/log/messages, and this cardmgr displays nothing on the screen, it sends everything to the log file, and i dont want to miss its messages. I then emptied the logfile of its contents. Theres one important thing i dont understand, most of the pcmcia files in the kernel like rsrc_mgr.c and others are designed to handle io ports only upto 0xffff. But the mach-iop310 code sets the io ports range of the pcmcia 90010000-90020000, which is verrry high. put some debugging statements for dump_cis. and now lets rerun. run 0-th arg:Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #70 Fri Aug 30 04:08:41 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1123K code, 204K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506120, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8b5fffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 001c 8ae00000 config_writel: c016040c 0020 8affffff GK: yar: 6GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b7fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 002c 9001c000 config_writel: c016040c 0030 9001c0ff GK: yar: 6GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0034 9001c400 config_writel: c016040c 0038 9001c4ff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 001c 8b000000 config_writel: c0160498 0020 8b1fffff GK: yar: 6GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8b800000 config_writel: c0160498 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 002c 9001c800 config_writel: c0160498 0030 9001c8ff GK: yar: 6GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0034 9001cc00 config_writel: c0160498 0038 9001ccff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$ls [root@Linux /root]$cd /proc [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8ae00000-8b5fffff : PCI Bus #01 8ae00000-8affffff : PCI CardBus #02 8b000000-8b1fffff : PCI CardBus #06 8b600000-8befffff : PCI Bus #01 8b600000-8b7fffff : PCI CardBus #02 8b800000-8b9fffff : PCI CardBus #06 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012fd8f : Kernel code a012fd90-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001c000-9001efff : PCI Bus #01 9001c000-9001c0ff : PCI CardBus #02 9001c400-9001c4ff : PCI CardBus #02 9001c800-9001c8ff : PCI CardBus #06 9001cc00-9001ccff : PCI CardBus #06 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 4808 timer 2: 3455 CPLD_IRQ 11: 222 serial 13: 3232 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia Block devices: 31 mtdblock [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cd bus [root@Linux bus]$cd pccard/ [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cat drivers airo_cs 1 0 orinoco_cs 1 0 wavelan_cs 1 0 [root@Linux pccard]$ls 01 clients [root@Linux pccard]$ls 01/clients 01/clients [root@Linux pccard]$cat 01/clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux pccard]$cat 00/clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux pccard]$cd ../.. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 83 [root@Linux /proc]$cd /var/lib [root@Linux lib]$ls [root@Linux lib]$cd ../run [root@Linux run]$ls utmp runlevel.dir [root@Linux run]$cd /tmp [root@Linux /tmp]$ls [root@Linux /tmp]$cd /sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /sbin]$dump_cis Socket 0:GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.cpcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: cs: warning: no high memory space available! GK: cistpl.csetup_cis_mem: will call find_mem_region for memory size=align=00001000 GK: rsrc_mgr.cfind_mem_region: entered: base=00000000; num=00001000; align=00001000; low=0; name=card services; socket=c7fd9000 GK: fmr: Insuccessful. returning -1 cs: unable to map card memory! GK: cistpl.csetup_cis_mem: will call find_mem_region for memory size=align=00001000 GK: rsrc_mgr.cfind_mem_region: entered: base=00000000; num=00001000; align=00001000; low=0; name=card services; socket=c7fd9000 GK: fmr: Insuccessful. returning -1 cs: unable to map card memory! GK: cistpl.cpcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present [root@Linux /sbin]$cardmgr cardmgr[90]: error in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' cardmgr[90]: error in file './config.opts' line 24: syntax error cardmgr[90]: watching 2 sockets [root@Linux /sbin]$ cardmgr[94]: starting, version is 3.2.0 GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.c pcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cardmgr[94]: socket 1: Anonymous Memory cardmgr[94]: module /lib/modules/2.4.17-rmk5-iop310.1/pcmcia/memory_cs.o not available cardmgr[94]: executing: 'modprobe memory_cs' cardmgr[94]: + sh: modprobe: command not found cardmgr[94]: modprobe exited with status 127 cardmgr[94]: get dev info on socket 1 failed: Resource temporarily unavailable [root@Linux /sbin]$ps PID TTY TIME CMD 1 0,0 00:00:04 init 2 0,0 00:00:01 keventd 3 0,0 00:00:00 ksoftirqd_CPU0 4 0,0 00:00:00 kswapd 5 0,0 00:00:00 bdflush 6 0,0 00:00:00 kupdated 8 0,0 00:00:00 mtdblockd 9 0,0 00:00:00 eth0 10 0,0 00:00:00 rpciod 53 0,0 00:00:00 syslogd 61 4,64 00:00:00 bash 94 0,0 00:00:00 cardmgr 107 4,64 00:00:00 ps [root@Linux /sbin]$cat /var/lib/p     run/p  .nfs000001ea00000004 .nfs000001ef00000003 runlevel.dir .nfs000001eb00000006 .nfs000001f000000004 stab .nfs000001ec0000000c cardmgr.pid utmp [root@Linux /sbin]$cat /var/run/stab Socket 0: empty Socket 1: Anonymous Memory [root@Linux /sbin]$dump_cis          ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cardbus.c dump_cis.c dump_cis.o dump_cisreg dump_cisreg.c dump_cisreg.o dump_exca dump_exca.c dump_pirq dump_tcic dump_tcic.c dump_tcic.o [root@Linux /sbin]$dump    ls  rm *.o [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cardbus.c dump_cis.c dump_cisreg dump_cisreg.c dump_exca dump_exca.c dump_pirq dump_tcic dump_tcic.c [root@Linux /sbin]$dump_exca [root@Linux /sbin]$dump_pirq [root@Linux /sbin]$dump_cisreg ioctl(): No data available [root@Linux /sbin]$dump_cardbus [root@Linux /sbin]$dump_cis Socket 0:GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.cpcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: GK: cistpl.cpcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present [root@Linux /sbin]$cardctl status 1 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 5V 16-bit PC Card cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 function 0: [busy], [bat dead] [root@Linux /sbin]$cardctl Usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /sbin]$cardctl config 1 Vcc 5.0V Vpp1 5.0V Vpp2 5.0V [root@Linux /sbin]$cardctl ident 1 no product info available [root@Linux /sbin]$halt kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2  Broadcast message from root (ttyS0) Thu Jan 1 00:11:39 1970... The system is going down for system haltkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 NOW !! [root@Linux /sbin]$INIT: Switching to runlevel: 0 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Sending processes the TERM signal INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all processes the TERM signal... kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[94]: executing: 'rmmod memory_cs' INIT: no more processes left in this runlevel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[94]: + mkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 emory_cs: No such file or directory cardmgr[94]: rmmod exited with status 1 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[94]: exiting Sending all processes the KILL signal.. /etc/rc.d/rc0.d/S00halt: halt: command not found Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ Well the cardmgr, did not segfault this time. But now it gives anonymous memory as the error message. Investing why dump_cis was not working, I traced it, and found that a call to find_mem_region() in rsrc_mgr.c is made, asking for a 4KB block of memory for CIS, and this function scans some mem_db and fails. Because, the mem_db is entirely EMPTY. The Cardmgr fills the mem_db reading from config.opts. So there CUMPULSORILY has to be a memory window defined in /etc/pcmcia/config.opts. Otherwise, everything will fail. Lets put the unused memory in the PCI2PCI bridge's MEM windows, as "include". Lets see what happens. run 0-th arg: Uncompressing Linux........................................... done, booting the kernel. Linux version 2.4.17-rmk5-iop310.1 (grkhetan@nyx.usc.edu) (gcc version 2.95.3 20010315 (release)) #71 Sat Aug 31 01:30:38 PDT 2002 Processor: Intel XScale-80200 revision 1 Architecture: Cyclone IQ80310 On node 0 totalpages: 32768 zone(0): 32768 pages. zone(1): 0 pages. zone(2): 0 pages. Kernel command line: root=/dev/nfs console=ttyS0,57600 nfsroot=128.125.72.145:/home/grkhetan/job/at2 ip=128.125.71.202:128.125.72.145::255.255.0.0:dangun.usc.edu:eth0:any Using XScale PMU as timer source(IRQ 1, 733 MHz Clock Tick) Calibrating delay loop... 732.36 BogoMIPS Memory: 128MB = 128MB total Memory: 127592KB available (1123K code, 204K data, 60K init) XScale Cache/TLB Locking Copyright(c) 2001 MontaVista Software, Inc. Dentry-cache hash table entries: 16384 (order: 5, 131072 bytes) Inode-cache hash table entries: 8192 (order: 4, 65536 bytes) Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) Buffer-cache hash table entries: 8192 (order: 3, 32768 bytes) Page-cache hash table entries: 32768 (order: 5, 131072 bytes) POSIX conformance testing by UNIFIX PCI: IQ80310 is agent GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=0; hose->first_busno=0 GK: Bus 0, PCI_DEVFN=0, Header Type=0 VendorID=4332 GK: Header_type=0 and Header_type & 0x03 = 0 PCI Autoconfig: Found Bus 0, Device 0, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, I/O, size=0x100, address=0x9001ff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 20 PCI Autoconfig: BAR 1, Mem, size=0x100, address=0x8bffff00 GK: was64bit = 0 GK: Trying to get the address bar at offset 24 GK: Trying to get the address bar at offset 28 GK: Trying to get the address bar at offset 32 GK: Trying to get the address bar at offset 36 GK: Bus 0, PCI_DEVFN=16, Header Type=1 VendorID=32902 PCI Autoconfig: Found P2P bridge, device 2 PCI Autoconfig: Found Bus 0, Device 2, Function 0 GK: Trying to get the address bar at offset 16 GK: Trying to get the address bar at offset 20 GK: pciauto_prescan() called: BUS=0, DEVFN=16, SUBBUS=0, IOSAVE=-1073506120, MEMSAVE=-1069703348 GK: Entering pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: Bus=1; hose->first_busno=0 GK: Bus 1, PCI_DEVFN=88, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 0 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8beff000 GK: was64bit = 0 GK: Bus 1, PCI_DEVFN=89, Header Type=130 VendorID=4480 GK: Header_type=130 and Header_type & 0x03 = 2 GK: Calling with base_0 max PCI Autoconfig: Found Bus 1, Device 11, Function 1 GK: Trying to get the address bar at offset 16 PCI Autoconfig: BAR 0, Mem, size=0x1000, address=0x8befe000 GK: was64bit = 0 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c GK: pciauto_postscan() called: BUS=0, DEVFN=16, SUBBUS=1, IOSAVE=-1878921216, MEMSAVE=-1947205632 PCI Autoconfig: Bridge 0. IO_FILTER = 0x000000c0..0xffff9001 GK: Exiting pciauto_bus_scan() in arch/arm/mach-iop310/pci_auto.c Scanning bus 00 Found 00:00 [10ec/8129] 000200 00 GK: pci_read_bases: For device:PCI device 10ec:8129, read 2 memory bases. Found 00:10 [8086/b154] 000604 01 GK: pci_read_bases: For device:PCI device 8086:b154, read 0 memory bases. Fixups for bus 00 PCI: bus0: Fast back to back transfers disabled Scanning behind PCI bridge 00:02.0, config 010100, pass 0 GK: Bus already configured by firmware. Scanning bus 01 Found 01:58 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Found 01:59 [1180/0476] 000607 02 GK: pci_read_bases: For device:PCI device 1180:0476, read 1 memory bases. Fixups for bus 01 PCI: bus1: Fast back to back transfers disabled Scanning behind PCI bridge 01:0b.0, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 0 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.0, config 000000, pass 1 GK: Bus NOT configured by firmware. Scanning behind PCI bridge 01:0b.1, config 000000, pass 1 GK: Bus NOT configured by firmware. Bus scan for 01 returning with max=09 Scanning behind PCI bridge 00:02.0, config 010100, pass 1 GK: Bus already configured by firmware. Bus scan for 00 returning with max=09 GK: Now going into Bus No. 0 for resource allocation. GK: pci_read_bridge_bases: returning immediately for Bus Number 0 GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=90010000, end=9001ffff GK: so pr<>res where pr->start=00000000, end=ffffffff; res->start=88000000, end=8bffffff GK: Now going into Bus No. 1 for resource allocation. GK: so pr<>res where pr->start=90010000, end=9001ffff; res->start=9001c000, end=9001efff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8b600000, end=8befffff GK: so pr<>res where pr->start=88000000, end=8bffffff; res->start=8ae00000, end=8b5fffff GK: Now going into Bus No. 2 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 2 GK: Now going into Bus No. 6 for resource allocation. GK: Entered Cardbus Type Modification in pci_read_bridge_bases for bus no. 6 GK: allocated resource for device PCI device 10ec:8129 at start=9001ff00, end=9001ffff. GK: allocated resource for device PCI device 10ec:8129 at start=8bffff00, end=8bffffff. GK: allocated resource for device PCI device 1180:0476 at start=8beff000, end=8befffff. GK: allocated resource for device PCI device 1180:0476 at start=8befe000, end=8befefff. Linux NET4.0 for Linux 2.4 Based upon Swansea University Computer Society NET3.039 Initializing RT netlink socket Minicache init Starting kswapd Serial driver version 5.05c (2001-07-08) with MANY_PORTS SHARE_IRQ SERIAL_PCI enabled ttyS00 at 0xfe080000x (irq = 11) is a 16550A ttyS01 at 0xfe100000x (irq = 12) is a 16550A block: 128 slots per queue, batch=32 8139too Fast Ethernet driver 0.9.22 eth0: RealTek RTL8139C Fast Ethernet at 0xc8802f00, 00:50:da:92:0c:0d, IRQ 13 CFI: Found no IQ80310 flash device at location zero Linux Kernel Card Services 3.1.22 options: [pci] [cardbus] GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 88 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8beff000 config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c016040c 003e 0580 cb_writel: c016040c 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c016040c 001c 00000000 config_readl: c016040c 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 001c 8ae00000 config_writel: c016040c 0020 8affffff GK: yar: 6GK: yar: 1config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=2; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c016040c 0024 00000000 config_readl: c016040c 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0024 8b600000 config_writel: c016040c 0028 8b7fffff GK: yar: 6GK: yar: 1config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 002c 00000000 config_readl: c016040c 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 002c 9001c000 config_writel: c016040c 0030 9001c0ff GK: yar: 6GK: yar: 1config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=2; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c016040c 0034 00000000 config_readl: c016040c 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c016040c 0034 9001c400 config_writel: c016040c 0038 9001c4ff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c016040c 0082 0000 config_readw: c016040c 0084 0000 config_readw: c016040c 0088 0463 config_readw: c016040c 0088 0463 GK: Exiting yenta_open normally. GK: Entering yenta_open: Bus No.1, Device: PCI device 1180:0476 Devfn: 89 GK: yenta_open: calling pci_resource_start GK: returned. GK: pci_resource_start(dev, 0)=8befe000 config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0700 GK: yenta_config_init: IRQ disabled for CardBus device PCI device 1180:0476 config_writew: c0160498 003e 0580 cb_writel: c0160498 0004 000000bf GK: yenta_allocate_resources called. GK: yar: 1config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8ae00000, end=8b5fffff; res->start=00000000, end=00000000 config_readl: c0160498 001c 00000000 config_readl: c0160498 0020 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 001c 8b000000 config_writel: c0160498 0020 8b1fffff GK: yar: 6GK: yar: 1config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000fff GK: yar: 2: bus=6; root->start=8b600000, end=8befffff; res->start=00000000, end=00000000 config_readl: c0160498 0024 00000000 config_readl: c0160498 0028 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0024 8b800000 config_writel: c0160498 0028 8b9fffff GK: yar: 6GK: yar: 1config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 002c 00000000 config_readl: c0160498 0030 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 002c 9001c800 config_writel: c0160498 0030 9001c8ff GK: yar: 6GK: yar: 1config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar:1.5: The hang request_resource will be res->start=00000000, end=00000003 GK: yar: 2: bus=6; root->start=9001c000, end=9001efff; res->start=00000000, end=00000000 config_readl: c0160498 0034 00000000 config_readl: c0160498 0038 00000000 GK: yar: 3GK: yar: 4GK: yar: 5config_writel: c0160498 0034 9001cc00 config_writel: c0160498 0038 9001ccff GK: yar: 6GK: yenta_allocate_resources returned normally.. config_readw: c0160498 0082 0020 config_readw: c0160498 0084 0000 config_readw: c0160498 0088 0463 config_readw: c0160498 0088 0463 GK: Exiting yenta_open normally. Intel PCIC probe: not found. airo: Probing for PCI adapters airo: Finished probing for PCI adapters NET4: Linux TCP/IP 1.0 for NET4.0 IP Protocols: ICMP, UDP, TCP IP: routing cache hash table of 1024 buckets, 8Kbytes TCP: Hash tables configured (established 8192 bind 8192) eth0: Setting half-duplex based on auto-negotiated partner ability 0000. GK: yenta_open_bh: socket->cb_irq = 17 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 17 GK: yenta_probe_irq starts.. config_readw: c016040c 003e 0580 eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000001 exca_writeb: c016040c 0005 00 exca_writeb: c016040c 0005 31 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 41 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 51 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 61 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff eth0: Too much work at interrupt, IntrStatus=0x0001. exca_writeb: c016040c 0005 71 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 91 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff exca_writeb: c016040c 0005 a1 cb_writel: c016040c 000c 00000001 cb_writel: c016040c 0000 ffffffff cb_writel: c016040c 0004 00000000 exca_writeb: c016040c 0005 00 GK: having a mask of 0000 right now. config_writew: c016040c 003e 0500 GK: yenta_probe_irq ends with mask=00000000 eth0: Too much work at interrupt, IntrStatus=0x0001. Yenta IRQ list 0000, PCI irq17 cb_readl: c016040c 0008 30000006 Socket status: 30000006 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c016040c 0044 00000000 config_writel: c016040c 0010 8beff000 config_writew: c016040c 0004 0087 config_writeb: c016040c 000c 08 config_writeb: c016040c 000d a8 config_writel: c016040c 0018 b0050201 config_readw: c016040c 003e 0500 config_writew: c016040c 003e 0500 cb_readl: c016040c 0010 00000400 cb_writel: c016040c 0010 00000000 config_readw: c016040c 003e 0500 cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0003 00 exca_writeb: c016040c 0003 40 exca_readb: c016040c 0002 00 exca_readb: c016040c 0002 00 exca_writeb: c016040c 0002 40 exca_writeb: c016040c 0005 08 exca_readb: c016040c 0004 00 config_writew: c016040c 003e 0580 cb_writel: c016040c 0000 ffffffff eth0: Too much work at interrupt, IntrStatus=0x0001. eth0: Too much work at interrupt, IntrStatus=0x0001. cb_writel: c016040c 0004 00000006 exca_readb: c016040c 0006 00 exca_writew: c016040c 0008 0000 exca_writew: c016040c 000a 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writew: c016040c 000c 0000 exca_writew: c016040c 000e 0001 exca_readb: c016040c 0007 00 exca_writeb: c016040c 0007 00 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0040 00 exca_writew: c016040c 0010 0000 exca_writew: c016040c 0012 0000 exca_writew: c016040c 0014 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0041 00 exca_writew: c016040c 0018 0000 exca_writew: c016040c 001a 0000 exca_writew: c016040c 001c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0042 00 exca_writew: c016040c 0020 0000 exca_writew: c016040c 0022 0000 exca_writew: c016040c 0024 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0043 00 exca_writew: c016040c 0028 0000 exca_writew: c016040c 002a 0000 exca_writew: c016040c 002c 0000 exca_readb: c016040c 0006 00 exca_writeb: c016040c 0044 00 exca_writew: c016040c 0030 0000 exca_writew: c016040c 0032 0000 exca_writew: c016040c 0034 0000 cb_writel: c016040c 0004 00000006 GK: Exiting yenta_init. config_writew: c016040c 0082 0000 config_writew: c016040c 0084 0300 config_writew: c016040c 0088 0463 config_writew: c016040c 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. GK: yenta_open_bh: socket->cb_irq = 14 cb_readl: c0160498 0000 00000006 cb_writel: c0160498 0000 00000006 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 00 GK: Into yenta_get_socket_capabilities, at this time cap.pci_irq = 14 GK: yenta_probe_irq starts.. config_readw: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000001 exca_writeb: c0160498 0005 00 exca_writeb: c0160498 0005 31 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 41 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 51 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 61 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 71 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 91 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff exca_writeb: c0160498 0005 a1 cb_writel: c0160498 000c 00000001 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000000 exca_writeb: c0160498 0005 00 GK: having a mask of 0000 right now. config_writew: c0160498 003e 0500 GK: yenta_probe_irq ends with mask=00000000 Yenta IRQ list 0000, PCI irq14 cb_readl: c0160498 0008 30000410 Socket status: 30000410 GK: yenta_open_bh: returned from yenta_get_socket_capabilites, now calling cardbus_register. GK: cs.c: pcmcia_register_socket: called. GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0500 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 00 exca_readb: c0160498 0002 00 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 GK: cs.c: pcmcia_register_socket: return normally. eth0: Too much work at interrupt, IntrStatus=0x0001. IP-Config: Complete: device=eth0, addr=128.125.71.202, mask=255.255.0.0, gw=255.255.255.255, host=dangun, domain=, nis-domain=usc.edu, bootserver=128.125.72.145, rootserver=128.125.72.145, rootpath= NetWinder Floating Point Emulator V0.95 (c) 1998-1999 Rebel.com GK: cs.c: pcmcia_register_client: called. cb_readl: c016040c 0008 30000006 exca_readb: c016040c 0001 33 exca_readb: c016040c 0003 40 GK: cs.c: pcmcia_register_client: returned normally. GK: cs.c: pcmcia_register_client: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 GK: cs.c: pcmcia_register_client: returned normally. Looking up port of RPC 100003/2 on 128.125.72.145 Looking up port of RPC 100005/1 on 128.125.72.145 VFS: Mounted root (nfs filesystem). Freeing init memory: 60K kmod: failed to exec /sbin/modprobe -s -k char-major-4, errno = 2 INIT: version 2.74 booting kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k devpts, errno = 2 mount: fs type devpts not supported by kernel kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: Entering runlevel: 3 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Starting system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 syslogdkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Couldn't obtain descriptor for socket /dev/log: Address family not supported by protocol kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Linux login: root kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Password: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 login[61]: root login on `ttyS0' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 [root@Linux /root]$cat /iomem /iomem: No such file or directory [root@Linux /root]$cd /prc oc [root@Linux /proc]$cat /iomem /iomem: No such file or directory [root@Linux /proc]$cat iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8ae00000-8b5fffff : PCI Bus #01 8ae00000-8affffff : PCI CardBus #02 8b000000-8b1fffff : PCI CardBus #06 8b600000-8befffff : PCI Bus #01 8b600000-8b7fffff : PCI CardBus #02 8b800000-8b9fffff : PCI CardBus #06 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012fd8f : Kernel code a012fd90-a0162f53 : Kernel data [root@Linux /proc]$cat ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001c000-9001efff : PCI Bus #01 9001c000-9001c0ff : PCI CardBus #02 9001c400-9001c4ff : PCI CardBus #02 9001c800-9001c8ff : PCI CardBus #06 9001cc00-9001ccff : PCI CardBus #06 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /proc]$cat interrupts 1: 6033 timer 2: 3572 CPLD_IRQ 11: 277 serial 13: 3294 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /proc]$cat pci PCI devices found: Bus 0, device 0, function 0: Class 0200: PCI device 10ec:8129 (rev 16). IRQ 13. Master Capable. Latency=128. Min Gnt=32.Max Lat=32. I/O at 0x9001ff00 [0x9001ffff]. Non-prefetchable 32 bit memory at 0x8bffff00 [0x8bffffff]. Bus 0, device 2, function 0: Class 0604: PCI device 8086:b154 (rev 0). IRQ 14. Bus 1, device 11, function 0: Class 0607: PCI device 1180:0476 (rev 128). IRQ 17. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8beff000 [0x8befffff]. Bus 1, device 11, function 1: Class 0607: PCI device 1180:0476 (rev 128). IRQ 14. Master Capable. Latency=168. Min Gnt=128.Max Lat=5. Non-prefetchable 32 bit memory at 0x8befe000 [0x8befefff]. [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia Block devices: 31 mtdblock [root@Linux /proc]$cat memn info total: used: free: shared: buffers: cached: Mem: 130715648 3399680 127315968 0 0 1798144 Swap: 0 0 0 MemTotal: 127652 kB MemFree: 124332 kB MemShared: 0 kB Buffers: 0 kB Cached: 1756 kB SwapCached: 0 kB Active: 1208 kB Inactive: 896 kB HighTotal: 0 kB HighFree: 0 kB LowTotal: 127652 kB LowFree: 124332 kB SwapTotal: 0 kB SwapFree: 0 kB [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 79 [root@Linux /proc]$cd /sbin [root@Linux /sbin]$s ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cisreg dump_exca dump_pirq dump_tcic [root@Linux /sbin]$cartmgr bash: cartmgr: command not found [root@Linux /sbin]$cardmgr cardmgr[82]: errkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 or in file 'config' line 1967: no driver bindings for 'Xircom RBM56G Modem' kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[82]: error in file './config.opts' line 28: syntax error cardmgr[82]: watkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 ching 2 socketsGK: rsrc_mgr.c: adjust_memory: base=8ba00000, size=00500000 GK: rsrc_mgr.c: adjust_memory: base=8b200000, size=00400000 [root@Linux /sbin]$kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[86]: starting, version is 3.2.0 GK: cistpl.c:pcmcia_validate_cis: called. cs: memory probe 0x8ba00000-0x8befffff:GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 0600 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 45ff exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a01 exca_writew: c0160498 0012 8a01 exca_writew: c0160498 0014 05ff exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 45b0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a50 exca_writew: c0160498 0012 8a50 exca_writew: c0160498 0014 05b0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 45af exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a51 exca_writew: c0160498 0012 8a51 exca_writew: c0160498 0014 05af exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 4560 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa0 exca_writew: c0160498 0012 8aa0 exca_writew: c0160498 0014 0560 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 455f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0aa1 exca_writew: c0160498 0012 8aa1 exca_writew: c0160498 0014 055f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 4510 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af0 exca_writew: c0160498 0012 8af0 exca_writew: c0160498 0014 0510 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 450f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0af1 exca_writew: c0160498 0012 8af1 exca_writew: c0160498 0014 050f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 44c0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b40 exca_writew: c0160498 0012 8b40 exca_writew: c0160498 0014 04c0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 44bf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b41 exca_writew: c0160498 0012 8b41 exca_writew: c0160498 0014 04bf exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 4470 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b90 exca_writew: c0160498 0012 8b90 exca_writew: c0160498 0014 0470 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 446f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0b91 exca_writew: c0160498 0012 8b91 exca_writew: c0160498 0014 046f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 4420 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be0 exca_writew: c0160498 0012 8be0 exca_writew: c0160498 0014 0420 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 441f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0be1 exca_writew: c0160498 0012 8be1 exca_writew: c0160498 0014 041f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 43d0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c30 exca_writew: c0160498 0012 8c30 exca_writew: c0160498 0014 03d0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 43cf exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c31 exca_writew: c0160498 0012 8c31 exca_writew: c0160498 0014 03cf exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 4380 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c80 exca_writew: c0160498 0012 8c80 exca_writew: c0160498 0014 0380 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 437f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0c81 exca_writew: c0160498 0012 8c81 exca_writew: c0160498 0014 037f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 4330 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd0 exca_writew: c0160498 0012 8cd0 exca_writew: c0160498 0014 0330 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 432f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0cd1 exca_writew: c0160498 0012 8cd1 exca_writew: c0160498 0014 032f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 42e0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d20 exca_writew: c0160498 0012 8d20 exca_writew: c0160498 0014 02e0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 42df exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d21 exca_writew: c0160498 0012 8d21 exca_writew: c0160498 0014 02df exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 4290 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d70 exca_writew: c0160498 0012 8d70 exca_writew: c0160498 0014 0290 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 428f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0d71 exca_writew: c0160498 0012 8d71 exca_writew: c0160498 0014 028f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 4240 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc0 exca_writew: c0160498 0012 8dc0 exca_writew: c0160498 0014 0240 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 423f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0dc1 exca_writew: c0160498 0012 8dc1 exca_writew: c0160498 0014 023f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 41f0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e10 exca_writew: c0160498 0012 8e10 exca_writew: c0160498 0014 01f0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 41ef exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e11 exca_writew: c0160498 0012 8e11 exca_writew: c0160498 0014 01ef exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 41a0 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e60 exca_writew: c0160498 0012 8e60 exca_writew: c0160498 0014 01a0 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.GK: cistpl.c:pcmcia_validate_cis: called. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 419f exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0e61 exca_writew: c0160498 0012 8e61 exca_writew: c0160498 0014 019f exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning. excluding 0x8beb0000-0x8befffff GK: cistpl.csetup_cis_mem: will call find_mem_region for memory size=align=00001000 GK: rsrc_mgr.cfind_mem_region: entered: base=00000000; num=00001000; align=00001000; low=0; name=card services; socket=c7fd9000 GK: fmr: m->base=8ba00000, m->num=size=004b0000 force_low=0 GK: fmr: inside try for loop: try=8ba00000; num=00001000 GK: fmr: successful: returning 0. exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 0600 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[86]: socket 1: Lucent Technologies WaveLAN/IEEE Adapter GK: cs.c: pcmcia_register_client: called. GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 orinoco_cs: GetNextTuple: No more items GK: cs.c: pcmcia_register_client: returned normally. kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 cardmgr[86]: get dev info on socket 1 failed: Resource temporarily unavailable ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cisreg dump_exca dump_pirq dump_tcic [root@Linux /sbin]$cat /var/lib/pc      run/ .nfs000001ea00000004 .nfs000001ef00000001 runlevel.dir .nfs000001eb00000006 .nfs000001f000000002 stab .nfs000001ec0000000c cardmgr.pid utmp [root@Linux /sbin]$cat /var/run/stab Socket 0: empty Socket 1: Lucent Technologies WaveLAN/IEEE Adapter [root@Linux /sbin]$cd /proc/b bus [root@Linux bus]$ls pccard pci [root@Linux bus]$cd pccard [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd 00 [root@Linux 00]$ls clients [root@Linux 00]$cd  cat cfli   lients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 00]$cd ../01 [root@Linux 01]$ls clients [root@Linux 01]$cat clients fn 0: 'orinoco_cs' [attr 0x0012] [state 0x0008] fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 01]$cd .. [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cd 00 [root@Linux 00]$ls clients [root@Linux 00]$cat clients fn ff: 'Driver Services' [attr 0x0001] [state 0x0000] [root@Linux 00]$cd ../.. [root@Linux bus]$ls pccard pci [root@Linux bus]$cd .. [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 86 102 [root@Linux /proc]$cardctl status 12  cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 5V 16-bit PC Ccb_readl: c0160498 0008 30000458 ard function exca_readb: c0160498 0001 4e 0: [busy], [bat exca_readb: c0160498 0003 40 dead] [root@Linux /proc]$cartctl config 1 bash: cartctl: command not found [root@Linux /proc]$cardctl config 1 Vcc 5.0V Vpp1 5.0V Vpp2 5.0V [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 86 106 [root@Linux /proc]$cd /    ls  cd pci   bus/pci card [root@Linux pccard]$ls drivers 01 00 [root@Linux pccard]$cart   t d    t drivers airo_cs 1 0 orinoco_cs 1 0 wavelan_cs 1 0 [root@Linux pccard]$tail /var/o log/messages Jan 1 00:02:44 Linux kern.err kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Jan 1 00:06:55 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 Jan 1 00:06:55 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 [root@Linux pccard]$tail /var/log/messagesl -/var/log/messages2/var/log/messages0/var/log/messages /var/log/messages tail: invalid option -- 2 BusyBox v0.43 (20000404-0124) multi-call binary -- GPL2 Usage: tail [OPTION] [FILE]... Print last 10 lines of each FILE to standard output. With more than one FILE, precede each with a header giving the file name. With no FILE, or when FILE is -, read standard input. Options: -n NUM Print last NUM lines instead of first 10 -f Output data as the file grows. This version of 'tail -f' supports only one file at a time. [root@Linux pccard]$tail -n 20 !:2 open error [root@Linux pccard]$tail -n 20 /var/log/messages <4>exca_readb: c0160498 0006 01 <4>exca_writeb: c0160498 0006 00 <4>exca_writeb: c0160498 0040 8b <4>exca_writew: c0160498 0010 0a00 <4>exca_writew: c0160498 0012 8a00 <4>exca_writew: c0160498 0014 4600 <4>exca_writeb: c0160498 0006 01 <5>orinoco_cs: GetNextTuple: No more items <4>GK: cs.c: pcmcia_register_client: returned normally. Jan 1 00:02:44 Linux kern.err kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Jan 1 00:06:55 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 Jan 1 00:06:55 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 [root@Linux pccard]$dump_cis Socket 0: GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.c pcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 dev_info NULL 0ns, 512b exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 attr_dev_info SRAM 500ns, 1kb exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 vers_1 5.0, "Lucent Technologies", "WaveLAN/IEEE", "Version 01.01", "" exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 manfid 0x0156, 0x0002 funcid network_adapter exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 lan_technology wireless exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 34 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 35 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 39 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 44 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_media 2.4_exca_readb: c0160498 0006 01 GHz exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_node_id 00exca_readb: c0160498 0006 01 02 2d 0e d8 d7exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_connector Closed connector standard config base 0x03e0 mask 0x0001 last_index 0x01 cftable_entry 0x01 [default] Vcc Vmin 4750mV Vmax 5250mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x0000-0x003f [lines=6] [16bit] irq mask 0xffff [level] [pulse] [root@Linux pccard]$dump_cis Socket 0: GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.c pcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 dev_info NULL 0ns, 512b exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 attr_dev_info SRAM 500ns, 1kb exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 vers_1 5.0, "Lucent Technologies", "WaveLAN/IEEE", "Version 01.01", "" exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 manfid 0x0156, 0x0002 funcid network_adapter exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 lan_technology wireless exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 34 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 35 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 39 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 44 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_media 2.4_exca_readb: c0160498 0006 01 GHz exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_node_id 00exca_readb: c0160498 0006 01 02 2d 0e d8 d7exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_connector Closed connector standard config base 0x03e0 mask 0x0001 last_index 0x01 cftable_entry 0x01 [default] Vcc Vmin 4750mV Vmax 5250mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x0000-0x003f [lines=6] [16bit] irq mask 0xffff [level] [pulse] [root@Linux pccard]$dump_cis Socket 0: GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.c pcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 dev_info NULL 0ns, 512b exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 attr_dev_info SRAM 500ns, 1kb exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 vers_1 5.0, "Lucent Technologies", "WaveLAN/IEEE", "Version 01.01", "" exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 manfid 0x0156, 0x0002 funcid network_adapter exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 lan_technology wireless exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 34 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 35 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 39 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 44 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_media 2.4_exca_readb: c0160498 0006 01 GHz exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_node_id 00exca_readb: c0160498 0006 01 02 2d 0e d8 d7exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_connector Closed connector standard config base 0x03e0 mask 0x0001 last_index 0x01 cftable_entry 0x01 [default] Vcc Vmin 4750mV Vmax 5250mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x0000-0x003f [lines=6] [16bit] irq mask 0xffff [level] [pulse] --- dump_cis-without debugging statements [root@Linux pccard]$dump_cis Socket 0: no CIS present Socket 1: dev_info NULL 0ns, 512b attr_dev_info SRAM 500ns, 1kb vers_1 5.0, "Lucent Technologies", "WaveLAN/IEEE", "Version 01.01", "" manfid 0x0156, 0x0002 funcid network_adapter lan_technology wireless lan_speed 34 mb/sec lan_speed 35 mb/sec lan_speed 39 mb/sec lan_speed 44 mb/sec lan_media 2.4_GHz lan_node_id 00 02 2d 0e d8 d7 lan_connector Closed connector standard config base 0x03e0 mask 0x0001 last_index 0x01 cftable_entry 0x01 [default] Vcc Vmin 4750mV Vmax 5250mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x0000-0x003f [lines=6] [16bit] irq mask 0xffff [level] [pulse] --- [root@Linux pccard]$cd /sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cisreg dump_exca dump_pirq dump_tcic [root@Linux /sbin]$dump_exca [root@Linux /sbin]$dump_cardbus [root@Linux /sbin]$dump_cisreg Socket 1 function 0: Config register base = 0x03e0, mask = 0x0001 read config register: Input/output error [root@Linux /sbin]$cat /proc/iomem 88000000-8bffffff : IOP310 SATU PCI Mem 8ae00000-8b5fffff : PCI Bus #01 8ae00000-8affffff : PCI CardBus #02 8b000000-8b1fffff : PCI CardBus #06 8b600000-8befffff : PCI Bus #01 8b600000-8b7fffff : PCI CardBus #02 8b800000-8b9fffff : PCI CardBus #06 8ba00000-8ba00fff : card services <============ card services! 8befe000-8befefff : PCI device 1180:0476 8beff000-8befffff : PCI device 1180:0476 8bffff00-8bffffff : PCI device 10ec:8129 8bffff00-8bffffff : 8139too a0000000-a7ffffff : System RAM a0017000-a012fd8f : Kernel code a012fd90-a0162f53 : Kernel data [root@Linux /sbin]$cat /proc/ioports 90010000-9001ffff : IOP310 SATU PCI I/O 9001c000-9001efff : PCI Bus #01 9001c000-9001c0ff : PCI CardBus #02 9001c400-9001c4ff : PCI CardBus #02 9001c800-9001c8ff : PCI CardBus #06 9001cc00-9001ccff : PCI CardBus #06 9001ff00-9001ffff : PCI device 10ec:8129 9001ff00-9001ffff : 8139too [root@Linux /sbin]$cat /proc/interrupts 1: 209655 timer 2: 13833 CPLD_IRQ 11: 2430 serial 13: 11402 eth0 14: 1 PCI device 1180:0476 17: 0 PCI device 1180:0476 Err: 0 [root@Linux /sbin]$cd /dev [root@Linux /dev]$ls zero null mem tty tty1 tty0 ttyS0 ttyS1 tty2 console flh0 flh1 flh2 flh3 hda hda1 hda2 hda3 hda4 hda5 hda6 hda7 hda8 hdb hdb1 hdb2 hdb3 hdb4 hdb5 hdb6 hdb7 hdb8 ptmx ttyP0 ttyP1 ttyP2 ttyP3 ram0 ram1 ram2 ram3 pts initctl random urandom kmem fb fb0 fb1 fb2 fb3 fb4 fb5 fb6 fb7 tty3 tty4 tty5 tty6 tty7 tty8 root mixer0 mixer sequencer mixer1 mixer2 mixer3 midi00 midi01 midi02 midi03 midi dsp0 dsp dsp1 dsp2 dsp3 audio0 audio audio1 audio2 audio3 dspW0 dspW dspW1 dspW2 dspW3 sndstat dmfm0 audioctl dspdefault dmfm ttySA0 ttySA1 ttySA2 cusa0 cusa1 cusa2 [root@Linux /dev]$cd /proc [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 86 123 [root@Linux /proc]$cat devices Character devices: 1 mem 2 pty 3 ttyp 4 ttyS 5 cua 10 misc 90 mtd 162 raw 254 pcmcia Block devices: 31 mtdblock [root@Linux /proc]$ls hermes mtd pci misc bus tty driver fs net slabinfo kcore ksyms cpuinfo mounts kmsg execdomains iomem swaps locks cmdline ioports filesystems interrupts partitions devices stat modules version meminfo uptime loadavg self 1 2 3 4 5 6 8 9 10 53 61 86 126 [root@Linux /proc]$cd /dev [root@Linux /dev]$ls zero null mem tty tty1 tty0 ttyS0 ttyS1 tty2 console flh0 flh1 flh2 flh3 hda hda1 hda2 hda3 hda4 hda5 hda6 hda7 hda8 hdb hdb1 hdb2 hdb3 hdb4 hdb5 hdb6 hdb7 hdb8 ptmx ttyP0 ttyP1 ttyP2 ttyP3 ram0 ram1 ram2 ram3 pts initctl random urandom kmem fb fb0 fb1 fb2 fb3 fb4 fb5 fb6 fb7 tty3 tty4 tty5 tty6 tty7 tty8 root mixer0 mixer sequencer mixer1 mixer2 mixer3 midi00 midi01 midi02 midi03 midi dsp0 dsp dsp1 dsp2 dsp3 audio0 audio audio1 audio2 audio3 dspW0 dspW dspW1 dspW2 dspW3 sndstat dmfm0 audioctl dspdefault dmfm ttySA0 ttySA1 ttySA2 cusa0 cusa1 cusa2 [root@Linux /dev]$cd /sbin [root@Linux /sbin]$ls insmod rmmod lsmod chkconfig killall5 initlog runlevel shutdown pidof ifconfig rarp route init telinit halt reboot status getty sulogin chroot freeramdisk mkswap swapoff swapon syslogd update cardmgr cardctl ide_info ifuser ifport e2fsck fuser mke2fs dump_cis ftl_check ftl_format pack_cis pcic_probe pcinitrd dump_cardbus dump_cisreg dump_exca dump_pirq dump_tcic [root@Linux /sbin]$dump_pirq bash: /sbin/dump_pirq: No such file or directory [root@Linux /sbin]$ifport usage: ifport interface [auto|10baseT|10base2|aui|100baseT|##] [root@Linux /sbin]$carctl status 1 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 function 5V 16-bit PC Card 0: [busy] [root@Linux /sbin]$cardctl suspend 1 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 c0 exca_readb: c0160498 0002 c0 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_writel: c0160498 0004 00000000 [root@Linux /sbin]$cardctl resume 1 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 [root@Linux /sbin]$cardctl usage: cardctl command [socket #] or cardctl [-c configpath] [-f scheme] [-s stab] scheme [name] commands: status config ident suspend resume reset eject insert [root@Linux /sbin]$cb_readl: c0160498 0000 00000005 cb_writel: c0160498 0000 00000005 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0000 00000002 cb_writel: c0160498 0000 00000002 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0001 33 exca_readb: c0160498 0003 40 GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0580 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000402 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 c0 exca_readb: c0160498 0002 c0 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 01 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 01 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 40 exca_readb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 tail /var/log/messages <4>exca_readb: c0160498 0003 40 <4>exca_writeb: c0160498 0003 40 <4>exca_readb: c0160498 0002 40 <4>exca_readb: c0160498 0002 40 <4>exca_writeb: c0160498 0005 08 <4>exca_readb: c0160498 0004 00 <4>config_writew: c0160498 003e 0580 <4>cb_writel: c0160498 0000 ffffffff <4>cb_writel: c0160498 0004 00000006 [root@Linux /sbin]$tail -n 30 var/log/messages open error [root@Linux /sbin]$tail -n 30 var/log/messages0 /var/log/messages <4>exca_readb: c0160498 0006 00 <4>exca_writeb: c0160498 0043 00 <4>exca_writew: c0160498 0028 0000 <4>exca_writew: c0160498 002a 0000 <4>exca_writew: c0160498 002c 0000 <4>exca_readb: c0160498 0006 00 <4>exca_writeb: c0160498 0044 00 <4>exca_writew: c0160498 0030 0000 <4>exca_writew: c0160498 0032 0000 <4>exca_writew: c0160498 0034 0000 <4>cb_writel: c0160498 0004 00000006 <4>GK: Exiting yenta_init. <4>config_writew: c0160498 0082 0020 <4>config_writew: c0160498 0084 0300 <4>config_writew: c0160498 0088 0463 <4>config_writew: c0160498 0088 0463 <4>cb_readl: c0160498 0010 00000400 <4>cb_writel: c0160498 0010 00000000 <4>config_readw: c0160498 003e 0580 <4>cb_readl: c0160498 0008 30000416 <4>exca_readb: c0160498 0003 40 <4>exca_writeb: c0160498 0003 40 <4>exca_readb: c0160498 0002 40 <4>exca_readb: c0160498 0002 40 <4>exca_writeb: c0160498 0005 08 <4>exca_readb: c0160498 0004 00 <4>config_writew: c0160498 003e 0580 <4>cb_writel: c0160498 0000 ffffffff <4>cb_writel: c0160498 0004 00000006 [root@Linux /sbin]$cat /var/run/statb  b Socket 0: empty Socket 1: empty [root@Linux /sbin]$cb_readl: c0160498 0000 00000002 cb_writel: c0160498 0000 00000002 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0000 00000004 cb_writel: c0160498 0000 00000004 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 cat /var/run/stab Socket 0: empty Socket 1: empty [root@Linux /sbin]$pcic_probe PCI bridge probe: Ricoh RL5C476 found, 2 sockets. [root@Linux /sbin]$p cardctl status 1 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0001 4f exca_readb: c0160498 0003 40 5V 16-bit PC Ccb_readl: c0160498 0008 30000459 ard function exca_readb: c0160498 0001 4e 0: [busy] exca_readb: c0160498 0003 40 [root@Linux /sbin]$cardctl status 11pcic_probe cardctl status 1 cb_readl: c0160498 0000 00000005 cb_writel: c0160498 0000 00000005 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0000 00000002 cb_writel: c0160498 0000 00000002 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0001 33 exca_readb: c0160498 0003 40 GK: Entering yenta_init config_writel: c0160498 0044 00000000 config_writel: c0160498 0010 8befe000 config_writew: c0160498 0004 0087 config_writeb: c0160498 000c 08 config_writeb: c0160498 000d a8 config_writel: c0160498 0018 b0090601 config_readw: c0160498 003e 0580 config_writew: c0160498 003e 0500 cb_readl: c0160498 0010 00000402 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0500 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 c0 exca_readb: c0160498 0002 c0 exca_writeb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 exca_readb: c0160498 0006 00 exca_writew: c0160498 0008 0000 exca_writew: c0160498 000a 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writew: c0160498 000c 0000 exca_writew: c0160498 000e 0001 exca_readb: c0160498 0007 00 exca_writeb: c0160498 0007 00 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 00 exca_writew: c0160498 0010 0000 exca_writew: c0160498 0012 0000 exca_writew: c0160498 0014 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0041 00 exca_writew: c0160498 0018 0000 exca_writew: c0160498 001a 0000 exca_writew: c0160498 001c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0042 00 exca_writew: c0160498 0020 0000 exca_writew: c0160498 0022 0000 exca_writew: c0160498 0024 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0043 00 exca_writew: c0160498 0028 0000 exca_writew: c0160498 002a 0000 exca_writew: c0160498 002c 0000 exca_readb: c0160498 0006 00 exca_writeb: c0160498 0044 00 exca_writew: c0160498 0030 0000 exca_writew: c0160498 0032 0000 exca_writew: c0160498 0034 0000 cb_writel: c0160498 0004 00000006 GK: Exiting yenta_init. config_writew: c0160498 0082 0020 config_writew: c0160498 0084 0300 config_writew: c0160498 0088 0463 config_writew: c0160498 0088 0463 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000000 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000416 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 40 exca_readb: c0160498 0002 40 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0000 00000004 cb_writel: c0160498 0000 00000004 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0000 00000002 cb_writel: c0160498 0000 00000002 exca_readb: c0160498 0004 00 exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 GK: cs.c: setup_socket: called. cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0001 3f exca_readb: c0160498 0003 40 cb_readl: c0160498 0010 00000400 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000410 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000459 exca_readb: c0160498 0003 40 exca_writeb: c0160498 0003 00 exca_readb: c0160498 0002 51 exca_readb: c0160498 0002 51 exca_writeb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0010 00000422 cb_writel: c0160498 0010 00000022 config_readw: c0160498 003e 0580 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0003 00 exca_writeb: c0160498 0003 40 exca_readb: c0160498 0002 d1 exca_readb: c0160498 0002 d1 exca_writeb: c0160498 0005 08 exca_readb: c0160498 0004 00 config_writew: c0160498 003e 0580 cb_writel: c0160498 0000 ffffffff cb_writel: c0160498 0004 00000006 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cb_readl: c0160498 0008 30000458 exca_readb: c0160498 0001 4e exca_readb: c0160498 0003 40 cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. GK: cs.csetup_socket: exited with 1 [root@Linux /sbin]$cat rdctl status 1pcic_probe cat /var/run/stab Socket 0: empty Socket 1: empty [root@Linux /sbin]$cat /var/run/stab Socket 0: empty Socket 1: empty [root@Linux /sbin]$tail /var/log/messages Jan 1 00:45:15 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 Jan 1 00:45:15 Linux kern.warn cb_readl: c0160498 0008 30000458 <4>exca_readb: c0160498 0001 4e <4>exca_readb: c0160498 0003 40 <5>cs: socket c7fd9000 timed out during reset. Try increasing setup_delay. <4>GK: cs.csetup_socket: exited with 1 [root@Linux /sbin]$dump_cis Socket 0:GK: cistpl.c:pcmcia_validate_cis: called. GK: cistpl.cpcmcia_validate_cis: pcmcia_get_first_tuple returned failure, so exiting. no CIS present GK: cistpl.c:pcmcia_validate_cis: called. Socket 1: exca_readb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 0600 exca_writeb: c0160498 0006 01 GK: cistpl.cpcmcia_validate_cis: actually successful...returning.exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 dev_infoexca_readb: c0160498 0006 01 NULL 0ns, exca_writeb: c0160498 0006 00 512b exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 attr_dev_infoexca_readb: c0160498 0006 01 SRAM 500nsexca_writeb: c0160498 0006 00 , 1kb exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 exca_readb: c0160498 0006 01 exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 vers_1 5.0, "Lexca_readb: c0160498 0006 01 ucent Technologiexca_writeb: c0160498 0006 00 es", "WaveLAN/IEexca_writeb: c0160498 0040 8b EE", "Version 01exca_writew: c0160498 0010 0a00 .01", "" manfexca_writew: c0160498 0012 8a00 id 0x0156, 0x000exca_writew: c0160498 0014 4600 2 exca_writeb: c0160498 0006 01 funcid networkexca_readb: c0160498 0006 01 _adapter exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_technologyexca_readb: c0160498 0006 01 wireless exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 34 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 35 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 39 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_speed 44 mexca_readb: c0160498 0006 01 b/sec exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_media 2.4_exca_readb: c0160498 0006 01 GHz exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_node_id 00exca_readb: c0160498 0006 01 02 2d 0e d8 c5exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 lan_connector exca_readb: c0160498 0006 01 Closed connectorexca_writeb: c0160498 0006 00 standard exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 config base 0xexca_readb: c0160498 0006 01 03e0 mask 0x0001exca_writeb: c0160498 0006 00 last_index 0x01exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4600 exca_writeb: c0160498 0006 01 cftable_entry 0x01 [default] Vcc Vmin 4750mV Vmax 5250mV Iavg 300mA Ipeak 300mA Idown 10mA io 0x0000-0x003f [lines=6] [16bit] irq mask 0xffff [level] [pulse] [root@Linux /sbin]$dump_cistail /var/log/messages[root@Linux /sbin]$cat /var/run/stab  Socket 0: empty Socket 1: empty [root@Linux /sbin]$cardctl ident 1 product info: "Lucent Technologies", "WaveLAN/IEEE", "Version 01.01", "" manfid: 0x0156, 0x0002 function: 6 (network) [root@Linux /sbin]$halt kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2  Broadcast message from root (ttyS0) Thu Jan 1 00:46:30 1970... The systkmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 em is going down for system halt NOW !! INIT: Switching to runlevel: 0 [rookmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 t@Linux /sbin]$INIT: Sending processes the TERM signal INIT: Sending processekmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Shutting down system logger: kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Sending all procGK: rsrc_mgr.c: adjust_memory: base=8ba00000, size=00500000 esses the TERM sexca_readb: c0160498 0006 01 ignal... exca_writeb: c0160498 0006 00 exca_writeb: c0160498 0040 8b exca_writew: c0160498 0010 0a00 exca_writew: c0160498 0012 8a00 exca_writew: c0160498 0014 4601 GK: rsrc_mgr.c: adjust_memory: base=8b200000, size=00400000 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 INIT: no more processes left in this runlevel cardmgr[86]: exiting Sending all processes the KILL signal.. kmod: failed to exec /sbin/modprobe -s -k net-pf-1, errno = 2 Unmounting file systems kmod: failed to exec /sbin/modprobe -s -k block-major-1, errno = 2 /etc/rc.d/rc0.d/S00halt: /dev/root: Device not configured The system is halted Power down. ================================================================================ WEEELLLL, the cardmgr recognized the card as Wavelan/IEEE card, and successfully installed the driver. There is this setup_Delay problem now....which i had ignored earlier... this is the only problem left. then i can install the wireless extension tools and configure the card. Now we have available a CompactFlash Card available, so I will test that. Starting a new episode - a new file - for that.