pccardc dumpcis - 0 slots found

From: Patrick Bowen <pbowen_at_fastmail.fm>
Date: Mon, 19 Sep 2005 22:50:37 -0500
Good evening;

I'm running -current on a Dell C600 with a GENERIC kernel, and am having 
no luck in dumping the CIS from the wi0 pccard (an SMC-2532W-B). I've 
had the same problem with 5.4#6 and 6.0BETA4.

sg1# pccardc dumpcis
0 slots found

If I boot without the card in the machine, then set the following sysctls;

sysctl hw.pccard.debug=1
sysctl hw.pccard.cis_debug=1

...and put the card in the slot, I get the following output to the screen;

pccard1: chip_socket_enable
pccard1: read_cis
cis mem map 0xd978c000 (resource: 0x88000000)
pccard1: CIS tuple chain:
CISTPL_DEVICE type=null speed=null
 01 03 00 00 ff
CISTPL_DEVICE_A type=sram speed=ext
 17 04 67 5a 08 ff
unhandled CISTPL 1d
 1d 05 01 67 5a 08 ff
CISTPL_VERS_1
 15 32 05 00 53 4d 43 00 53 4d 43 32 35 33 32 57
 2d 42 20 45 6c 69 74 65 43 6f 6e 6e 65 63 74 20
 57 69 72 65 6c 65 73 73 20 41 64 61 70 74 65 72
 00 00 00 ff
CISTPL_MANFID
 20 04 01 d6 05 00
CISTPL_FUNCID
 21 02 06 00
CISTPL_FUNCE
 22 02 01 07
CISTPL_FUNCE
 22 05 02 40 42 0f 00
CISTPL_FUNCE
 22 05 02 80 84 1e 00
CISTPL_FUNCE
 22 02 03 07
CISTPL_FUNCE
 22 02 05 01
CISTPL_CONFIG
 1a 07 03 01 e0 03 00 00 01
CISTPL_CFTABLE_ENTRY
 1b 10 c1 01 19 77 55 c5 4b d5 19 36 3e 06 46 7f
 ff ff
CISTPL_END
 ff
cis mem map d978c000
CISTPL_LINKTARGET expected, code 00 observed
pccard1: check_cis_quirks
pccard1: CIS version PC Card Standard 5.0
pccard1: CIS info: SMC, SMC2532W-B EliteConnect Wireless Adapter, ,
pccard1: Manufacturer code 0xd601, product 0x5
pccard1: function 0: network adapter, ccr addr 3e0 mask 1
pccard1: function 0, config table entry 1: I/O card; irq mask ffff; 
iomask 6, iospace 0-3f; io16 irqpulse irqlevel
pccard1: functions scanning
pccard1: Card has 1 functions. pccard_mfc is 0
pccard1: I/O rid 0 start 0 end ffffffff
pccard1: ccr_res == 88000000-88000fff, base=3e0
pccard1: function 0 CCR at 0 offset 3e0: 41 80 22 ff, ff ff ff ff, ff
wi0: <SMC SMC2532W-B EliteConnect Wireless Adapter> at port 0x100-0x13f 
irq 11 function 0 config 1 onpccard1
wi0: [MPSAFE]
wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: bpf attached
wi0: Ethernet address: 00:04:e2:80:34:be
wi0: bpf attached
wi0: bpf attached
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
pccard1: function 0 CCR at 0 offset 3e0 mask 1: 41 80 22 ff, ff ff ff ff, ff

...so apparently the card is recognized. And it works; I'm using it to 
send this mail.

When I remove the card I get the following;

taskqueue_drain with the following non-sleepable locks held:
exclusive sleep mutex wi0 (network driver) r = 0 (0xc1c0bb68) locked _at_ 
/usr/src/sys/dev/wi/if_wi.c:847
KDB: stack backtrace:
kdb_backtrace(1,c1b62650,c1b62400,c1ac1d00,d44dcc2c) at kdb_backtrace+0x29
witness_warn(5,0,c0862050,c1b62400,c1b62400) at witness_warn+0x18e
taskqueue_drain(c1ac1d00,c1b62650) at taskqueue_drain+0x1a
if_detach(c1b62400,c1b62400) at if_detach+0x1a
ether_ifdetach(c1b62400,0,c1c0b000,d44dcc94,c05e2590) at ether_ifdetach+0x3a
ieee80211_ifdetach(c1c0b004,c1b62400,c1b62400,0,c1bec700) at 
ieee80211_ifdetach+0x50
wi_detach(c1bec700) at wi_detach+0x64
device_detach(c1bec700) at device_detach+0x70
pccard_detach_card(c1af9e00) at pccard_detach_card+0x41
exca_removal(c1ac3004) at exca_removal+0x46
cbb_removal(c1ac3000) at cbb_removal+0x2c
cbb_event_thread(c1ac3000,d44dcd38,c1ac3000,c057cb24,0) at 
cbb_event_thread+0x9a
fork_exit(c057cb24,c1ac3000,d44dcd38) at fork_exit+0xa0
fork_trampoline() at fork_trampoline+0x8
--- trap 0x1, eip = 0, esp = 0xd44dcd6c, ebp = 0 ---
wi0: detached

