Lack of success with if_ndis comes with matching funny carbus messages.

Daniel O'Connor doconnor at gsoft.com.au
Sun Dec 19 22:23:53 PST 2004


Hi,
A guy at work got an Alloy WLT24501 Cardbus WiFi adadpter 
(http://www.alloy.com.au/products/wlt245401.html) and I am
trying to get it working (I have an Intel Pro 2100 mini-PCI)

I have a kernel cvs from the 9th of December and I obtained the following 
driver "http://www.alloy.com.au/web_download/Wireless/54Mb/WLT245401_VP/WLT245401VP_Ver. 1.20.zip"

I copied FW1130.BIN FwRad16.bin and FwRad17.bin to /compat/ndis and ran the 
following commands to build the driver..

ndiscvt -i TNET1130.INF -s tnet1130.sys -n wlt -o ndis_driver_data.h
make
kldload ./if_ndis.ko

Before the kldload I inserted the card..
Dec 20 16:09:33 inchoate kernel: Status is 0x30000820
Dec 20 16:09:33 inchoate kernel: cbb0: card inserted: event=0x00000000, state=30000820
Dec 20 16:09:33 inchoate kernel: cbb0: cbb_power: 3V
Dec 20 16:09:33 inchoate kernel: pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
Dec 20 16:09:33 inchoate kernel: cardbus0: Expecting link target, got 0x8
Dec 20 16:09:33 inchoate kernel: cardbus0: Resource not specified in CIS: id=10, size=2000
Dec 20 16:09:33 inchoate kernel: cardbus0: Resource not specified in CIS: id=14, size=20000
Dec 20 16:09:33 inchoate kernel: pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
Dec 20 16:09:33 inchoate kernel: found->        vendor=0x104c, dev=0x9066, revid=0x00
Dec 20 16:09:33 inchoate kernel: bus=3, slot=0, func=0
Dec 20 16:09:33 inchoate kernel: class=02-80-00, hdrtype=0x00, mfdev=0
Dec 20 16:09:33 inchoate kernel: cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
Dec 20 16:09:33 inchoate kernel: lattimer=0xa8 (5040 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Dec 20 16:09:33 inchoate kernel: intpin=a, irq=11
Dec 20 16:09:33 inchoate kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Dec 20 16:09:33 inchoate kernel: cardbus0: <network> at device 0.0 (no driver attached)
Dec 20 16:09:33 inchoate kernel: pci3:0:0: Transition from D0 to D3
Dec 20 16:09:33 inchoate kernel: cbb0: cbb_power: 0V
Dec 20 16:09:33 inchoate kernel: cbb0: CardBus card activation failed
Dec 20 16:09:33 inchoate kernel: Status is 0x30000086

I removed it, loaded the driver and reinstered..
Dec 20 16:18:46 inchoate kernel: Status is 0x30000920
Dec 20 16:18:46 inchoate kernel: cbb0: card inserted: event=0x00000000, state=30000920
Dec 20 16:18:46 inchoate kernel: cbb0: cbb_power: 3V
Dec 20 16:18:46 inchoate kernel: pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
Dec 20 16:18:46 inchoate kernel: cardbus0: Expecting link target, got 0x8
Dec 20 16:18:46 inchoate kernel: cardbus0: Resource not specified in CIS: id=10, size=2000
Dec 20 16:18:46 inchoate kernel: cardbus0: Resource not specified in CIS: id=14, size=20000
Dec 20 16:18:46 inchoate kernel: pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
Dec 20 16:18:46 inchoate kernel: found->        vendor=0x104c, dev=0x9066, revid=0x00
Dec 20 16:18:46 inchoate kernel: bus=3, slot=0, func=0
Dec 20 16:18:46 inchoate kernel: class=02-80-00, hdrtype=0x00, mfdev=0
Dec 20 16:18:46 inchoate kernel: cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
Dec 20 16:18:46 inchoate kernel: lattimer=0xa8 (5040 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
Dec 20 16:18:46 inchoate kernel: intpin=a, irq=11
Dec 20 16:18:46 inchoate kernel: powerspec 2  supports D0 D1 D2 D3  current D0
Dec 20 16:18:46 inchoate kernel: wlt0: <IEEE 802.11g Wireless Cardbus/PCI Adapter> mem 0xf6040000-0xf605ffff,0xf6060000-0xf6061fff irq 11 at device 0.0 on cardbus0
Dec 20 16:18:46 inchoate kernel: pcib2: device wlt0 requested decoded memory range 0xf6040000-0xf605ffff
Dec 20 16:18:46 inchoate kernel: pcib2: device wlt0 requested decoded memory range 0xf6060000-0xf6061fff
Dec 20 16:18:46 inchoate kernel: wlt0: [MPSAFE]
Dec 20 16:18:46 inchoate kernel: wlt0: NDIS API version: 5.1
Dec 20 16:18:49 inchoate kernel: wlt0: bpf attached
Dec 20 16:18:49 inchoate kernel: wlt0: Ethernet address: 00:00:8c:00:50:de
Dec 20 16:18:49 inchoate kernel: wlt0: bpf attached

I then did..
ifconfig wlt0 ssid citilan up mode 11b media autoselect 

After a minute or so of polling with wicontrol wlt0 -L an AP showed up, but
ifconfig did not show it associated, nor did a 'link up' message get
displayed by the kernel. While sitting in the same location I unloaded the
driver and loaded the one for the mini-PCI adapter - it worked and associated
straight away.

I have not tried the acx driver from wlan.kewl.org as it hasn't been updated 
for the new 802.11 stuff that was committed, and I haven't had time to go back
to before then and play around.

Attached is a boot -v dmesg with cbb and cardbus debugging on.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
-------------- next part --------------
Copyright (c) 1992-2004 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 6.0-CURRENT #2: Mon Dec 20 15:44:52 CST 2004
    darius at inchoate.localdomain:/usr/obj/usr/src/sys/INCHOATE
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0970000.
Preloaded elf module "/boot/kernel/linux.ko" at 0xc0970158.
Preloaded elf module "/boot/kernel/if_bfe.ko" at 0xc0970204.
Preloaded elf module "/boot/kernel/miibus.ko" at 0xc09702b0.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc097035c.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc0970408.
Preloaded elf module "/boot/kernel/ugen.ko" at 0xc09704b4.
Preloaded elf module "/boot/kernel/usb.ko" at 0xc0970560.
Preloaded elf module "/boot/kernel/ums.ko" at 0xc0970608.
Preloaded elf module "/boot/kernel/umass.ko" at 0xc09706b0.
Preloaded elf module "/boot/kernel/umodem.ko" at 0xc097075c.
Preloaded elf module "/boot/kernel/ucom.ko" at 0xc0970808.
Preloaded elf module "/boot/kernel/random.ko" at 0xc09708b4.
Preloaded elf module "/boot/kernel/sbp.ko" at 0xc0970960.
Preloaded elf module "/boot/kernel/firewire.ko" at 0xc0970a08.
Preloaded elf module "/boot/modules/nvidia.ko" at 0xc0970ab8.
Preloaded elf module "/boot/kernel/if_fwip.ko" at 0xc0970b64.
Preloaded elf module "/boot/kernel/if_fwe.ko" at 0xc0970c10.
Preloaded elf module "/boot/kernel/wlan.ko" at 0xc0970cbc.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0970d68.
Calibrating clock(s) ... i8254 clock: 1193177 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1398819595 Hz
CPU: Intel(R) Pentium(R) M processor 1400MHz (1398.82-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x695  Stepping = 5
  Features=0xa7e9f9bf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,TM,PBE>
real memory  = 536535040 (511 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000001f67efff, 514170880 bytes (125530 pages)
avail memory = 515796992 (491 MB)
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry = 0xffe90 (c00ffe90)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xf0000+0xc97e
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>
mem: <memory>
Pentium Pro MTRR support enabled
random: <entropy source, Software, Yarrow>
null: <null device, zero device>
io: <I/O>
acpi0: <DELL CPi R  > on motherboard
acpi0: [MPSAFE]
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000eac4
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=33408086)
pcibios: BIOS version 2.10
Found $PIR table, 9 entries at 0xc00fc590
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0   29    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   29    D   0x6b  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   30    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0   31    B   0x61  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    2    0    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    A   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    B   0x63  none
embedded    2    3    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    8    0    B   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    8    1    B   0x63  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 31 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: bus 0 dev 31 func 0
atpic: Programming IRQ9 as level/low
ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0: <ACPI CPU (4 Cx states)> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_cmbat1: <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
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 11 on acpi0
pci_link1: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  5 7
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   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> irq 11 on acpi0
pci_link2: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  9 10 11
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   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
pci_link4: <ACPI PCI Link LNKH> irq 11 on acpi0
pci_link4: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
	map[10]: type 3, range 32, base e0000000, size 27, enabled
found->	vendor=0x8086, dev=0x3340, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3341, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x00a0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000bf80, size  5, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.PCI0.LNKA:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
found->	vendor=0x8086, dev=0x24c2, revid=0x01
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0000bf40, size  5, enabled
pcib0: matched entry for 0.29.INTB (src \\_SB_.PCI0.LNKD:0)
pcib0: slot 29 INTB routed to irq 11 via \\_SB_.PCI0.LNKD
found->	vendor=0x8086, dev=0x24c4, revid=0x01
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0000bf20, size  5, enabled
pcib0: matched entry for 0.29.INTC (src \\_SB_.PCI0.LNKC:0)
pcib0: slot 29 INTC routed to irq 11 via \\_SB_.PCI0.LNKC
found->	vendor=0x8086, dev=0x24c7, revid=0x01
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	map[10]: type 1, range 32, base f4fffc00, size 10, enabled
pcib0: matched entry for 0.29.INTD (src \\_SB_.PCI0.LNKH:0)
pcib0: slot 29 INTD routed to irq 11 via \\_SB_.PCI0.LNKH
found->	vendor=0x8086, dev=0x24cd, revid=0x01
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
found->	vendor=0x8086, dev=0x2448, revid=0x81
	bus=0, slot=30, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0107, statreg=0x8080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x24cc, revid=0x01
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x010f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 0000bfa0, size  4, enabled
found->	vendor=0x8086, dev=0x24ca, revid=0x01
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[10]: type 4, range 32, base 0000b800, size  8, enabled
	map[14]: type 4, range 32, base 0000bc40, size  6, enabled
	map[18]: type 1, range 32, base f4fff800, size  9, enabled
	map[1c]: type 1, range 32, base f4fff400, size  8, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LNKB:0)
pci_link1: Picked IRQ 9 with weight 0
pcib0: slot 31 INTB routed to irq 9 via \\_SB_.PCI0.LNKB
found->	vendor=0x8086, dev=0x24c5, revid=0x01
	bus=0, slot=31, func=5
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0000b400, size  8, enabled
	map[14]: type 4, range 32, base 0000b080, size  7, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LNKB:0)
pcib0: slot 31 INTB routed to irq 9 via \\_SB_.PCI0.LNKB
found->	vendor=0x8086, dev=0x24c6, revid=0x01
	bus=0, slot=31, func=6
	class=07-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=9
	powerspec 2  supports D0 D3  current D0
agp0: <Intel 82855 host to AGP bridge> mem 0xe0000000-0xe7ffffff at device 0.0 on pci0
agp0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xe0000000
agp0: allocating GATT for aperture of size 128M
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xfc000000-0xfdffffff
pcib1:   prefetched decode 0xd0000000-0xdfffffff
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
	map[10]: type 1, range 32, base fc000000, size 24, enabled
pcib1: device (null) requested decoded memory range 0xfc000000-0xfcffffff
	map[14]: type 3, range 32, base d0000000, size 28, enabled
pcib1: device (null) requested decoded memory range 0xd0000000-0xdfffffff
pcib1: matched entry for 1.0.INTA (src \\_SB_.PCI0.LNKA:0)
pcib1: slot 0 INTA routed to irq 11 via \\_SB_.PCI0.LNKA
found->	vendor=0x10de, dev=0x0324, revid=0xa1
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0027, statreg=0x02b0, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x05 (1250 ns), maxlat=0x01 (250 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
nvidia0: <GeForce FX Go5200> mem 0xd0000000-0xdfffffff,0xfc000000-0xfcffffff irq 11 at device 0.0 on pci1
nvidia0: Reserved 0x1000000 bytes for rid 0x10 type 3 at 0xfc000000
nvidia0: Reserved 0x10000000 bytes for rid 0x14 type 3 at 0xd0000000
nvidia0: [GIANT-LOCKED]
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0xbf80-0xbf9f irq 11 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf80
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> 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
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0xbf40-0xbf5f irq 11 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf40
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
ums0: Logitech USB-PS/2 Trackball, rev 1.00/2.10, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0xbf20-0xbf3f irq 11 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0xbf20
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub2: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xf4fffc00-0xf4ffffff irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xf4fffc00
ehci0: [GIANT-LOCKED]
ehci_pci_attach: companion usb0
ehci_pci_attach: companion usb1
ehci_pci_attach: companion usb2
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <EHCI (generic) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
uhub3: single transaction translator
uhub3: 6 ports with 6 removable, self powered
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib2:   secondary bus     2
pcib2:   subordinate bus   2
pcib2:   I/O decode        0xd000-0xefff
pcib2:   memory decode     0xf6000000-0xfbffffff
pcib2:   prefetched decode 0xfff00000-0xfffff
pcib2:   Subtractively decoded bridge.
pci2: <ACPI PCI bus> on pcib2
pci2: physical bus=2
	map[10]: type 1, range 32, base faffe000, size 13, enabled
pcib2: device (null) requested decoded memory range 0xfaffe000-0xfaffffff
pcib2: matched entry for 2.0.INTA (src \\_SB_.PCI0.LNKC:0)
pcib2: slot 0 INTA routed to irq 11 via \\_SB_.PCI0.LNKC
found->	vendor=0x14e4, dev=0x4401, revid=0x01
	bus=2, slot=0, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, memory disabled
found->	vendor=0x104c, dev=0xac44, revid=0x02
	bus=2, slot=1, 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 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base faffd800, size 11, enabled
pcib2: device (null) requested decoded memory range 0xfaffd800-0xfaffdfff
	map[14]: type 1, range 32, base faff8000, size 14, enabled
pcib2: device (null) requested decoded memory range 0xfaff8000-0xfaffbfff
pcib2: matched entry for 2.1.INTA (src \\_SB_.PCI0.LNKD:0)
pcib2: slot 1 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
found->	vendor=0x104c, dev=0x8029, revid=0x00
	bus=2, slot=1, func=1
	class=0c-00-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0116, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base faffc000, size 12, enabled
pcib2: device (null) requested decoded memory range 0xfaffc000-0xfaffcfff
pcib2: matched entry for 2.3.INTA (src \\_SB_.PCI0.LNKB:0)
pcib2: slot 3 INTA routed to irq 9 via \\_SB_.PCI0.LNKB
found->	vendor=0x8086, dev=0x1043, revid=0x04
	bus=2, slot=3, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0116, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x22 (8500 ns)
	intpin=a, irq=9
	powerspec 2  supports D0 D3  current D0
bfe0: <Broadcom BCM4401 Fast Ethernet> mem 0xfaffe000-0xfaffffff irq 11 at device 0.0 on pci2
bfe0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xfaffe000
miibus0: <MII bus> on bfe0
bmtphy0: <BCM4401 10/100baseTX PHY> on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bfe0: bpf attached
bfe0: Ethernet address: 00:0d:56:b3:99:6e
bfe0: [MPSAFE]
cbb0: <TI4510 PCI-CardBus Bridge> at device 1.0 on pci2
pcib2: device cbb0 requested decoded memory range 0xf6000000-0xfbffffff
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0xf6000000
cbb0: Found memory at f6000000
cbb0: Secondary bus is 0
cbb0: Setting primary bus to 2
cbb0: Secondary bus set to 3 subbus 4
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib2: matched entry for 2.1.INTA (src \\_SB_.PCI0.LNKD:0)
pcib2: slot 1 INTA routed to irq 11 via \\_SB_.PCI0.LNKD
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac44104c 0x02100007 0x06070002 0x00822008 
  0x10: 0xf6000000 0x020000a0 0x20040302 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010b 
  0x40: 0x016a1028 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x28405061 0x00000000 0x001f0000 0x012c1202 
  0x90: 0x606482c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  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 
fwohci0: vendor=104c, dev=8029
fwohci0: <1394 Open Host Controller Interface> mem 0xfaff8000-0xfaffbfff,0xfaffd800-0xfaffdfff irq 11 at device 1.1 on pci2
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xfaffd800
fwohci0: [MPSAFE]
fwohci0: OHCI version 1.10 (ROM=0)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 43:4f:c0:00:08:17:a4:38
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwip0: <IP over FireWire> on firewire0
fwip0: bpf attached
fwip0: Firewire address: 43:4f:c0:00:08:17:a4:38 @ 0xfffe00000000, S400, maxrec 2048
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 42:4f:c0:17:a4:38
fwe0: bpf attached
fwe0: Ethernet address: 42:4f:c0:17:a4:38
fwe0: if_start running deferred for Giant
fwohci0: Initiate bus reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci2: <network> at device 3.0 (no driver attached)
pci2:3:0: Transition from D0 to D3
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0xbfa0-0xbfaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbfa0
ata0: 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-master: stat=0x50 err=0x01 lsb=0x00 msb=0x00
ata0-slave:  stat=0x00 err=0x01 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=50 stat1=00 devices=0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: 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-master: stat=0x00 err=0x01 lsb=0x14 msb=0xeb
ata1-slave:  stat=0x00 err=0x04 lsb=0x00 msb=0x00
ata1: reset tp2 stat0=00 stat1=00 devices=0x4<ATAPI_MASTER>
ata1: [MPSAFE]
pcm0: <Intel ICH4 (82801DB)> port 0xbc40-0xbc7f,0xb800-0xb8ff mem 0xf4fff400-0xf4fff4ff,0xf4fff800-0xf4fff9ff irq 9 at device 31.5 on pci0
pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xb800
pcm0: Reserved 0x40 bytes for rid 0x14 type 4 at 0xbc40
pcm0: [GIANT-LOCKED]
pcm0: <SigmaTel STAC9750/51 AC97 Codec (id = 0x83847650)>
pcm0: Codec features headphone, 20 bit DAC, 20 bit ADC, 5 bit master volume, SigmaTel 3D Enhancement
pcm0: Primary codec extended features variable rate PCM, reserved 1, AMAP, reserved 4
pcm0: sndbuf_setmap 1f1fe000, 4000; 0xdd5ee000 -> 1f1fe000
pcm0: sndbuf_setmap 1f1fa000, 4000; 0xdd5f2000 -> 1f1fa000
pci0: <simple comms> at device 31.6 (no driver attached)
pci0:31:6: Transition from D0 to D3
pci_link5: <ACPI PCI Link LNKE> on acpi0
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11 12 14 15
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 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:0x1, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: current command byte:0065
psm0: <PS/2 Mouse> flags 0x2000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model GlidePoint, device ID 0-00, 2 buttons
psm0: config:00002000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
sio0: irq maps: 0xa01 0xa11 0xa01 0xa01
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 0x778-0x77b,0x378-0x37f irq 7 drq 1 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
sio1: irq maps: 0xa01 0xa09 0xa01 0xa01
sio1 port 0x280-0x287,0x2f8-0x2ff irq 3 drq 3 on acpi0
sio1: type 16550A
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
ppc: ppc0 already exists; skipping it
sc: sc0 already exists; skipping it
sio: sio0 already exists; skipping it
sio: sio1 already exists; skipping it
vga: vga0 already exists; skipping it
Trying Read_Port at 203
Trying Read_Port at 243
Trying Read_Port at 283
Trying Read_Port at 2c3
Trying Read_Port at 303
Trying Read_Port at 343
Trying Read_Port at 383
Trying Read_Port at 3c3
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xcf800-0xcffff,0xc0000-0xcf7ff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff 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)
fdc0 failed to probe at port 0x3f0-0x3f5 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
Timecounter "TSC" frequency 1398819595 Hz quality 800
Timecounters tick every 1.000 msec
Linux ELF exec handler installed
lo0: bpf attached
cpu0: set speed to 100.0%
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_cmbat0: battery initialization start
acpi_cmbat0: battery initialization done, tried 1 times
acpi_cmbat1: battery initialization start
cpu0: Performance states changed
Status is 0x30000006
ata0-master: pio=0x0c wdma=0x22 udma=0x45 cable=80pin
ata0-master: setting PIO4 on Intel ICH4 chip
ata0-master: setting UDMA100 on Intel ICH4 chip
ad0: <IC25N060ATMR04-0/MO3OAD0A> ATA-6 disk at ata0-master
ad0: 57231MB (117210240 sectors), 116280 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA100
(probe0:ata0:0:0:0): error 22
(probe0:ata0:0:0:0): Unretryable Error
(probe1:ata0:0:1:0): error 22
(probe1:ata0:0:1:0): Unretryable Error
GEOM: new disk ad0
ata1-master: pio=0x0c wdma=0x22 udma=0x42 cable=40pin
ata1-master: setting PIO4 on Intel ICH4 chip
ata1-master: setting UDMA33 on Intel ICH4 chip
acd0: <NEC DVD RW ND-5500A/1.51> DVDR drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 2755KB/s (2755KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes: CDR, CDRW, DVDR, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
pcm0: measured ac97 link rate at 48013 Hz, will use 48000 Hz
(probe1:ata1:0:1:0): error 22
(probe1:ata1:0:1:0): Unretryable Error
(probe9:ata0:0:0:0): error 22
(probe9:ata0:0:0:0): Unretryable Error
(probe10:ata0:0:1:0): error 22
(probe10:ata0:0:1:0): Unretryable Error
(probe1:ata1:0:1:0): error 22
(probe1:ata1:0:1:0): Unretryable Error
(probe0:ata1:0:0:0): error 6
(probe0:ata1:0:0:0): Unretryable Error
ums0: at uhub1 port 1 (addr 2) disconnected
ums0: detached
(probe2:sbp0:0:0:0): error 22
(probe2:sbp0:0:0:0): Unretryable Error
(probe3:sbp0:0:1:0): error 22
(probe3:sbp0:0:1:0): Unretryable Error
(probe5:sbp0:0:3:0): error 22
(probe5:sbp0:0:3:0): Unretryable Error
(probe7:sbp0:0:5:0): error 22
(probe7:sbp0:0:5:0): Unretryable Error
(probe4:sbp0:0:2:0): error 22
(probe4:sbp0:0:2:0): Unretryable Error
(probe6:sbp0:0:4:0): error 22
(probe6:sbp0:0:4:0): Unretryable Error
(probe8:sbp0:0:6:0): error 22
(probe8:sbp0:0:6:0): Unretryable Error
pass0 at ata1 bus 0 target 0 lun 0
pass0: <_NEC DVD_RW ND-5500A 1.51> Removable CD-ROM SCSI-0 device 
pass0: Serial Number [
pass0: 33.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: <_NEC DVD_RW ND-5500A 1.51> Removable CD-ROM SCSI-0 device 
cd0: Serial Number [
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
(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
kern_symlink  = 0
Trying to mount root from ufs:/dev/ad0s3a
kernel_vmount = 0
start_init: trying /sbin/init
ums0: Logitech USB-PS/2 Trackball, rev 1.00/2.10, addr 2, iclass 3/1
ums0: 3 buttons and Z dir.
WARNING: /usr was not properly dismounted
WARNING: /var was not properly dismounted
procfs registered
linprocfs registered
Status is 0x30000820
cbb0: card inserted: event=0x00000000, state=30000820
cbb0: cbb_power: 3V
pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
cardbus0: Expecting link target, got 0x8
cardbus0: Resource not specified in CIS: id=10, size=2000
cardbus0: Resource not specified in CIS: id=14, size=20000
pcib2: device cardbus0 requested decoded memory range 0xf6000000-0xfbffffff
found->	vendor=0x104c, dev=0x9066, revid=0x00
	bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0000, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0xa8 (5040 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
cardbus0: <network> at device 0.0 (no driver attached)
pci3:0:0: Transition from D0 to D3
cbb0: cbb_power: 0V
cbb0: CardBus card activation failed
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20041220/4cd22f2f/attachment.bin


More information about the freebsd-current mailing list