From owner-freebsd-mobile Thu Aug 9 18:22:54 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from best.llama.com (llama.com [63.194.69.194]) by hub.freebsd.org (Postfix) with ESMTP id E4FEE37B401 for ; Thu, 9 Aug 2001 18:22:26 -0700 (PDT) (envelope-from the@best.llama.com) Received: (from the@localhost) by best.llama.com (8.9.3/8.9.3) id SAA35279; Thu, 9 Aug 2001 18:22:17 -0700 (PDT) (envelope-from the) Date: Thu, 9 Aug 2001 18:22:16 -0700 From: Sam Habash To: Marcelo Carvalho Cc: freebsd-mobile@freebsd.org Subject: Re: CISCO Aironet 350 Series Wireless Lan Adapter Message-ID: <20010809182216.A35257@llama.com> References: <20010809222801.98481.qmail@web14407.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010809222801.98481.qmail@web14407.mail.yahoo.com>; from marcelomcarvalho@yahoo.com on Thu, Aug 09, 2001 at 03:28:01PM -0700 Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Aug 09, 2001 at 03:28:01PM -0700, Marcelo Carvalho wrote: > Hi, > > Has anybody ever succeeded in installing the "Cisco > Aironet 350 Series Wireless Lan Adapter" in an IBM > ThinkPad 770x? I'm having a problem getting my 350 detected under NEWCARD in my ThinkPad 570 running 5.0-CURRENT. The card info shows up in dmesg.boot, but the driver doesn't attach... I sent the following last night to -questions, maybe it's better directed here. > I'm trying to get this card working on my IBM thinkpad 570 running > 5.0-CURRENT. While the CIS info shows up during boot, 'an' doesn't > attach. > > The same setup works fine with a Lucent Orinico/WaveLAN card. > > I see http://www.freebsd.org/cgi/query-pr.cgi?pr=24854 open, and > I tried this patch, but with no positive effect. > > Here's my kernel config: > > machine i386 > cpu I486_CPU > cpu I586_CPU > cpu I686_CPU > ident HAL > maxusers 128 > > #To statically compile in device wiring instead of /boot/device.hints > #hints "NEWCARD.hints" #Default places to look for devices. > > #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols > > options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options INET6 #IPv6 communications protocols > options FFS #Berkeley Fast Filesystem > options SOFTUPDATES #Enable FFS soft updates support > options MD_ROOT #MD is a potential root device > options NFS #Network Filesystem > options NFS_ROOT #NFS usable as root device, NFS required > options MSDOSFS #MSDOS Filesystem > options CD9660 #ISO 9660 Filesystem > options PROCFS #Process filesystem > options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] > options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI > options UCONSOLE #Allow users to grab the console > #options USERCONFIG #boot -c editor > #options VISUAL_USERCONFIG #visual boot -c editor > options KTRACE #ktrace(1) support > options SYSVSHM #SYSV-style shared memory > options SYSVMSG #SYSV-style message queues > options SYSVSEM #SYSV-style semaphores > options P1003_1B #Posix P1003_1B real-time extensions > options _KPOSIX_PRIORITY_SCHEDULING > options KBD_INSTALL_CDEV # install a CDEV entry in /dev > > # Debugging for use in -current > options DDB > options INVARIANTS > options INVARIANT_SUPPORT > options WITNESS > > # To make an SMP kernel, the next two are needed > #options SMP # Symmetric MultiProcessor Kernel > #options APIC_IO # Symmetric (APIC) I/O > > device isa > device eisa > device pci > > # Floppy drives > device fdc > > # ATA and ATAPI devices > device ata > device atadisk # ATA disk drives > device atapicd # ATAPI CDROM drives > device atapifd # ATAPI floppy drives > device atapist # ATAPI tape drives > options ATA_STATIC_ID #Static device numbering > > # SCSI Controllers > device ahb # EISA AHA1742 family > device ahc # AHA2940 and onboard AIC7xxx devices > device amd # AMD 53C974 (Tekram DC-390(T)) > device isp # Qlogic family > #device ncr # NCR/Symbios Logic > device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') > > device adv # Advansys SCSI adapters > device adw # Advansys wide SCSI adapters > device aha # Adaptec 154x SCSI adapters > device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. > device bt # Buslogic/Mylex MultiMaster SCSI adapters > > device ncv # NCR 53C500 > device nsp # Workbit Ninja SCSI-3 > device stg # TMC 18C30/18C50 > > # RAID controllers interfaced to the SCSI subsystem > device asr # DPT SmartRAID V, VI and Adaptec SCSI RAID > device dpt # DPT Smartcache III, IV - See NOTES for options! > device mly # Mylex AcceleRAID/eXtremeRAID > > # SCSI peripherals > device scbus # SCSI bus (required) > device da # Direct Access (disks) > device sa # Sequential Access (tape etc) > device cd # CD > device pass # Passthrough device (direct SCSI access) > > # RAID controllers > device aac # Adaptec FSA RAID > device amr # AMI MegaRAID > device ida # Compaq Smart RAID > device mlx # Mylex DAC960 family > device twe # 3ware ATA RAID > > # atkbdc0 controls both the keyboard and the PS/2 mouse > device atkbdc 1 # At keyboard controller > device atkbd # at keyboard > device psm # psm mouse > > device vga # VGA screen > > # splash screen/screen saver > device splash > > # syscons is the default console driver, resembling an SCO console > device sc 1 > > # Enable this for the pcvt (VT220 compatible) console driver > #device vt > #options XSERVER # support for X server on a vt console > #options FAT_CURSOR # start with block cursor > # If you have a ThinkPAD, uncomment this along with the rest of the PCVT lines > options PCVT_SCANSET=2 # IBM keyboards are non-std > # Other PCVT options are documented in pcvt(4). > options PCVT_CTRL_ALT_DEL > options PCVT_NSCREENS=9 > options PCVT_GREENSAVER > # Floating point support - do not disable. > device npx > > # Power management support (see NOTES for more options) > device apm > # Add suspend/resume support for the i8254. > device pmtimer > > # Pcmcia and cardbus bridge support > device pccbb # cardbus (yenta) bridge > device pccard > device cardbus > > # Serial (COM) ports > device sio # 8250, 16[45]50 based serial ports > > # Parallel port > device ppc > device ppbus # Parallel port bus (required) > device lpt # Printer > device plip # TCP/IP over parallel > device ppi # Parallel port interface device > #device vpo # Requires scbus and da > > > # PCI Ethernet NICs. > device de # DEC/Intel DC21x4x (``Tulip'') > device vx # 3Com 3c590, 3c595 (``Vortex'') > > # PCI Ethernet NICs that use the common MII bus controller code. > # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs! > device miibus # MII bus support > device dc # DEC/Intel 21143 and various workalikes > device fxp # Intel EtherExpress PRO/100B (82557, 82558) > device pcn # AMD Am79C79x PCI 10/100 NICs > device rl # RealTek 8129/8139 > device sf # Adaptec AIC-6915 (``Starfire'') > device sis # Silicon Integrated Systems SiS 900/SiS 7016 > device ste # Sundance ST201 (D-Link DFE-550TX) > device tl # Texas Instruments ThunderLAN > device tx # SMC EtherPower II (83c170 ``EPIC'') > device vr # VIA Rhine, Rhine II > device wb # Winbond W89C840F > device wx # Intel Gigabit Ethernet Card (``Wiseman'') > device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') > > # ISA Ethernet NICs. pccard nics included. > device cs # Crystal Semiconductor CS89x0 NIC > # 'device ed' requires 'device miibus' > device ed # NE[12]000, SMC Ultra, 3c503, DS8390 cards > device ex # Intel EtherExpress Pro/10 and Pro/10+ > device ep # Etherlink III based cards > device fe # Fujitsu MB8696x based cards > device sn # SMC's 9000 series of ethernet chips > device xe # Xircom pccard ethernet > > # The probe order of these is presently determined by i386/isa/isa_compat.c. > #device ie > #device le > device lnc > > # Wireless NIC cards > device wi # WaveLAN/IEEE 802.11 wireless NICs. > device an # Aironet 4500/4800 802.11 wireless NICs. > #device wl # Older non 802.11 Wavelan wireless NIC. > > # Pseudo devices - the number indicates how many units to allocate. > device random # Entropy device > device loop # Network loopback > device ether # Ethernet support > device sl # Kernel SLIP > device ppp 1 # Kernel PPP > device tun # Packet tunnel. > device pty # Pseudo-ttys (telnet etc) > device md # Memory "disks" > device gif 4 # IPv6 and IPv4 tunneling > device faith 1 # IPv6-to-IPv4 relaying (translation) > > # The `bpf' device enables the Berkeley Packet Filter. > # Be aware of the administrative consequences of enabling this! > device bpf # Berkeley packet filter > > # USB support > device uhci # UHCI PCI->USB interface > device ohci # OHCI PCI->USB interface > device usb # USB Bus (required) > #device udbp # USB Double Bulk Pipe devices > device ugen # Generic > device uhid # "Human Interface Devices" > device ukbd # Keyboard > device ulpt # Printer > device umass # Disks/Mass storage - Requires scbus and da > device ums # Mouse > device urio # Diamond Rio 500 MP3 player > device uscanner # Scanners > # USB Ethernet, requires mii > device aue # ADMtek USB ethernet > device cue # CATC USB ethernet > device kue # Kawasaki LSI USB ethernet > > #device csa > device pcm > > And a 'boot -v' with the Aironet 350 in slot 0: > > Aug 9 01:31:40 hal /boot/kernel/kernel: Copyright (c) 1992-2001 The FreeBSD Project. > Aug 9 01:31:40 hal /boot/kernel/kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > Aug 9 01:31:40 hal /boot/kernel/kernel: The Regents of the University of California. All rights reserved. > Aug 9 01:31:40 hal /boot/kernel/kernel: FreeBSD 5.0-CURRENT #6: Wed Aug 8 15:02:22 PDT 2001 > Aug 9 01:31:40 hal /boot/kernel/kernel: root@hal:/usr/src/sys/i386/compile/HAL > Aug 9 01:31:40 hal /boot/kernel/kernel: Calibrating clock(s) ... TSC clock: 365010825 Hz, i8254 clock: 1193175 Hz > Aug 9 01:31:40 hal /boot/kernel/kernel: CLK_USE_I8254_CALIBRATION not specified - using default frequency > Aug 9 01:31:40 hal /boot/kernel/kernel: Timecounter "i8254" frequency 1193182 Hz > Aug 9 01:31:40 hal /boot/kernel/kernel: CLK_USE_TSC_CALIBRATION not specified - using old calibration method > Aug 9 01:31:40 hal /boot/kernel/kernel: CPU: Pentium II/Pentium II Xeon/Celeron (365.02-MHz 686-class CPU) > Aug 9 01:31:40 hal /boot/kernel/kernel: Origin = "GenuineIntel" Id = 0x66a Stepping = 10 > Aug 9 01:31:40 hal /boot/kernel/kernel: Features=0x183f9ff > Aug 9 01:31:40 hal /boot/kernel/kernel: real memory = 201261056 (196544K bytes) > Aug 9 01:31:40 hal /boot/kernel/kernel: Physical memory chunk(s): > Aug 9 01:31:40 hal /boot/kernel/kernel: 0x00001000 - 0x0009efff, 647168 bytes (158 pages) > Aug 9 01:31:40 hal /boot/kernel/kernel: 0x00597000 - 0x0bfe7fff, 195366912 bytes (47697 pages) > Aug 9 01:31:40 hal /boot/kernel/kernel: avail memory = 190001152 (185548K bytes) > Aug 9 01:31:40 hal /boot/kernel/kernel: bios32: Found BIOS32 Service Directory header at 0xc00f6e10 > Aug 9 01:31:40 hal /boot/kernel/kernel: bios32: Entry = 0xfd840 (c00fd840) Rev = 0 Len = 1 > Aug 9 01:31:40 hal /boot/kernel/kernel: pcibios: PCI BIOS entry at 0xfd7d0+0x19f > Aug 9 01:31:41 hal /boot/kernel/kernel: pnpbios: Found PnP BIOS data at 0xc00f6d90 > Aug 9 01:31:41 hal /boot/kernel/kernel: pnpbios: Entry = f0000:8f54 Rev = 1.0 > Aug 9 01:31:41 hal /boot/kernel/kernel: pnpbios: Event flag at 4b4 > Aug 9 01:31:41 hal /boot/kernel/kernel: Other BIOS signatures found: > Aug 9 01:31:41 hal /boot/kernel/kernel: Preloaded elf kernel "kernel" at 0xc0571000. > Aug 9 01:31:41 hal /boot/kernel/kernel: Preloaded userconfig_script "/boot/kernel.conf" at 0xc05710a8. > Aug 9 01:31:41 hal /boot/kernel/kernel: null: > Aug 9 01:31:41 hal /boot/kernel/kernel: random: > Aug 9 01:31:41 hal /boot/kernel/kernel: mem: > Aug 9 01:31:41 hal /boot/kernel/kernel: Pentium Pro MTRR support enabled > Aug 9 01:31:41 hal /boot/kernel/kernel: WARNING: Driver mistake: destroy_dev on 154/0 > Aug 9 01:31:41 hal /boot/kernel/kernel: Math emulator present > Aug 9 01:31:41 hal /boot/kernel/kernel: Using $PIR table, 10 entries at 0xc00fdef0 > Aug 9 01:31:41 hal /boot/kernel/kernel: apm0: on motherboard > Aug 9 01:31:41 hal /boot/kernel/kernel: apm0: found APM BIOS v1.2, connected at v1.2 > Aug 9 01:31:41 hal /boot/kernel/kernel: npx0: on motherboard > Aug 9 01:31:41 hal /boot/kernel/kernel: npx0: INT 16 interface > Aug 9 01:31:41 hal /boot/kernel/kernel: pcib0: at pcibus 0 on motherboard > Aug 9 01:31:41 hal /boot/kernel/kernel: pci0: physical bus=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: map[10]: type 3, range 32, base f8000000, size 26, enabled > Aug 9 01:31:41 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7190, revid=0x03 > Aug 9 01:31:41 hal /boot/kernel/kernel: bus=0, slot=0, func=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: class=06-00-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7191, revid=0x03 > Aug 9 01:31:41 hal /boot/kernel/kernel: bus=0, slot=1, func=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: class=06-04-00, hdrtype=0x01, mfdev=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: map[10]: type 1, range 32, base 50000000, size 12, enabled > Aug 9 01:31:41 hal /boot/kernel/kernel: found-> vendor=0x104c, dev=0xac1b, revid=0x03 > Aug 9 01:31:41 hal /boot/kernel/kernel: bus=0, slot=2, func=0 > Aug 9 01:31:41 hal /boot/kernel/kernel: class=06-07-00, hdrtype=0x02, mfdev=1 > Aug 9 01:31:41 hal /boot/kernel/kernel: intpin=a, irq=11 > Aug 9 01:31:41 hal /boot/kernel/kernel: powerspec 1 supports D0 D1 D2 D3 current D0 > Aug 9 01:31:41 hal /boot/kernel/kernel: map[10]: type 1, range 32, base 50100000, size 12, enabled > Aug 9 01:31:41 hal /boot/kernel/kernel: found-> vendor=0x104c, dev=0xac1b, revid=0x03 > Aug 9 01:31:41 hal /boot/kernel/kernel: bus=0, slot=2, func=1 > Aug 9 01:31:41 hal /boot/kernel/kernel: class=06-07-00, hdrtype=0x02, mfdev=1 > Aug 9 01:31:42 hal /boot/kernel/kernel: intpin=b, irq=11 > Aug 9 01:31:42 hal /boot/kernel/kernel: powerspec 1 supports D0 D1 D2 D3 current D0 > Aug 9 01:31:42 hal /boot/kernel/kernel: map[10]: type 1, range 32, base f4100000, size 12, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: map[14]: type 1, range 32, base f4000000, size 20, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x1013, dev=0x6003, revid=0x01 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=5, func=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=04-01-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: intpin=a, irq=11 > Aug 9 01:31:42 hal /boot/kernel/kernel: powerspec 2 supports D0 D1 D2 D3 current D0 > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7110, revid=0x02 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=6, func=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=06-80-00, hdrtype=0x00, mfdev=1 > Aug 9 01:31:42 hal /boot/kernel/kernel: map[20]: type 4, range 32, base 00001800, size 4, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7111, revid=0x01 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=6, func=1 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=01-01-80, hdrtype=0x00, mfdev=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: map[20]: type 4, range 32, base 00001820, size 5, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7112, revid=0x01 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=6, func=2 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=0c-03-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: intpin=d, irq=11 > Aug 9 01:31:42 hal /boot/kernel/kernel: map[90]: type 4, range 32, base 00001040, size 4, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x8086, dev=0x7113, revid=0x02 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=6, func=3 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=06-80-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: map[10]: type 1, range 32, base f4101000, size 8, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: map[14]: type 4, range 32, base 00001810, size 3, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: map[18]: type 4, range 32, base 00002000, size 8, enabled > Aug 9 01:31:42 hal /boot/kernel/kernel: found-> vendor=0x11c1, dev=0x0448, revid=0x01 > Aug 9 01:31:42 hal /boot/kernel/kernel: bus=0, slot=7, func=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: class=07-80-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:42 hal /boot/kernel/kernel: intpin=a, irq=11 > Aug 9 01:31:42 hal /boot/kernel/kernel: powerspec 2 supports D0 D2 D3 current D0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pci0: on pcib0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: at device 1.0 on pci0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: secondary bus 1 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: subordinate bus 1 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: I/O decode 0xf000-0xfff > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: memory decode 0xf4200000-0xf47fffff > Aug 9 01:31:43 hal /boot/kernel/kernel: pcib1: prefetched decode 0xf5000000-0xf5ffffff > Aug 9 01:31:43 hal /boot/kernel/kernel: pci1: physical bus=1 > Aug 9 01:31:43 hal /boot/kernel/kernel: map[10]: type 3, range 32, base f5000000, size 24, enabled > Aug 9 01:31:43 hal /boot/kernel/kernel: map[14]: type 1, range 32, base f4400000, size 22, enabled > Aug 9 01:31:43 hal /boot/kernel/kernel: map[18]: type 1, range 32, base f4200000, size 20, enabled > Aug 9 01:31:43 hal /boot/kernel/kernel: found-> vendor=0x10c8, dev=0x0005, revid=0x20 > Aug 9 01:31:43 hal /boot/kernel/kernel: bus=1, slot=0, func=0 > Aug 9 01:31:43 hal /boot/kernel/kernel: class=03-00-00, hdrtype=0x00, mfdev=0 > Aug 9 01:31:43 hal /boot/kernel/kernel: intpin=a, irq=11 > Aug 9 01:31:43 hal /boot/kernel/kernel: powerspec 1 supports D0 D1 D2 D3 current D0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pci1: on pcib1 > Aug 9 01:31:43 hal /boot/kernel/kernel: pci1: at 0.0 (no driver attached) > Aug 9 01:31:43 hal /boot/kernel/kernel: pccbb0: mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0 > Aug 9 01:31:43 hal /boot/kernel/kernel: cardbus0: on pccbb0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pccard0: <16-bit PCCard bus> on pccbb0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pccbb1: mem 0x50100000-0x50100fff irq 11 at device 2.1 on pci0 > Aug 9 01:31:43 hal /boot/kernel/kernel: cardbus1: on pccbb1 > Aug 9 01:31:43 hal /boot/kernel/kernel: pccard1: <16-bit PCCard bus> on pccbb1 > Aug 9 01:31:43 hal /boot/kernel/kernel: csa0: mem 0xf4000000-0xf40fffff,0xf4100000-0xf4100fff irq 11 at device 5.0 on pci0 > Aug 9 01:31:43 hal /boot/kernel/kernel: csa: card is Thinkpad 570 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcm0: on csa0 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcm0: ac97 codec id 0x43525903 (Cirrus Logic CS4297) > Aug 9 01:31:43 hal /boot/kernel/kernel: pcm0: ac97 codec features headphone, 18 bit DAC, 18 bit ADC, 6 bit master volume, no 3D Stereo Enhancement > Aug 9 01:31:43 hal /boot/kernel/kernel: pcm: setmap 649000, 1000; 0xc2455000 -> 649000 > Aug 9 01:31:43 hal /boot/kernel/kernel: pcm: setmap 64b000, 1000; 0xc2457000 -> 64b000 > Aug 9 01:31:43 hal /boot/kernel/kernel: PCI-ISA bridge with incorrect subclass 0x80 > Aug 9 01:31:43 hal /boot/kernel/kernel: PCI-ISA bridge with incorrect subclass 0x80 > Aug 9 01:31:43 hal /boot/kernel/kernel: isab0: at device 6.0 on pci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: isa0: on isab0 > Aug 9 01:31:44 hal /boot/kernel/kernel: atapci0: port 0x1800-0x180f at device 6.1 on pci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0: iobase=0x01f0 altiobase=0x03f6 bmaddr=0x1800 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0: mask=03 ostat0=50 ostat2=00 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0-master: ATAPI probe 00 00 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0-slave: ATAPI probe 00 00 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0: mask=03 stat0=50 stat1=00 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0-master: ATA probe 01 a5 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0: devices=01 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata0: at 0x1f0 irq 14 on atapci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata1: iobase=0x0170 altiobase=0x0376 bmaddr=0x1808 > Aug 9 01:31:44 hal /boot/kernel/kernel: ata1: at 0x170 irq 15 on atapci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: uhci0: port 0x1820-0x183f irq 11 at device 6.2 on pci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: usb0: on uhci0 > Aug 9 01:31:44 hal /boot/kernel/kernel: usb0: USB revision 1.0 > Aug 9 01:31:44 hal /boot/kernel/kernel: uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 > Aug 9 01:31:44 hal /boot/kernel/kernel: uhub0: 2 ports with 2 removable, self powered > Aug 9 01:31:44 hal /boot/kernel/kernel: pci0: at 6.3 (no driver attached) > Aug 9 01:31:44 hal /boot/kernel/kernel: pci0: at 7.0 (no driver attached) > Aug 9 01:31:44 hal /boot/kernel/kernel: ata-: ata0 already exists, using ata2 instead > Aug 9 01:31:44 hal /boot/kernel/kernel: ata-: ata1 already exists, using ata3 instead > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 203 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 243 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 283 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 2c3 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 303 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 343 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 383 > Aug 9 01:31:44 hal /boot/kernel/kernel: Trying Read_Port at 3c3 > Aug 9 01:31:44 hal /boot/kernel/kernel: ex_isa_identify() > Aug 9 01:31:44 hal /boot/kernel/kernel: pnpbios: 19 devices, largest 138 bytes > Aug 9 01:31:44 hal /boot/kernel/kernel: PNP0200: adding io range 0-0xf, size=0x10, align=0x1 > Aug 9 01:31:44 hal /boot/kernel/kernel: PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1 > Aug 9 01:31:44 hal /boot/kernel/kernel: PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1 > Aug 9 01:31:44 hal /boot/kernel/kernel: PNP0200: adding dma mask 0x10 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0200: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 0 device ID PNP0200 (0002d041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0000: adding io range 0x20-0x21, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0000: adding io range 0xa0-0xa1, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0000: adding irq mask 0x4 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0000: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 1 device ID PNP0000 (0000d041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0100: adding irq mask 0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0100: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 2 device ID PNP0100 (0001d041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0b00: adding irq mask 0x100 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0b00: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 3 device ID PNP0b00 (000bd041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0303: adding irq mask 0x2 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0303: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 4 device ID PNP0303 (0303d041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c04: adding irq mask 0x2000 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c04: end config > Aug 9 01:31:45 hal /boot/kernel/kernel: pnpbios: handle 5 device ID PNP0c04 (040cd041) > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding fixed memory32 range 0xfff80000-0xffffffff, size=0x80000 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x92-0x92, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0xb2-0xb3, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x72-0x73, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x2e-0x2f, size=0x2, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x62-0x62, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x66-0x66, size=0x1, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0x15ea-0x15ef, size=0x6, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: adding io range 0xfe00-0xfe0f, size=0x10, align=0x1 > Aug 9 01:31:45 hal /boot/kernel/kernel: PNP0c02: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 6 device ID PNP0c02 (020cd041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0800: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 7 device ID PNP0800 (0008d041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: adding io range 0x1000-0x103f, size=0x40, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: adding io range 0x1040-0x104f, size=0x10, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 8 device ID PNP0c02 (020cd041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: skipping empty range > Aug 9 01:31:46 hal last message repeated 5 times > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c02: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 9 device ID PNP0c02 (020cd041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c01: adding fixed memory32 range 0-0x9ffff, size=0xa0000 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c01: adding fixed memory32 range 0xe0000-0xfffff, size=0x20000 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c01: adding fixed memory32 range 0x100000-0xbffffff, size=0xbf00000 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0c01: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 11 device ID PNP0c01 (010cd041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0a03: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 12 device ID PNP0a03 (030ad041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0e03: adding io range 0-0xffffffff, size=0, align=0 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0e03: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 14 device ID PNP0e03 (030ed041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0680: adding io range 0x1f0-0x1f7, size=0x8, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0680: adding io range 0x3f6-0x3f6, size=0x1, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0680: adding irq mask 0x4000 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0680: adding io range 0x1800-0x1807, size=0x8, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0680: end config > Aug 9 01:31:46 hal /boot/kernel/kernel: pnpbios: handle 15 device ID PNP0680 (8006d041) > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0700: adding io range 0x3f0-0x3f5, size=0x6, align=0x8 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0700: adding io range 0x3f7-0x3f7, size=0x1, align=0x1 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0700: adding irq mask 0x40 > Aug 9 01:31:46 hal /boot/kernel/kernel: PNP0700: adding dma mask 0x4 > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0700: end config > Aug 9 01:31:47 hal /boot/kernel/kernel: pnpbios: handle 17 device ID PNP0700 (0007d041) > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0501: adding io range 0x3f8-0x3ff, size=0x8, align=0x1 > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0501: adding irq mask 0x10 > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0501: end config > Aug 9 01:31:47 hal /boot/kernel/kernel: pnpbios: handle 18 device ID PNP0501 (0105d041) > Aug 9 01:31:47 hal /boot/kernel/kernel: IBM0071: adding dma mask 00 > Aug 9 01:31:47 hal /boot/kernel/kernel: IBM0071: adding io range 0-0xffffffff, size=0, align=0 > Aug 9 01:31:47 hal /boot/kernel/kernel: IBM0071: end config > Aug 9 01:31:47 hal /boot/kernel/kernel: pnpbios: handle 19 device ID IBM0071 (71004d24) > Aug 9 01:31:47 hal /boot/kernel/kernel: IBM3780: adding irq mask 0x1000 > Aug 9 01:31:47 hal /boot/kernel/kernel: IBM3780: end config > Aug 9 01:31:47 hal /boot/kernel/kernel: pnpbios: handle 22 device ID IBM3780 (80374d24) > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0400: adding io range 0x3bc-0x3bf, size=0x4, align=0x4 > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0400: adding irq mask 0x80 > Aug 9 01:31:47 hal /boot/kernel/kernel: PNP0400: end config > Aug 9 01:31:47 hal /boot/kernel/kernel: pnpbios: handle 24 device ID PNP0400 (0004d041) > Aug 9 01:31:47 hal /boot/kernel/kernel: sc-: sc0 already exists, using sc1 instead > Aug 9 01:31:47 hal /boot/kernel/kernel: vga-: vga0 already exists, using vga1 instead > Aug 9 01:31:47 hal /boot/kernel/kernel: isa_probe_children: disabling PnP devices > Aug 9 01:31:47 hal /boot/kernel/kernel: isa_probe_children: probing non-PnP devices > Aug 9 01:31:47 hal /boot/kernel/kernel: orm0: