Subject: Re: NetBSD Wireless Problem
To: None <netbsd-users@NetBSD.org>
From: Jon Voris <jvoris@stevens.edu>
List: netbsd-users
Date: 04/25/2006 23:17:01
This is a multi-part message in MIME format.

--Boundary_(ID_VbbajGCKqburglGxM5TDYw)
Content-type: text/plain; charset=ISO-8859-1; format=flowed
Content-transfer-encoding: 7BIT

Hi everyone,

With help from this list, I was able to solve my notebook's PC card 
issue. Here is a summary of my problem and solution in case anyone 
experiences a similar one.

Problem: NetBSD 3.0 was not recognizing PC cards on my Compaq Armada 
E500 notebook.

Solution: I added or enabled the following options in my kernel 
configuration:
options        PCIC_ISA_INTR_ALLOC_MASK=0x0a00
options        PCIC_ISA_ALLOC_IOBASE=0x330
options        PCIC_ISA_ALLOC_IOSIZE=0x330

options        RBUS_MIN_START=0x20000000
options        RBUS_IO_BASE=0x600
options        RBUS_IO_SIZE=0x100

options        PCIBIOS
options        PCIBIOS_ADDR_FIXUP
options        PCIBIOS_BUS_FIXUP
options        PCIBIOS_INTR_FIXUP

Adding all of these options definitely solved my problem. I tried 
narrowing these options down to find out if any of them weren't 
necessary, but I got fluky results. At one point I had it recognizing my 
card with only the PCIBIOS options, but after further experimentation 
this stopped working. I would recommend enabling the PCIBIOS options 
first, then the PCIC ones, then the RBUS, as that seemed to be the order 
of effect they had on my system.

I also enabled the following for additional debug verbosity, though 
these are not needed to remedy the issue:
options        PCIVERBOSE
options        PCMCIAVERBOSE
options        PCMCIADEBUG

options        PCIBIOS_VERBOSE
as well as set the debug flag to 1 in pcmcia.c and pcmcia_cis.c.


The message I received when inserting a PC card before fixing the 
problem was:

cbb0: wait took 0.008594s
pcmcia0: ++enabled_count = 1
cis mem map cb0ae000
pcmcia0: CIS tuple chain:
 ff
CISTPL_END
cis mem map cb0ae000
CISTPL_LINKTARGET expected, code ff observed
pcmcia0: card appears to have bogus CIS
pcmcia0: --enabled_count = 0

After fixing the problem I see the following on insert:

cbb1: wait took 0.008596s
pcmcia1: ++enabled_count = 1
cis mem map cb2cd000
pcmcia1: CIS tuple chain:
 01 03 00 00 ff
CISTPL_DEVICE type=null speed=null
 17 04 67 5a 08 ff
CISTPL_DEVICE_A type=sram speed=ext
 1d 05 01 67 5a 08 ff
unhandled CISTPL 1d
 15 50 05 00 43 6f 6d 70 61 71 00 43 6f 6d 70 61
 71 20 57 4c 31 31 30 20 50 43 20 43 61 72 64 00
 56 65 72 73 69 6f 6e 20 30 31 2e 30 31 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 ff
CISTPL_VERS_1
 20 04 56 01 02 00
CISTPL_MANFID
 21 02 06 00
CISTPL_FUNCID
 22 02 01 07
 22 05 02 40 42 0f 00
 22 05 02 80 84 1e 00
 22 05 02 60 ec 53 00
 22 05 02 c0 d8 a7 00
 22 02 03 07
 22 08 04 06 00 02 a5 6e 2f a7
 22 02 05 01
 1a 07 03 01 e0 03 00 00 01
CISTPL_CONFIG
 1b 0f c1 01 19 76 c5 4b d5 19 36 36 05 46 7f ff
 ff
CISTPL_CFTABLE_ENTRY
 ff
CISTPL_END
cis mem map cb2cd000
CISTPL_LINKTARGET expected, code 00 observed
pcmcia1: CIS version PC Card Standard 5.0
pcmcia1: CIS info: Compaq, Compaq WL110 PC Card, Version 01.01,
pcmcia1: Manufacturer code 0x156, product 0x2
pcmcia1: function 0: network adapter, ccr addr 3e0 mask 1
pcmcia1: function 0, config table entry 1: I/O card; irq mask ffff; 
iomask 6, iospace 0-3f; io16 irqpulse irqlevel
wi0 at pcmcia1 function 0: <Compaq, Compaq WL110 PC Card, Version 01.01, >
pcmcia_config_alloc: io 0 start=0 length=40 align=40 skew=0
window iobase 600 iomax 63f
function iobase 600 iomax 63f
pcmcia1: ++enabled_count = 2
pcmcia1: function 0 CCR at 0 offset 3e0: 41 80 22 ff, ff ff ff ff, ff
wi0: 802.11 address 00:02:a5:6e:2f:a7
wi0: using Lucent Technologies, WaveLAN/IEEE
wi0: Lucent Firmware: Station (6.16.1)
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
pcmcia1: --enabled_count = 1
pcmcia1: --enabled_count = 0

