WEP does not work? (was Re: HEADSUP: ath updates)

From: Hideyuki KURASHINA <rushani_at_bl.mmtr.or.jp>
Date: Thu, 09 Dec 2004 10:00:08 +0900 (JST)
Hi,

First of all, I would like to thank your hard work.  That's great!
I decided to track HEAD rather than RELENG_5 with my new laptop.
Here is my environment:

  Access Point:  PRISM3 on NetBSD 2.0 box
  Client:        Atheros 5212 on FreeBSD 6.0 laptop

>>> On Wed, 8 Dec 2004 11:09:43 -0800, Sam Leffler <sam_at_errno.com> said:

> I just committed updates for the ath driver and the ath hal.  There are many 
> changes to this code including a split of the tx rate control algorithm into 
> a separate module.  This means that when statically configuring the driver 
> you now need to specify:
> 
> device	ath
> device	ath_hal
> device	ath_rate_onoe

I compiled kernel including above devices and with

  device        wlan
  device        wlan_wep

then installed new kernel and ifconfig (dmesg from boot -v is attached).

After rebooting, I set IPv4 and IPv6 addresses and those routes. Because
access point supports only 802.11b, I configured my wireless network
by 128bit WEP as follows

  /sbin/ifconfig ath0 nwid MY-SSID nwkey 0x01234567890123456789012345 media autoselect mode 11b

then I got following error:

  ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
  ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
  ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
  ath0: ath_chan_set: unable to reset channel 12 (2467 Mhz)

It seems that ath0 failed to reset channel.  I manually specified channel,
then ifconfig shows:

  # ifconfig -v ath0
  ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
  	inet 192.168.1.11 netmask 0xffffff00 broadcast 192.168.1.255
  	inet6 fe80::20e:XXXX:XXXX:XXXX%ath0 prefixlen 64 scopeid 0x2 
  	inet6 2001:3e0:XX:X::XX prefixlen 64 
  	ether 00:0e:9b:XX:XX:XX
  	media: IEEE 802.11 Wireless Ethernet autoselect mode 11b (DS/11Mbps)
  	status: associated
  	ssid MY-SSID channel 3 (2422) bssid 00:90:cc:XX:XX:XX
  	authmode OPEN privacy ON deftxkey 1 powersavemode OFF
  	powersavesleep 100 txpowmax 14 txpower 60 rtsthreshold 2312 protmode CTS
  	wme roaming AUTO bintval 100
  	AC_BE cwmin  5 cwmax 10 aifs  3 txopLimit   0 -acm ack
  	      cwmin  5 cwmax 10 aifs  3 txopLimit   0 -acm
  	AC_BK cwmin  5 cwmax 10 aifs  7 txopLimit   0 -acm ack
  	      cwmin  5 cwmax 10 aifs  7 txopLimit   0 -acm
  	AC_VI cwmin  4 cwmax  5 aifs  2 txopLimit 188 -acm ack
  	      cwmin  4 cwmax  5 aifs  2 txopLimit 188 -acm
  	AC_VO cwmin  3 cwmax  4 aifs  2 txopLimit 102 -acm ack
  	      cwmin  3 cwmax  4 aifs  2 txopLimit 102 -acm

  # ifconfig ath0 list chan
  Channel   1 : 2412* Mhz 11g          Channel  11 : 2462* Mhz 11g          
  Channel   2 : 2417* Mhz 11g          Channel  12 : 2467* Mhz 11a 11g      
  Channel   3 : 2422* Mhz 11g          Channel  13 : 2472* Mhz 11g          
  Channel   4 : 2427* Mhz 11g          Channel  14 : 2484* Mhz 11b          
  Channel   5 : 2432* Mhz 11g          Channel  16 : 5080* Mhz 11a          
  Channel   6 : 2437* Mhz 11g          Channel  34 : 5170* Mhz 11a          
  Channel   7 : 2442* Mhz 11g          Channel  38 : 5190* Mhz 11a          
  Channel   8 : 2447* Mhz 11a 11g      Channel  42 : 5210* Mhz 11a          
  Channel   9 : 2452* Mhz 11g          Channel  46 : 5230* Mhz 11a          
  Channel  10 : 2457* Mhz 11g          

  # ifconfig ath0 list scan
  SSID            BSSID              CHAN RATE  S:N   INT CAPS
  MY-SSID         00:90:cc:XX:XX:XX    3   11M 43:0   100 EP  