...which doesn't look like a good thing.

I'm wondering if there is some place in pccardd that is not recognizing 
the slots on this particular machine. If that were the case then it 
wouldn't be called when the card was removed, accounting (I think) for 
the lock error above.

Anyone have an idea of what's going on here? I'd be happy to try any 
patches anyone may have, or to provide more information if necessary. In 
the meantime, I'll keep looking into it.

I've included a verbose dmesg from boot.

Thanks,
Patrick

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
	The Regents of the University of California. All rights reserved.
FreeBSD 7.0-CURRENT #1: Thu Sep 15 22:36:10 CDT 2005
    root_at_sg1.sgc.org:/usr/obj/usr/src/sys/GENERIC
WARNING: WITNESS option enabled, expect reduced performance.
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0b1a000.
Preloaded elf module "/boot/kernel/snd_maestro3.ko" at 0xc0b1a138.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc0b1a1ec.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0b1a298.
Calibrating clock(s) ... i8254 clock: 1193290 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 601366369 Hz
CPU: Intel Pentium III (601.37-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x68a  Stepping = 10
  Features=0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  = 536719360 (511 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c28000 - 0x000000001f6a2fff, 514306048 bytes (125563 pages)
avail memory = 515698688 (491 MB)
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry = 0xffe90 (c00ffe90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xc13e
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry = f0000:e2f4  Rev = 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
wlan: <802.11 Link Layer>
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
io: <I/O>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <DELL CPi R  > on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80000060
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=71908086)
pcibios: BIOS version 2.10
Found $PIR table, 9 entries at 0xc00fbd80
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0    7    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    1    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    1    0    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0    3    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0    8    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   16    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   16    B   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   13    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   17    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   17    B   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   17    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   17    D   0x62  3 4 5 6 7 9 10 11 12 14 15
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 7 func 0
atpic: Programming IRQ9 as level/low
pci_link0: <ACPI PCI Link LNKA> irq 11 on acpi0
pci_link0: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link1: <ACPI PCI Link LNKB> irq 5 on acpi0
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0    5   N     0  5 7
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0    5   N     0  5 7
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7
pci_link2: <ACPI PCI Link LNKC> on acpi0
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  9 10 11
pci_link3: <ACPI PCI Link LNKD> irq 11 on acpi0
pci_link3: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7 9 10 11
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7 9 10 11
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  5 7 9 10 11
ACPI timer: 0/3 0/3 0/3 0/4 0/3 0/3 0/4 0/3 0/3 0/3 -> 0
Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU> on acpi0
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
battery1: <ACPI Control Method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x7190, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2210, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 3, range 32, base f4000000, size 26, enabled
found->	vendor=0x8086, dev=0x7191, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x011f, statreg=0x0220, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x8c (35000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x104c, dev=0xac51, revid=0x00
	bus=0, slot=3, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=0x104c, dev=0xac51, revid=0x00
	bus=0, slot=3, func=1
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=255
	powerspec 1  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=0x8086, dev=0x7110, revid=0x02
	bus=0, slot=7, func=0
	class=06-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x7111, revid=0x01
	bus=0, slot=7, func=1
	class=01-01-80, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 00000860, size  4, enabled
found->	vendor=0x8086, dev=0x7112, revid=0x01
	bus=0, slot=7, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	map[20]: type 4, range 32, base 0000dce0, size  5, enabled
pcib0: matched entry for 0.7.INTD (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 7 INTD routed to irq 11 via \\_SB_.PCI0.LNKD
found->	vendor=0x8086, dev=0x7113, revid=0x03
	bus=0, slot=7, func=3
	class=06-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0003, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[90]: type 4, range 32, base 00000840, size  4, enabled
found->	vendor=0x125d, dev=0x1998, revid=0x10
	bus=0, slot=8, func=0
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x18 (6000 ns)
	intpin=a, irq=5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000d800, size  8, enabled
	map[14]: type 1, range 32, base f3ffe000, size 13, enabled
pcib0: matched entry for 0.8.INTA (src \\_SB_.PCI0.LNKB:0)
pcib0: slot 8 INTA routed to irq 5 via \\_SB_.PCI0.LNKB
found->	vendor=0x10b7, dev=0x6055, revid=0x10
	bus=0, slot=16, func=0
	class=02-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0117, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x05 (1250 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000d400, size  8, enabled
	map[14]: type 1, range 32, base f3ffdc00, size  7, enabled
	map[18]: type 1, range 32, base f3ffd800, size  7, enabled
pcib0: matched entry for 0.16.INTA (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 16 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
found->	vendor=0x10b7, dev=0x1007, revid=0x10
	bus=0, slot=16, func=1
	class=07-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0117, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x05 (1250 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D2 D3  current D0
	map[10]: type 4, range 32, base 0000d000, size  8, enabled
	map[14]: type 1, range 32, base f3ffd400, size  8, enabled
	map[18]: type 1, range 32, base f3ffd000, size  7, enabled
pcib0: matched entry for 0.16.INTA (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 16 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
agp0: <Intel 82443BX (440 BX) host to PCI bridge> mem 0xf4000000-0xf7ffffff at device 0.0 on pci0
agp0: Reserved 0x4000000 bytes for rid 0x10 type 3 at 0xf4000000
agp0: allocating GATT for aperture of size 64M
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xe000-0xefff
pcib1:   memory decode     0xfd000000-0xfeffffff
pcib1:   prefetched decode 0xf8000000-0xfbffffff
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1002, dev=0x4c46, revid=0x02
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0087, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 3, range 32, base f8000000, size 26, enabled
pcib1: (null) requested memory range 0xf8000000-0xfbffffff: good
	map[14]: type 4, range 32, base 0000ec00, size  8, enabled
pcib1: (null) requested I/O range 0xec00-0xecff: in range
	map[18]: type 1, range 32, base fdffc000, size 14, enabled
pcib1: (null) requested memory range 0xfdffc000-0xfdffffff: good
pcib1: matched entry for 1.0.INTA (src \\_SB_.PCI0.LNKA:0)
pcib1: slot 0 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
pci1: <display, VGA> at device 0.0 (no driver attached)
cbb0: <TI1420 PCI-CardBus Bridge> at device 3.0 on pci0
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib0: matched entry for 0.3.INTA (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 3 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac51104c 0x02100007 0x06070000 0x00822008 
  0x10: 0x80000000 0x020000a0 0x20040400 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 
  0x40: 0x00b11028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x2024d025 0x00000000 0x00000000 0x01261222 
  0x90: 0x6064a6c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe110001 0x00c00000 0x0000001b 0x00000007 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
cbb1: <TI1420 PCI-CardBus Bridge> at device 3.1 on pci0
cbb1: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80001000
cardbus1: <CardBus bus> on cbb1
pccard1: <16-bit PCCard bus> on cbb1
pcib0: matched entry for 0.3.INTA (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 3 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
cbb1: [MPSAFE]
cbb1: PCI Configuration space:
  0x00: 0xac51104c 0x02100007 0x06070000 0x00822008 
  0x10: 0x80001000 0x020000a0 0x20050500 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 
  0x40: 0x00b11028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x2024f025 0x00000000 0x00000000 0x01261222 
  0x90: 0x6064a6c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe110001 0x00c00000 0x0000001b 0x00000007 
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
PCI-ISA bridge with incorrect subclass 0x80
PCI-ISA bridge with incorrect subclass 0x80
isab0: <PCI-ISA bridge> at device 7.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel PIIX4 UDMA33 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x860-0x86f at device 7.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x860
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=03 ostat0=50 ostat1=00
ata1: stat0=0x10 err=0x01 lsb=0x14 msb=0xeb
ata1: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=10 stat1=00 devices=0x4<ATAPI_MASTER>
ata1: [MPSAFE]
uhci0: <Intel 82371AB/EB (PIIX4) USB controller> port 0xdce0-0xdcff irq 11 at device 7.2 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xdce0
uhci0: [GIANT-LOCKED]
usb0: <Intel 82371AB/EB (PIIX4) USB controller> on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0: <bridge> at device 7.3 (no driver attached)
pcm0: <ESS Technology Maestro3> port 0xd800-0xd8ff mem 0xf3ffe000-0xf3ffffff irq 5 at device 8.0 on pci0
pci0: child pcm0 requested type 3 for rid 0x10, but the BAR says it is an ioport
pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd800
pcm0: [MPSAFE]
pcm0: <SigmaTel STAC9721/23 AC97 Codec (id = 0x83847609)>
pcm0: Codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features AMAP
pcm0: ac97 codec dac ready count: 0
pcm0: sndbuf_setmap 7ffe000, 1000; 0xd971f000 -> 7ffe000
pcm0: sndbuf_setmap 7ffd000, 1000; 0xd9720000 -> 7ffd000
pcm0: sndbuf_setmap 7ffc000, 1000; 0xd9721000 -> 7ffc000
pcm0: sndbuf_setmap 7ffb000, 1000; 0xd9722000 -> 7ffb000
pcm0: sndbuf_setmap 7ffa000, 1000; 0xd9723000 -> 7ffa000
xl0: <3Com 3c556 Fast Etherlink XL> port 0xd400-0xd4ff mem 0xf3ffdc00-0xf3ffdc7f,0xf3ffd800-0xf3ffd87f irq 11 at device 16.0 on pci0
xl0: Reserved 0x80 bytes for rid 0x14 type 3 at 0xf3ffdc00
xl0: using memory mapped I/O
xl0: Reserved 0x80 bytes for rid 0x18 type 3 at 0xf3ffd800
xl0: media options word: 40
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
tdkphy0: <TDK 78Q2120 media interface> on miibus0
tdkphy0: OUI 0x00c039, model 0x0014, rev. 11
tdkphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: bpf attached
xl0: Ethernet address: 00:04:76:48:c7:b2
xl0: [MPSAFE]
pci0: <simple comms> at device 16.1 (no driver attached)
pci0:16:1: Transition from D0 to D3
acpi_tz0: <Thermal Zone> on acpi0
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
fdc0: <floppy drive controller (FDE)> port 0x3f2-0x3f5,0x3f7 irq 6 drq 2 on acpi0
fdc0: ic_type 90 part_id 80
fdc0: [MPSAFE]
fdc0: [FAST]
sio0: irq maps: 0x221 0x231 0x221 0x221
sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0
sio0: type 16550A
ppc0: using extended I/O port range
ppc0: ECP SPP ECP+EPP SPP
ppc0: <ECP parallel printer port> port 0x378-0x37f,0x778-0x77b irq 7 drq 3 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
plip0: bpf attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
fdc: fdc0 already exists; skipping it
ppc: ppc0 already exists; skipping it
sio: sio0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
ex_isa_identify()
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
ahc_isa_probe 13: ioport 0xdc00 alloc failed
ahc_isa_probe 14: ioport 0xec00 alloc failed
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROM> at iomem 0xc0000-0xcffff pnpid ORM0000 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x221 0x221 0x221 0x221
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 601366369 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
acpi_acad0: acline initialization start
battery0: battery initialization start
pccard1: CIS version PC Card Standard 5.0
pccard1: CIS info: SMC, SMC2532W-B EliteConnect Wireless Adapter, , 
pccard1: Manufacturer code 0xd601, product 0x5
pccard1: function 0: network adapter, ccr addr 3e0 mask 1
pccard1: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 irqpulse irqlevel
wi0: <SMC SMC2532W-B EliteConnect Wireless Adapter> at port 0x100-0x13f irq 11 function 0 config 1 on pccard1
wi0: [MPSAFE]
wi0: using RF:PRISM2.5 MAC:ISL3873
wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9)
wi0: bpf attached
wi0: Ethernet address: 00:04:e2:80:34:be
wi0: bpf attached
wi0: bpf attached
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
fdc0: output ready timeout
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
battery1: battery initialization start
battery0: battery initialization done, tried 1 times
ad0: setting PIO4 on Intel PIIX4 chip
ad0: setting UDMA33 on Intel PIIX4 chip
ad0: 19077MB <FUJITSU MHS2020AT E 8307> at ata0-master UDMA33
ad0: 39070080 sectors [38760C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
ad0: Intel check1 failed
ad0: Adaptec check1 failed
ad0: LSI (v3) check1 failed
ad0: LSI (v2) check1 failed
ad0: FreeBSD check1 failed
ata1-master: pio=PIO4 wdma=WDMA2 udma=UNSUPPORTED cable=40 wire
acd0: setting PIO4 on Intel PIIX4 chip
acd0: <HL-DT-ST CD-RW GCE-8080N/2.06> CDRW drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 1377KB/s (1377KB/s), 2048KB buffer, PIO4
acd0: Reads: CDR, CDRW, CDDA stream, packet
acd0: Writes: CDR, CDRW, test write, burnproof
acd0: Audio: play, 255 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
ATA PseudoRAID loaded
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
fdc0: output ready timeout
fdc0: input ready timeout
fdc0: input ready timeout
Trying to mount root from ufs:/dev/ad0s2a
start_init: trying /sbin/init
pass0 at ata1 bus 0 target 0 lun 0
pass0: <HL-DT-ST CD-RW GCE-8080N 2.06> Removable CD-ROM SCSI-0 device 
pass0: Serial Number \^_
pass0: 16.000MB/s transfers
GEOM: new disk cd0
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
cd0 at ata1 bus 0 target 0 lun 0
cd0: <HL-DT-ST CD-RW GCE-8080N 2.06> Removable CD-ROM SCSI-0 device 
cd0: Serial Number \^_
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
battery1: battery initialization failed, giving up
xl0: link state changed to DOWN
Linux ELF exec handler installed
Received on Tue Sep 20 2005 - 01:51:57 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:43 UTC