I have also attached my dmesg output from before and after the problem. 
Thanks for the help getting my laptop up and running!

Jonathan Voris

--Boundary_(ID_VbbajGCKqburglGxM5TDYw)
Content-type: text/plain; name=dmesg_after.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=dmesg_after.txt

NetBSD 3.0 (TECHNODROME) #34: Mon Apr 24 20:48:19 EDT 2006
	root@technodrome:/usr/src/sys/arch/i386/compile/TECHNODROME
total memory = 383 MB
avail memory = 366 MB
BIOS32 rev. 0 found at 0xf0000
PCI BIOS rev. 2.1 found at 0xf0478
PCI IRQ Routing Table rev. 1.0 found at 0xf0970, size 0 bytes (-2 entries)
pcibios_pir_init: bad IRQ table size
PCI IRQ Routing Table rev. 1.0 found at 0xf9c70, size 224 bytes (12 entries)
PCI Interrupt Router at 000:07:0 (Intel 82371AB (PIIX4) PCI-ISA Bridge compatible)
PCI Exclusive IRQs: 11
mainbus0 (root)
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel Pentium III (686-class), 896.15 MHz, id 0x68a
cpu0: features 383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features 383f9ff<PGE,MCA,CMOV,PAT,PSE36,MMX>
cpu0: features 383f9ff<FXSR,SSE>
cpu0: I-cache 16 KB 32B/line 4-way, D-cache 16 KB 32B/line 4-way
cpu0: L2 cache 256 KB 32B/line 8-way
cpu0: ITLB 32 4 KB entries 4-way, 2 4 MB entries fully associative
cpu0: DTLB 64 4 KB entries 4-way, 8 4 MB entries 4-way
cpu0: 8 page colors
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82443BX Host Bridge/Controller (rev. 0x03)
agp0 at pchb0: aperture at 0x50000000, size 0x4000000
ppb0 at pci0 dev 1 function 0: Intel 82443BX AGP Interface (rev. 0x03)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
vga1 at pci1 dev 0 function 0: ATI Technologies Rage Mobility (rev. 0x64)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)
wsmux1: connecting to wsdisplay0
cbb0 at pci0 dev 4 function 0: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
cbb1 at pci0 dev 4 function 1: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
pcib0 at pci0 dev 7 function 0
pcib0: Intel 82371AB (PIIX4) PCI-ISA Bridge (rev. 0x02)
piixide0 at pci0 dev 7 function 1
piixide0: Intel 82371AB IDE controller (PIIX4) (rev. 0x01)
piixide0: bus-master DMA support present
piixide0: primary channel wired to compatibility mode
piixide0: primary channel interrupting at irq 14
atabus0 at piixide0 channel 0
piixide0: secondary channel wired to compatibility mode
piixide0: secondary channel ignored (disabled)
uhci0 at pci0 dev 7 function 2: Intel 82371AB (PIIX4) USB Host Controller (rev. 0x01)
uhci0: interrupting at irq 11
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
Intel 82371AB (PIIX4) Power Management Controller (miscellaneous bridge, revision 0x03) at pci0 dev 7 function 3 not configured
esm0 at pci0 dev 8 function 0: ESS Technology Maestro 2E PCI Audio Accelerator (rev. 0x10)
esm0: interrupting at irq 11
esm0: ac97: SigmaTel STAC9721/23 codec; 18 bit DAC, 18 bit ADC, SigmaTel 3D
audio0 at esm0: full duplex, mmap, independent
fxp0 at pci0 dev 9 function 0: i82559S Ethernet, rev 9
fxp0: interrupting at irq 11
fxp0: Ethernet address 00:d0:59:4c:11:c3
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Lucent Technologies LTMODEM (serial communications) at pci0 dev 9 function 1 not configured
cbb0: interrupting at irq 11
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 2 device 0
pcmcia0 at cardslot0
cbb1: interrupting at irq 11
cardslot1 at cbb1 slot 1 flags 0
cardbus1 at cardslot1: bus 3 device 0
pcmcia1 at cardslot1
isa0 at pcib0
lpt0 at isa0 port 0x378-0x37b irq 7
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com2 at isa0 port 0x3e8-0x3ef irq 5: ns16550a, working fifo
pckbc0 at isa0 port 0x60-0x64
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
sysbeep0 at pcppi0
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
npx0 at isa0 port 0xf0-0xff: using exception 16
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
isapnp0: no ISA Plug 'n Play devices found
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
Kernelized RAIDframe activated
atapibus0 at atabus0: 2 targets
cd0 at atapibus0 drive 1: <Compaq  DVD-ROM SD-C2402, 5100706747, 1A05> cdrom removable
cd0: 32-bit data port
cd0: drive supports PIO mode 4, DMA mode 2
wd0 at atabus0 drive 0: <HITACHI_DK23CA-20>
wd0: drive supports 16-sector PIO transfers, LBA addressing
wd0: 19077 MB, 38760 cyl, 16 head, 63 sec, 512 bytes/sect x 39070080 sectors
cbb1: wait took 0.008243s
wd0: 32-bit data port
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA)
cd0(piixide0:0:1): using PIO mode 4, DMA mode 2 (using DMA)
pcmcia1: ++enabled_count = 1
cis mem map cb290000
pcmcia1: CIS tuple chain:
 01 03 00 00 ff
CISTPL_DEVICE type=null speed=null
 17 04 67 5a 08 ff
CISTPL_DEVICE_A type=sram speed=ext
 1d 05 01 67 5a 08 ff
unhandled CISTPL 1d
 15 50 05 00 43 6f 6d 70 61 71 00 43 6f 6d 70 61
 71 20 57 4c 31 31 30 20 50 43 20 43 61 72 64 00
 56 65 72 73 69 6f 6e 20 30 31 2e 30 31 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
 00 ff
CISTPL_VERS_1
 20 04 56 01 02 00
CISTPL_MANFID
 21 02 06 00
CISTPL_FUNCID
 22 02 01 07
 22 05 02 40 42 0f 00
 22 05 02 80 84 1e 00
 22 05 02 60 ec 53 00
 22 05 02 c0 d8 a7 00
 22 02 03 07
 22 08 04 06 00 02 a5 6e 2f a7
 22 02 05 01
 1a 07 03 01 e0 03 00 00 01
CISTPL_CONFIG
 1b 0f c1 01 19 76 c5 4b d5 19 36 36 05 46 7f ff
 ff
CISTPL_CFTABLE_ENTRY
 ff
CISTPL_END
cis mem map cb290000
CISTPL_LINKTARGET expected, code 00 observed
pcmcia1: CIS version PC Card Standard 5.0
pcmcia1: CIS info: Compaq, Compaq WL110 PC Card, Version 01.01, 
pcmcia1: Manufacturer code 0x156, product 0x2
pcmcia1: function 0: network adapter, ccr addr 3e0 mask 1
pcmcia1: function 0, config table entry 1: I/O card; irq mask ffff; iomask 6, iospace 0-3f; io16 irqpulse irqlevel
wi0 at pcmcia1 function 0: <Compaq, Compaq WL110 PC Card, Version 01.01, >
pcmcia_config_alloc: io 0 start=0 length=40 align=40 skew=0
window iobase 600 iomax 63f
function iobase 600 iomax 63f
pcmcia1: ++enabled_count = 2
pcmcia1: function 0 CCR at 0 offset 3e0: 41 80 22 ff, ff ff ff ff, ff
wi0: 802.11 address 00:02:a5:6e:2f:a7
wi0: using Lucent Technologies, WaveLAN/IEEE
wi0: Lucent Firmware: Station (6.16.1)
wi0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
pcmcia1: --enabled_count = 1
pcmcia1: --enabled_count = 0
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
wsdisplay0: screen 1 added (80x25, vt100 emulation)
wsdisplay0: screen 2 added (80x25, vt100 emulation)
wsdisplay0: screen 3 added (80x25, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)

--Boundary_(ID_VbbajGCKqburglGxM5TDYw)
Content-type: text/plain; name=dmesg_before.txt
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=dmesg_before.txt

NetBSD 3.0 (TECHNODROME) #2: Fri Apr 21 21:55:49 EDT 2006
	jvoris@technodrome:/usr/src/sys/arch/i386/compile/TECHNODROME
