Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Aug 2001 18:22:16 -0700
From:      Sam Habash <the@llama.com>
To:        Marcelo Carvalho <marcelomcarvalho@yahoo.com>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: CISCO Aironet 350 Series Wireless Lan Adapter
Message-ID:  <20010809182216.A35257@llama.com>
In-Reply-To: <20010809222801.98481.qmail@web14407.mail.yahoo.com>; from marcelomcarvalho@yahoo.com on Thu, Aug 09, 2001 at 03:28:01PM -0700
References:  <20010809222801.98481.qmail@web14407.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR>
> 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: <null device, zero device>
> Aug  9 01:31:41 hal /boot/kernel/kernel: random: <entropy source>
> Aug  9 01:31:41 hal /boot/kernel/kernel: mem: <memory & I/O>
> 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: <APM BIOS> 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: <math processor> 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: <Intel 82443BX (440 BX) host to PCI bridge> 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: <PCI bus> on pcib0
> Aug  9 01:31:43 hal /boot/kernel/kernel: pcib1: <PCI-PCI bridge> 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: <PCI bus> on pcib1
> Aug  9 01:31:43 hal /boot/kernel/kernel: pci1: <display, VGA> at 0.0 (no driver attached)
> Aug  9 01:31:43 hal /boot/kernel/kernel: pccbb0: <TI1450 PCI-CardBus Bridge> mem 0x50000000-0x50000fff irq 11 at device 2.0 on pci0
> Aug  9 01:31:43 hal /boot/kernel/kernel: cardbus0: <Cardbus bus (newcard)> 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: <TI1450 PCI-CardBus Bridge> mem 0x50100000-0x50100fff irq 11 at device 2.1 on pci0
> Aug  9 01:31:43 hal /boot/kernel/kernel: cardbus1: <Cardbus bus (newcard)> 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: <CS4280/CS4614/CS4622/CS4624/CS4630> 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: <CS461x PCM Audio> 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: <PCI-ISA bridge> at device 6.0 on pci0
> Aug  9 01:31:44 hal /boot/kernel/kernel: isa0: <ISA bus> on isab0
> Aug  9 01:31:44 hal /boot/kernel/kernel: atapci0: <Intel PIIX4 ATA33 controller> 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: <Intel 82371AB/EB (PIIX4) USB controller> port 0x1820-0x183f irq 11 at device 6.2 on pci0
> Aug  9 01:31:44 hal /boot/kernel/kernel: usb0: <Intel 82371AB/EB (PIIX4) USB controller> 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: <bridge, PCI-unknown> at 6.3 (no driver attached)
> Aug  9 01:31:44 hal /boot/kernel/kernel: pci0: <simple comms> 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: <Option ROM> at iomem 0xc0000-0xcbfff on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: adv0 failed to probe on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: aha0: status reg test failed ff
> Aug  9 01:31:47 hal last message repeated 5 times
> Aug  9 01:31:47 hal /boot/kernel/kernel: aha0 failed to probe at port 0x134-0x137 on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: aic0 failed to probe at port 0x140-0x15f on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: ata2 failed to probe at port 0x1f0 irq 14 on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: ata3 failed to probe at port 0x170 irq 15 on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
> Aug  9 01:31:47 hal /boot/kernel/kernel: atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
> Aug  9 01:31:47 hal /boot/kernel/kernel: atkbd: the current kbd controller command byte 0047
> Aug  9 01:31:47 hal /boot/kernel/kernel: atkbd: keyboard ID 0x54ab (2)
> Aug  9 01:31:47 hal /boot/kernel/kernel: kbd0 at atkbd0
> Aug  9 01:31:47 hal /boot/kernel/kernel: kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
> Aug  9 01:31:47 hal /boot/kernel/kernel: psm0: current command byte:0047
> Aug  9 01:31:47 hal /boot/kernel/kernel: psm0: <PS/2 Mouse> irq 12 on atkbdc0
> Aug  9 01:31:48 hal /boot/kernel/kernel: psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
> Aug  9 01:31:48 hal /boot/kernel/kernel: psm0: config:00000000, flags:00000000, packet size:3
> Aug  9 01:31:48 hal /boot/kernel/kernel: psm0: syncmask:c0, syncbits:00
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x330
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x334
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x230
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x234
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x130
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0: Failed Status Reg Test - ff
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt_isa_probe: Probe failed at 0x134
> Aug  9 01:31:48 hal /boot/kernel/kernel: bt0 failed to probe at port 0x134-0x137 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: cs0 failed to probe at port 0x300-0x31f on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: ed0 failed to probe at port 0x280-0x29f iomem 0xd8000 irq 10 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: fdc0: <NEC 72065B or clone> at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: fdc0: FIFO enabled, 8 bytes threshold
> Aug  9 01:31:48 hal /boot/kernel/kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0
> Aug  9 01:31:48 hal /boot/kernel/kernel: fe0 failed to probe at port 0x300-0x31f on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: pcic0 failed to probe at port 0x3e0 iomem 0xd0000 irq 3 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: pcic1: not probed (disabled)
> Aug  9 01:31:48 hal /boot/kernel/kernel: pmtimer0 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: ppc0: parallel port found at 0x3bc
> Aug  9 01:31:48 hal /boot/kernel/kernel: ppc0: using extended I/O port range
> Aug  9 01:31:48 hal /boot/kernel/kernel: ppc0: SPP
> Aug  9 01:31:48 hal /boot/kernel/kernel: ppc0: <Parallel port> at port 0x3bc-0x3c3 irq 7 on isa0
> Aug  9 01:31:48 hal /boot/kernel/kernel: ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
> Aug  9 01:31:48 hal /boot/kernel/kernel: plip0: <PLIP network interface> on ppbus0
> Aug  9 01:31:48 hal /boot/kernel/kernel: bpf: lp0 attached
> Aug  9 01:31:49 hal /boot/kernel/kernel: lpt0: <Printer> on ppbus0
> Aug  9 01:31:49 hal /boot/kernel/kernel: lpt0: Interrupt-driven port
> Aug  9 01:31:49 hal /boot/kernel/kernel: ppi0: <Parallel I/O> on ppbus0
> Aug  9 01:31:49 hal /boot/kernel/kernel: sc0: <System console> at flags 0x100 on isa0
> Aug  9 01:31:49 hal /boot/kernel/kernel: sc0: VGA <16 virtual consoles, flags=0x300>
> Aug  9 01:31:49 hal /boot/kernel/kernel: sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio0: irq maps: 0x841 0x851 0x841 0x841
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio0: type 16550A
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio1: configured irq 3 not in bitmap of probed irqs 0
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio1: irq maps: 0x841 0x841 0x841 0x841
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio1: probe failed test(s): 0 1 2 4 6 7 9
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio2: not probed (disabled)
> Aug  9 01:31:49 hal /boot/kernel/kernel: sio3: not probed (disabled)
> Aug  9 01:31:49 hal /boot/kernel/kernel: sn0 failed to probe at port 0x300-0x30f irq 10 on isa0
> Aug  9 01:31:49 hal /boot/kernel/kernel: vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
> Aug  9 01:31:49 hal /boot/kernel/kernel: fb0: vga0, vga, type:VGA (5), flags:0x7007f
> Aug  9 01:31:49 hal /boot/kernel/kernel: fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
> Aug  9 01:31:49 hal /boot/kernel/kernel: fb0: init mode:24, bios mode:3, current mode:24
> Aug  9 01:31:49 hal /boot/kernel/kernel: fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
> Aug  9 01:31:49 hal /boot/kernel/kernel: VGA parameters upon power-up
> Aug  9 01:31:49 hal /boot/kernel/kernel: 50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 55 81 
> Aug  9 01:31:49 hal /boot/kernel/kernel: bf 1f 00 4f 0d 0e 00 00 07 30 9c 8e 8f 28 1f 96 
> Aug  9 01:31:49 hal /boot/kernel/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> Aug  9 01:31:49 hal /boot/kernel/kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> Aug  9 01:31:49 hal /boot/kernel/kernel: VGA parameters in BIOS for mode 24
> Aug  9 01:31:49 hal /boot/kernel/kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
> Aug  9 01:31:49 hal /boot/kernel/kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
> Aug  9 01:31:49 hal /boot/kernel/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> Aug  9 01:31:49 hal /boot/kernel/kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> Aug  9 01:31:49 hal /boot/kernel/kernel: EGA/VGA parameters to be used for mode 24
> Aug  9 01:31:49 hal /boot/kernel/kernel: 50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 55 81 
> Aug  9 01:31:50 hal /boot/kernel/kernel: bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96 
> Aug  9 01:31:50 hal /boot/kernel/kernel: b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c 
> Aug  9 01:31:50 hal /boot/kernel/kernel: 3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff 
> Aug  9 01:31:50 hal /boot/kernel/kernel: vt0 failed to probe on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: sc1: no video adapter found.
> Aug  9 01:31:50 hal /boot/kernel/kernel: sc1: <System console> failed to probe on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: vga1: <Generic ISA VGA> failed to probe on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: isa_probe_children: probing PnP devices
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x0 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x20 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x40 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x70 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0303> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0303> at port 0x60 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0xf0 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0c02> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0c02> at port 0x80,0x92,0xb2-0xb3,0x72-0x73 iomem 0xfff80000-0xffffffff on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x61 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0800> failed to probe at port 0x61 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x4d0 specified. Nearest valid baseport is 0x330.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0xcf8 specified. Nearest valid baseport is 0x330.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: adv1: Invalid baseport of 0x10 specified. Nearest valid baseport is 0x100.  Failing probe.
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0e03> failed to probe at port 0x10-0x1f on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0680> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0680> at port 0x1f0-0x1f7 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0700> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0700> at port 0x3f0-0x3f5 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0501> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0501> at port 0x3f8-0x3ff on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <IBM0071> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <IBM0071> at port 0x30 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <IBM3780> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <IBM3780> at irq 12 on isa0
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0400> can't assign resources
> Aug  9 01:31:50 hal /boot/kernel/kernel: unknown: <PNP0400> at port 0x3bc-0x3bf on isa0
> Aug  9 01:31:51 hal /boot/kernel/kernel: BIOS Geometries:
> Aug  9 01:31:51 hal /boot/kernel/kernel: 0:033fef3f 0..831=832 cylinders, 0..239=240 heads, 1..63=63 sectors
> Aug  9 01:31:51 hal /boot/kernel/kernel: 0 accounted for
> Aug  9 01:31:51 hal /boot/kernel/kernel: Device configuration finished.
> Aug  9 01:31:51 hal /boot/kernel/kernel: bpf: faith0 attached
> Aug  9 01:31:51 hal /boot/kernel/kernel: bpf: lo0 attached
> Aug  9 01:31:51 hal /boot/kernel/kernel: bpf: ppp0 attached
> Aug  9 01:31:51 hal /boot/kernel/kernel: cstsevent occures, 0x30000116
> Aug  9 01:31:51 hal /boot/kernel/kernel: pwrevent occures, 0x30000116
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0: success setting UDMA2 on Intel chip
> Aug  9 01:31:51 hal /boot/kernel/kernel: Creating DISK ad0
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0: <IBM-DBCA-206480/BC4IA82F> ATA-4 disk at ata0-master
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0: 6149MB (12594960 sectors), 13328 C, 15 H, 63 S, 512 B
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0: 16 secs/int, 1 depth queue, UDMA33
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0: piomode=4 dmamode=2 udmamode=2 cblid=0
> Aug  9 01:31:51 hal /boot/kernel/kernel: Mounting root from ufs:/dev/ad0s1a
> Aug  9 01:31:51 hal /boot/kernel/kernel: ad0s1: type 0xa5, start 63, end = 12594959, size 12594897 : OK
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb0: card inserted: event=0x00000000, state=30000510
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccard0: chip_socket_enable
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb_pcic_socket_enable:
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15]
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb0: pccbb_pcic_wait_ready: status 0x4d
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb0: card type is mem
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccard0: read_cis
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb_pcic_mem_map window 0 bus 44000000+400+bc000000 card addr 0
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb_pcic_do_mem_map window 0: 8000 8000 0000 44 (44000000+00000400.00001000*bc000000)
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccbb_pcic_do_mem_map window 0: 8000 8000 4000 44 (44000000+00000400.00001000*bc000000)
> Aug  9 01:31:51 hal /boot/kernel/kernel: cis mem map cd823000
> Aug  9 01:31:51 hal /boot/kernel/kernel: pccard0: CIS tuple chain:
> Aug  9 01:31:51 hal /boot/kernel/kernel: CISTPL_DEVICE type=funcspec speed=100ns
> Aug  9 01:31:51 hal /boot/kernel/kernel: 01 03 dc 00 ff
> Aug  9 01:31:51 hal /boot/kernel/kernel: CISTPL_DEVICE_A type=funcspec speed=100ns
> Aug  9 01:31:52 hal /boot/kernel/kernel: 17 03 dc 00 ff
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_NO_LINK
> Aug  9 01:31:52 hal /boot/kernel/kernel: 14 00
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_VERS_1
> Aug  9 01:31:52 hal /boot/kernel/kernel: 15 31 04 01 43 69 73 63 6f 20 53 79 73 74 65 6d
> Aug  9 01:31:52 hal /boot/kernel/kernel: 73 00 33 35 30 20 53 65 72 69 65 73 20 57 69 72
> Aug  9 01:31:52 hal /boot/kernel/kernel: 65 6c 65 73 73 20 4c 41 4e 20 41 64 61 70 74 65
> Aug  9 01:31:52 hal /boot/kernel/kernel: 72 00 ff
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_MANFID
> Aug  9 01:31:52 hal /boot/kernel/kernel: 20 04 5f 01 0a 00
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_FUNCID
> Aug  9 01:31:52 hal /boot/kernel/kernel: 21 02 06 00
> Aug  9 01:31:52 hal /boot/kernel/kernel: unhandled CISTPL 22
> Aug  9 01:31:52 hal /boot/kernel/kernel: 22 02 01 07
> Aug  9 01:31:52 hal /boot/kernel/kernel: unhandled CISTPL 22
> Aug  9 01:31:52 hal /boot/kernel/kernel: 22 05 02 c0 d8 a7 00
> Aug  9 01:31:52 hal /boot/kernel/kernel: unhandled CISTPL 22
> Aug  9 01:31:52 hal /boot/kernel/kernel: 22 02 03 07
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_CONFIG
> Aug  9 01:31:52 hal /boot/kernel/kernel: 1a 05 01 05 e0 03 07
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_CFTABLE_ENTRY
> Aug  9 01:31:52 hal /boot/kernel/kernel: 1b 0c c5 01 1a 09 55 66 01 55 46 30 ff ff
> Aug  9 01:31:52 hal /boot/kernel/kernel: CISTPL_END
> Aug  9 01:31:52 hal /boot/kernel/kernel: ff
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: check_cis_quirks
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: CIS version PCCARD 2.0 or 2.1
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: CIS info: Cisco Systems, 350 Series Wireless LAN Adapter
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: Manufacturer code 0x15f, product 0xa
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: function 0: network adapter, ccr addr 3e0 mask 7
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: function 0, config table entry 5: I/O card; irq mask ffff; iomask 6, iospace 0-3f; rdybsy_active wp_active bvd_active io16 irqlevel
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccard0: functions scanning
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccbb_pcic_socket_enable:
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccbb0: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccbb0: pccbb_power: CARD_VCC_5V and CARD_VPP_VCC [15]
> Aug  9 01:31:52 hal /boot/kernel/kernel: pccbb0: pccbb_pcic_wait_ready: status 0x4d
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb0: card type is io
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccard0: ++enabled_count = 1
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb_pcic_mem_map window 0 bus 44000000+400+bc000000 card addr 0
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb_pcic_do_mem_map window 0: 8000 8000 0000 44 (44000000+00000400.00001000*bc000000)
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccard0: ccr_res == 44000000-440003ff, base=3e0
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb_pcic_do_mem_map window 0: 8000 8000 4000 44 (44000000+00000400.00001000*bc000000)
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb_pcic_do_mem_map window 0: 8000 8000 4000 44 (44000000+00000400.00001000*bc000000)
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccard0: function 0 CCR at 0 offset 3e0: 45 80 22 0, 0 0 0 0, 0
> Aug  9 01:31:53 hal /boot/kernel/kernel: cardbus1: Detaching card: no cards to detach!
> Aug  9 01:31:53 hal /boot/kernel/kernel: pccbb1: pccbb_power: CARD_VCC_0V and CARD_VPP_0V [44]
> Aug  9 01:31:53 hal /boot/kernel/kernel: start_init: trying /sbin/init
> Aug  9 01:31:57 hal /boot/kernel/kernel: Linux ELF exec handler installed
> 
> Thanks in advance for any help.
> 
> Take care,
> 
> --Sam

Take care,

--Sam


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010809182216.A35257>