Unfortunately, this does not work (default router is not reachable).

  # ping -n 192.168.1.254
  PING 192.168.1.254 (192.168.1.254): 56 data bytes
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ping: sendto: Host is down
  ^C
  --- 192.168.1.254 ping statistics ---
  14 packets transmitted, 0 packets received, 100% packet loss

Disabling WEP on both access point and client is OK:

  # ping -n 192.168.1.254
  PING 192.168.1.254 (192.168.1.254): 56 data bytes
  64 bytes from 192.168.1.254: icmp_seq=0 ttl=255 time=3.773 ms
  64 bytes from 192.168.1.254: icmp_seq=1 ttl=255 time=1.513 ms
  64 bytes from 192.168.1.254: icmp_seq=2 ttl=255 time=1.362 ms
  64 bytes from 192.168.1.254: icmp_seq=3 ttl=255 time=1.774 ms
  ^C
  --- 192.168.1.254 ping statistics ---
  4 packets transmitted, 4 packets received, 0% packet loss
  round-trip min/avg/max/stddev = 1.362/2.106/3.773/0.974 ms

Am I missing something?  Same configuration worked file with FreeBSD
5.3-RELEASE on this laptop.

-- rushani

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 #1: Thu Dec  9 08:19:03 JST 2004
    hideyuki_at_*****.*******.jp:/usr/obj/usr/src/sys/*****
Preloaded elf kernel "/boot/kernel/kernel" at 0xc085d000.
Preloaded elf module "/boot/kernel/cd9660.ko" at 0xc085d1c4.
Preloaded elf module "/boot/kernel/ntfs.ko" at 0xc085d270.
Preloaded elf module "/boot/kernel/nullfs.ko" at 0xc085d31c.
Preloaded elf module "/boot/kernel/linux.ko" at 0xc085d3c8.
Preloaded elf module "/boot/kernel/sysvshm.ko" at 0xc085d474.
Preloaded elf module "/boot/kernel/sysvsem.ko" at 0xc085d520.
Preloaded elf module "/boot/kernel/sysvmsg.ko" at 0xc085d5cc.
Preloaded elf module "/boot/kernel/ipfw.ko" at 0xc085d678.
Preloaded elf module "/boot/kernel/if_em.ko" at 0xc085d724.
Preloaded elf module "/boot/kernel/snd_ich.ko" at 0xc085d7d0.
Preloaded elf module "/boot/kernel/sound.ko" at 0xc085d87c.
Preloaded elf module "/boot/kernel/usb.ko" at 0xc085d928.
Preloaded elf module "/boot/kernel/ugen.ko" at 0xc085d9d0.
Preloaded elf module "/boot/kernel/umass.ko" at 0xc085da7c.
Preloaded elf module "/boot/kernel/agp.ko" at 0xc085db28.
Preloaded elf module "/boot/kernel/random.ko" at 0xc085dbd0.
Preloaded elf module "/boot/kernel/speaker.ko" at 0xc085dc7c.
Preloaded elf module "/boot/modules/est.ko" at 0xc085dd28.
Preloaded elf module "/boot/kernel/io.ko" at 0xc085ddd4.
Preloaded elf module "/boot/kernel/joy.ko" at 0xc085de7c.
Preloaded elf module "/boot/kernel/mem.ko" at 0xc085df24.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc085dfcc.
Enhanced Speedstep running at 1400 MHz
Calibrating clock(s) ... i8254 clock: 1193174 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1395477560 Hz
CPU: Intel(R) Pentium(R) M processor 1.40GHz (1395.48-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d6  Stepping = 6
  Features=0xafe9fbbf<FPU,VME,DE,PSE,TSC,MSR,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
real memory  = 527302656 (502 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000001edd8fff, 505102336 bytes (123316 pages)
avail memory = 506773504 (483 MB)
bios32: Found BIOS32 Service Directory header at 0xc00f6fd0
bios32: Entry = 0xfd740 (c00fd740)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd6d0+0x1f8
pnpbios: Found PnP BIOS data at 0xc00f7050
pnpbios: Entry = f0000:b6c4  Rev = 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
ath_rate: <Atsushi Onoe's rate control algorithm>
wlan: <802.11 Link Layer>
random: <entropy source, Software, Yarrow>
io: <I/O>
mem: <memory>
Pentium Pro MTRR support enabled
null: <null device, zero device>
ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413)
npx0: [FAST]
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <IBM TP-1U> on motherboard
acpi0: [MPSAFE]
acpi_ec0: <Embedded Controller: GPE 0x1c, ECDT> port 0x66,0x62 on acpi0
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000f904
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=80] is there (id=35808086)
pcibios: BIOS version 2.10
Found $PIR table, 14 entries at 0xc00fdeb0
PCI-Only Interrupts: none
Location  Bus Device Pin  Link  IRQs
embedded    0    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0    0    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0    0    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    0    0    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0    2    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    0    1    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    1    0    B   0x61  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    2    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    2    0    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    2    0    C   0x62  3 4 5 6 7 9 10 11 12 14 15
slot 1      2    2    A   0x69  3 4 5 6 7 9 10 11 12 14 15
slot 1      2    2    B   0x6a  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    A   0x60  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    B   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    C   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    2    3    D   0x63  3 4 5 6 7 9 10 11 12 14 15
slot 2      9    0    A   0x60  3 4 5 6 7 9 10 11 12 14 15
slot 2      9    0    B   0x61  3 4 5 6 7 9 10 11 12 14 15
slot 2      9    0    C   0x62  3 4 5 6 7 9 10 11 12 14 15
slot 2      9    0    D   0x63  3 4 5 6 7 9 10 11 12 14 15
embedded    9    1    A   0x61  3 4 5 6 7 9 10 11 12 14 15
embedded    9    2    A   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    9    2    B   0x62  3 4 5 6 7 9 10 11 12 14 15
embedded    2    1    A   0x68  3 4 5 6 7 9 10 11 12 14 15
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   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
AcpiOsDerivePciId: bus 0 dev 31 func 0
AcpiOsDerivePciId: bus 2 dev 0 func 0
AcpiOsDerivePciId: bus 0 dev 29 func 7
acpi0: Power Button (fixed)
atpic: Programming IRQ9 as level/low
AcpiOsDerivePciId: bus 0 dev 0 func 0
AcpiOsDerivePciId: bus 0 dev 0 func 1
ACPI timer: 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
cpu0: <ACPI CPU (3 Cx states)> on acpi0
acpi_tz0: <Thermal Zone> 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  3 4 5 6 7 9 10 11
pci_link0: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link0: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 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  3 4 5 6 7 9 10 11
pci_link1: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link1: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
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  3 4 5 6 7 9 10 11
pci_link2: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link2: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 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  3 4 5 6 7 9 10 11
pci_link3: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link3: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link4: <ACPI PCI Link LNKE> 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
pci_link4: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link4: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link5: <ACPI PCI Link LNKF> irq 11 on acpi0
pci_link5: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link5: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link5: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link6: <ACPI PCI Link LNKG> on acpi0
pci_link6: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link6: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link6: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
pci_link7: <ACPI PCI Link LNKH> irq 11 on acpi0
pci_link7: Links after initial probe:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link7: Links after initial validation:
Index  IRQ  Rtd  Ref  IRQs
    0   11   N     0  3 4 5 6 7 9 10 11
pci_link7: Links after disable:
Index  IRQ  Rtd  Ref  IRQs
    0  255   N     0  3 4 5 6 7 9 10 11
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
ACPI: Found matching pin for 0.2.INTA at func 0: 11
ACPI: Found matching pin for 0.29.INTA at func 0: 11
ACPI: Found matching pin for 0.29.INTB at func 1: 11
ACPI: Found matching pin for 0.29.INTC at func 2: 11
ACPI: Found matching pin for 0.29.INTD at func 7: 11
ACPI: Found matching pin for 0.31.INTA at func 1: 255
ACPI: Found matching pin for 0.31.INTB at func 3: 11
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x3580, revid=0x02
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3584, revid=0x02
	bus=0, slot=0, func=1
	class=08-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x3585, revid=0x02
	bus=0, slot=0, func=3
	class=08-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0006, statreg=0x0080, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[10]: type 3, range 32, base e0000000, size 27, enabled
	map[14]: type 1, range 32, base d0000000, size 19, enabled
	map[18]: type 4, range 32, base 00001800, size  3, enabled
pcib0: matched entry for 0.2.INTA (src \\_SB_.LNKA:0)
pcib0: slot 2 INTA routed to irq 11 via \\_SB_.LNKA
found->	vendor=0x8086, dev=0x3582, revid=0x02
	bus=0, slot=2, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0003, statreg=0x0090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 1  supports D0 D1 D3  current D0
	map[10]: type 3, range 32, base e8000000, size 27, enabled
	map[14]: type 1, range 32, base d0080000, size 19, enabled
found->	vendor=0x8086, dev=0x3582, revid=0x02
	bus=0, slot=2, func=1
	class=03-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0003, statreg=0x0090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 1  supports D0 D1 D3  current D0
	map[20]: type 4, range 32, base 00001820, size  5, enabled
pcib0: matched entry for 0.29.INTA (src \\_SB_.LNKA:0)
pcib0: slot 29 INTA routed to irq 11 via \\_SB_.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 00001840, size  5, enabled
pcib0: matched entry for 0.29.INTB (src \\_SB_.LNKD:0)
pcib0: slot 29 INTB routed to irq 11 via \\_SB_.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 00001860, size  5, enabled
pcib0: matched entry for 0.29.INTC (src \\_SB_.LNKC:0)
pcib0: slot 29 INTC routed to irq 11 via \\_SB_.LNKC
found->	vendor=0x8086, dev=0x24c7, revid=0x01
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, 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 d0100000, size 10, enabled
pcib0: matched entry for 0.29.INTD (src \\_SB_.LNKH:0)
pcib0: slot 29 INTD routed to irq 11 via \\_SB_.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=0x000f, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	map[20]: type 4, range 32, base 00001810, 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[20]: type 4, range 32, base 00001880, size  5, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0)
pcib0: slot 31 INTB routed to irq 11 via \\_SB_.LNKB
found->	vendor=0x8086, dev=0x24c3, revid=0x01
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[10]: type 4, range 32, base 00001c00, size  8, enabled
	map[14]: type 4, range 32, base 000018c0, size  6, enabled
	map[18]: type 1, range 32, base d0100c00, size  9, enabled
	map[1c]: type 1, range 32, base d0100800, size  8, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0)
pcib0: slot 31 INTB routed to irq 11 via \\_SB_.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=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 00002400, size  8, enabled
	map[14]: type 4, range 32, base 00002000, size  7, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.LNKB:0)
pcib0: slot 31 INTB routed to irq 11 via \\_SB_.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=11
	powerspec 2  supports D0 D3  current D0
pci0: <base peripheral> at device 0.1 (no driver attached)
pci0: <base peripheral> at device 0.3 (no driver attached)
agp0: <Intel 82855GME (855GME GMCH) SVGA controller> port 0x1800-0x1807 mem 0xd0000000-0xd007ffff,0xe0000000-0xe7ffffff irq 11 at device 2.0 on pci0
agp0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xe0000000
agp0: Reserved 0x80000 bytes for rid 0x14 type 3 at 0xd0000000
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
pci0: <display> at device 2.1 (no driver attached)
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1820-0x183f irq 11 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820
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 0x1840-0x185f irq 11 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840
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
uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1860-0x187f irq 11 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860
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 0xd0100000-0xd01003ff irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xd0100000
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
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib1:   secondary bus     2
pcib1:   subordinate bus   5
pcib1:   I/O decode        0x3000-0x7fff
pcib1:   memory decode     0xd0200000-0xdfffffff
pcib1:   prefetched decode 0xf0000000-0xf7ffffff
pcib1:   Subtractively decoded bridge.
ACPI: Found matching pin for 0.2.INTA at func 0: 11
pci2: <ACPI PCI bus> on pcib1
pci2: physical bus=2
	map[10]: type 1, range 32, base b0000000, size 12, enabled
pcib1: device (null) requested decoded memory range 0xb0000000-0xb0000fff
pcib1: matched entry for 2.0.INTA (src \\_SB_.LNKA:0)
pcib1: slot 0 INTA routed to irq 11 via \\_SB_.LNKA
found->	vendor=0x1180, dev=0x0476, revid=0x8d
	bus=2, slot=0, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x80 (32000 ns), maxlat=0x07 (1750 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base d0210000, size  8, enabled
pcib1: device (null) requested decoded memory range 0xd0210000-0xd02100ff
pcib1: matched entry for 2.0.INTB (src \\_SB_.LNKB:0)
pcib1: slot 0 INTB routed to irq 11 via \\_SB_.LNKB
found->	vendor=0x1180, dev=0x0822, revid=0x13
	bus=2, slot=0, func=1
	class=08-05-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0106, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base d0220000, size 17, enabled
pcib1: device (null) requested decoded memory range 0xd0220000-0xd023ffff
	map[18]: type 4, range 32, base 00007000, size  6, enabled
pcib1: device (null) requested decoded I/O range 0x7000-0x703f
pcib1: matched entry for 2.1.INTA (src \\_SB_.LNKE:0)
pcib1: slot 1 INTA routed to irq 11 via \\_SB_.LNKE
found->	vendor=0x8086, dev=0x1077, revid=0x00
	bus=2, slot=1, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0117, statreg=0x0230, cachelnsz=8 (dwords)
	lattimer=0x40 (1920 ns), mingnt=0xff (63750 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base d0200000, size 16, enabled
pcib1: device (null) requested decoded memory range 0xd0200000-0xd020ffff
pcib1: matched entry for 2.2.INTA (src \\_SB_.LNKF:0)
pcib1: slot 2 INTA routed to irq 11 via \\_SB_.LNKF
found->	vendor=0x168c, dev=0x1014, revid=0x01
	bus=2, slot=2, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0116, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x50 (2400 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
cbb0: <RF5C476 PCI-CardBus Bridge> mem 0xb0000000-0xb0000fff irq 11 at device 0.0 on pci2
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xb0000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x04761180 0x02100107 0x0607008d 0x00824000 
  0x10: 0xb0000000 0x020000dc 0xb0050302 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0700010b 
  0x40: 0x05551014 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x04800001 0x00000000 0x04630464 0x00000001 
  0x90: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xa0: 0x008a0000 0x00000000 0x00f00000 0x00000000 
  0xb0: 0x00000000 0x36000000 0x00003800 0x00000000 
  0xc0: 0x05551014 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001 
  0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
pci2: <base peripheral> at device 0.1 (no driver attached)
em0: <Intel(R) PRO/1000 Network Connection, Version - 1.7.35> port 0x7000-0x703f mem 0xd0220000-0xd023ffff irq 11 at device 1.0 on pci2
em0: Reserved 0x20000 bytes for rid 0x10 type 3 at 0xd0220000
em0: Reserved 0x40 bytes for rid 0x18 type 4 at 0x7000
em0: [MPSAFE]
em0: bpf attached
em0: Ethernet address: 00:0a:e4:XX:XX:XX
em0:  Speed:N/A  Duplex:N/A
ath0: <Atheros 5212> mem 0xd0200000-0xd020ffff irq 11 at device 2.0 on pci2
ath0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd0200000
ath0: [MPSAFE]
ath0: bad hal channel 858993443 (4920/340) ignored
ath0: bad hal channel 858993447 (4940/340) ignored
ath0: bad hal channel 858993451 (4960/340) ignored
ath0: bad hal channel 858993455 (4980/340) ignored
ath0: bpf attached
ath0: Ethernet address: 00:0e:9b:XX:XX:XX
ath0: bpf attached
ath0: bpf attached
ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
ath0: mac 5.9 phy 4.3 radio 3.6
ath0: Use hw queue 1 for WME_AC_BE traffic
ath0: Use hw queue 0 for WME_AC_BK traffic
ath0: Use hw queue 2 for WME_AC_VI traffic
ath0: Use hw queue 3 for WME_AC_VO traffic
ath0: Use hw queue 8 for CAB traffic
ath0: Use hw queue 9 for beacons
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0x1810-0x181f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1810
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=00 ostat0=ff ostat1=ff
ata1: [MPSAFE]
ichsmb0: <Intel 82801DC (ICH4) SMBus controller> port 0x1880-0x189f irq 11 at device 31.3 on pci0
ichsmb0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1880
ichsmb0: [GIANT-LOCKED]
smbus0: <System Management Bus> on ichsmb0
smb0: <SMBus generic I/O> on smbus0
pcm0: <Intel ICH4 (82801DB)> port 0x18c0-0x18ff,0x1c00-0x1cff mem 0xd0100800-0xd01008ff,0xd0100c00-0xd0100dff irq 11 at device 31.5 on pci0
pcm0: Reserved 0x100 bytes for rid 0x10 type 4 at 0x1c00
pcm0: Reserved 0x40 bytes for rid 0x14 type 4 at 0x18c0
pcm0: [GIANT-LOCKED]
pcm0: <Analog Devices AD1981B AC97 Codec (id = 0x41445374)>
pcm0: Codec features headphone, 20 bit DAC, 5 bit master volume, no 3D Stereo Enhancement
pcm0: Primary codec extended features variable rate PCM, AMAP, reserved 4
pcm0: sndbuf_setmap 1eb85000, 4000; 0xdcfcc000 -> 1eb85000
pcm0: sndbuf_setmap 1eb7c000, 4000; 0xdcfd0000 -> 1eb7c000
pci0: <simple comms> at device 31.6 (no driver attached)
pci0:31:6: Transition from D0 to D3
speaker0: <PC speaker> port 0x61 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x54ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> flags 0x2000 irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00002000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
acpi_cmbat0: <Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sc: sc0 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 0xdc000-0xdffff,0xcd800-0xce7ff,0xcc800-0xcd7ff 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 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
pcic0 failed to probe at port 0x3e0 iomem 0xd0000 on isa0
pcic1: not probed (disabled)
ppc0 failed to probe at irq 7 on isa0
sio0 failed to probe at port 0x3f8 irq 4 on isa0
sio1 failed to probe at port 0x2f8 irq 3 on isa0
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 1395477560 Hz quality 800
Timecounters tick every 1.000 msec
Linux ELF exec handler installed
lo0: bpf attached
ipfw2 initialized, divert loadable, rule-based forwarding disabled, default to deny, logging unlimited
cpu0: set speed to 100.0%
acpi_cpu: throttling enabled, 8 steps (100% to 12.5%), currently 100.0%
acpi_cmbat0: battery initialization start
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
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: <HITACHI DK13FA-40B/00MCA0B4> ATA-5 disk at ata0-master
ad0: 38154MB (78140160 sectors), 77520 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA100
pcm0: measured ac97 link rate at 47997 Hz, will use 48000 Hz
GEOM: new disk ad0
kern_symlink  = 0
Trying to mount root from ufs:/dev/ad0s2a
kernel_vmount = 0
start_init: trying /sbin/init
procfs registered
linprocfs registered
splash: image decoder found: daemon_saver
ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
ath0: ath_chan_set: unable to reset channel 8 (2447 Mhz)
ath0: ath_chan_set: unable to reset channel 12 (2467 Mhz)
acpi_cmbat0: battery initialization failed, giving up
em0: Link is up 100 Mbps Full Duplex
em0: Link is Down
Received on Thu Dec 09 2004 - 00:01:06 UTC

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