total memory = 383 MB
avail memory = 368 MB
BIOS32 rev. 0 found at 0xf0000
PCI BIOS rev. 2.1 found at 0xf0478
pcibios: config mechanism [1][x], special cycles [x][x], last bus 1
PCI IRQ Routing Table rev. 1.0 found at 0xf0970, size 0 bytes (-2 entries)
pcibios_pir_init: bad IRQ table size
PCI IRQ Routing Table rev. 1.0 found at 0xf9c70, size 224 bytes (12 entries)
PCI Interrupt Router at 000:07:0 (Intel 82371AB (PIIX4) PCI-ISA Bridge compatible)
PCI Exclusive IRQs: 11
------------------------------------------
  device vendor product pin PIRQ IRQ stage
------------------------------------------
000:04:0 0x104c 0xac1c   A  0x00  11  0    already assigned
000:04:1 0x104c 0xac1c   A  0x00  11  0    already assigned
000:07:2 0x8086 0x7112   D  0x03  11  0    already assigned
000:08:0 0x125d 0x1978   A  0x02  11  0    already assigned
000:09:0 0x8086 0x1229   A  0x02  11  0    already assigned
000:09:1 0x11c1 0x0445   A  0x02  11  0    already assigned
001:00:0 0x1002 0x4c4d   A  0x00  11  0    already assigned
------------------------------------------
PCI fixup examining 8086:7190
PCI fixup examining 8086:7191
PCI fixup examining 1002:4c4d
PCI bridge 0: primary 0, secondary 1, subordinate 1
PCI fixup examining 104c:ac1c
PCI bridge 1: primary 0, secondary 2, subordinate 2
PCI fixup examining 104c:ac1c
PCI bridge 2: primary 0, secondary 3, subordinate 3
PCI fixup examining 8086:7110
PCI fixup examining 8086:7111
PCI fixup examining 8086:7112
PCI fixup examining 8086:7113
PCI fixup examining 125d:1978
PCI fixup examining 8086:1229
PCI fixup examining 11c1:445
PCI bus #3 is the last bus
[System BIOS Setting]-----------------------
  device vendor product
  register space address    size
--------------------------------------------
000:00:0 0x8086 0x7190 
	10h mem  0x50000000 0x04000000
		[OK]
000:01:0 0x8086 0x7191 
		[OK]
000:04:0 0x104c 0xac1c 
	10h mem  0x41180000 0x00001000
		[OK]
000:04:1 0x104c 0xac1c 
	10h mem  0x41200000 0x00001000
		[OK]
000:07:0 0x8086 0x7110 
		[OK]
000:07:1 0x8086 0x7111 
	20h port 0x00003460 0x00000010
		[OK]
000:07:2 0x8086 0x7112 
	20h port 0x00003440 0x00000020
		[OK]
000:07:3 0x8086 0x7113 
		[OK]
000:08:0 0x125d 0x1978 
	10h port 0x00003000 0x00000100
		[OK]
000:09:0 0x8086 0x1229 
	10h mem  0x41280000 0x00001000
	14h port 0x00003400 0x00000040
	18h mem  0x41100000 0x00020000
		[OK]
000:09:1 0x11c1 0x0445 
	10h port 0x00003470 0x00000008
	14h mem  0x41300000 0x00001000
		[OK]
001:00:0 0x1002 0x4c4d 
	10h mem  0x40000000 0x01000000
	14h port 0x00002000 0x00000100
	18h mem  0x41000000 0x00001000
		[OK]
--------------------------[  0 devices bogus]
 Physical memory end: 0x17fec000
 PCI memory mapped I/O space start: 0x18000000
mainbus0 (root)
cpu0 at mainbus0: (uniprocessor)
cpu0: Intel Pentium III (686-class), 896.14 MHz, id 0x68a
cpu0: features 383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR>
cpu0: features 383f9ff<PGE,MCA,CMOV,PAT,PSE36,MMX>
cpu0: features 383f9ff<FXSR,SSE>
cpu0: I-cache 16 KB 32B/line 4-way, D-cache 16 KB 32B/line 4-way
cpu0: L2 cache 256 KB 32B/line 8-way
cpu0: ITLB 32 4 KB entries 4-way, 2 4 MB entries fully associative
cpu0: DTLB 64 4 KB entries 4-way, 8 4 MB entries 4-way
cpu0: 8 page colors
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0
pchb0: Intel 82443BX Host Bridge/Controller (rev. 0x03)
agp0 at pchb0: aperture at 0x50000000, size 0x4000000
ppb0 at pci0 dev 1 function 0: Intel 82443BX AGP Interface (rev. 0x03)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
vga1 at pci1 dev 0 function 0: ATI Technologies Rage Mobility (rev. 0x64)
wsdisplay0 at vga1 kbdmux 1: console (80x25, vt100 emulation)
wsmux1: connecting to wsdisplay0
cbb0 at pci0 dev 4 function 0: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
cbb1 at pci0 dev 4 function 1: Texas Instruments PCI1225 PCI-CardBus Bridge (rev. 0x01)
pcib0 at pci0 dev 7 function 0
pcib0: Intel 82371AB (PIIX4) PCI-ISA Bridge (rev. 0x02)
piixide0 at pci0 dev 7 function 1
piixide0: Intel 82371AB IDE controller (PIIX4) (rev. 0x01)
piixide0: bus-master DMA support present
piixide0: primary channel wired to compatibility mode
piixide0: primary channel interrupting at irq 14
atabus0 at piixide0 channel 0
piixide0: secondary channel wired to compatibility mode
piixide0: secondary channel ignored (disabled)
uhci0 at pci0 dev 7 function 2: Intel 82371AB (PIIX4) USB Host Controller (rev. 0x01)
uhci0: interrupting at irq 11
usb0 at uhci0: USB revision 1.0
uhub0 at usb0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
Intel 82371AB (PIIX4) Power Management Controller (miscellaneous bridge, revision 0x03) at pci0 dev 7 function 3 not configured
esm0 at pci0 dev 8 function 0: ESS Technology Maestro 2E PCI Audio Accelerator (rev. 0x10)
esm0: interrupting at irq 11
esm0: ac97: SigmaTel STAC9721/23 codec; 18 bit DAC, 18 bit ADC, SigmaTel 3D
audio0 at esm0: full duplex, mmap, independent
fxp0 at pci0 dev 9 function 0: i82559S Ethernet, rev 9
fxp0: interrupting at irq 11
fxp0: Ethernet address 00:d0:59:4c:11:c3
inphy0 at fxp0 phy 1: i82555 10/100 media interface, rev. 4
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Lucent Technologies LTMODEM (serial communications) at pci0 dev 9 function 1 not configured
cbb0: interrupting at irq 11
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 2 device 0
pcmcia0 at cardslot0
cbb1: interrupting at irq 11
cardslot1 at cbb1 slot 1 flags 0
cardbus1 at cardslot1: bus 3 device 0
pcmcia1 at cardslot1
isa0 at pcib0
lpt0 at isa0 port 0x378-0x37b irq 7
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
com2 at isa0 port 0x3e8-0x3ef irq 5: ns16550a, working fifo
pckbc0 at isa0 port 0x60-0x64
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard, using wsdisplay0
pms0 at pckbc0 (aux slot)
pms0: Synaptics touchpad version 5.6
pms0: Palm detect, Multi-finger
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
pcppi0 at isa0 port 0x61
midi0 at pcppi0: PC speaker
sysbeep0 at pcppi0
isapnp0 at isa0 port 0x279: ISA Plug 'n Play device support
npx0 at isa0 port 0xf0-0xff: using exception 16
fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
isapnp0: no ISA Plug 'n Play devices found
apm0 at mainbus0: Power Management spec V1.2
fd0 at fdc0 drive 0: 1.44MB, 80 cyl, 2 head, 18 sec
Kernelized RAIDframe activated
atapibus0 at atabus0: 2 targets
cd0 at atapibus0 drive 1: <Compaq  DVD-ROM SD-C2402, 5100706747, 1A05> cdrom removable
cd0: 32-bit data port
cd0: drive supports PIO mode 4, DMA mode 2
wd0 at atabus0 drive 0: <HITACHI_DK23CA-20>
wd0: drive supports 16-sector PIO transfers, LBA addressing
wd0: 19077 MB, 38760 cyl, 16 head, 63 sec, 512 bytes/sect x 39070080 sectors
wd0: 32-bit data port
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
wd0(piixide0:0:0): using PIO mode 4, Ultra-DMA mode 2 (Ultra/33) (using DMA)
cd0(piixide0:0:1): using PIO mode 4, DMA mode 2 (using DMA)
cbb0: wait took 0.009115s
pcmcia0: ++enabled_count = 1
cis mem map cb095000
pcmcia0: CIS tuple chain:
 ff
CISTPL_END
cis mem map cb095000
CISTPL_LINKTARGET expected, code ff observed
pcmcia0: card appears to have bogus CIS
pcmcia0: --enabled_count = 0
boot device: wd0
root on wd0a dumps on wd0b
root file system type: ffs
wsdisplay0: screen 1 added (80x25, vt100 emulation)
wsdisplay0: screen 2 added (80x25, vt100 emulation)
wsdisplay0: screen 3 added (80x25, vt100 emulation)
wsdisplay0: screen 4 added (80x25, vt100 emulation)

--Boundary_(ID_VbbajGCKqburglGxM5TDYw)--