Skip site navigation (1)Skip section navigation (2)
Date:      11 Mar 2002 02:47:48 -0500
From:      Joe Clarke <marcus@marcuscom.com>
To:        freebsd-mobile@freebsd.org
Subject:   Laptop hang on -CURRENT when removing a card
Message-ID:  <1015832868.9693.58.camel@shumai.marcuscom.com>

next in thread | raw e-mail | index | archive | help

--=-4WdFBiyfMfM8L8Z8IlFf
Content-Type: multipart/mixed; boundary="=-L48dEh0Yx6wFuGgEr734"


--=-L48dEh0Yx6wFuGgEr734
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

I am the owner of a new Dell Inspiron 8100 running -CURRENT cvsup'd a
few hours ago.  Everytime I remove a PCMCIA card (either my Cisco AP340
[an0] or my Zoom 56K modem [sio4]), the laptop locks up.  I'm doing

pccardc power 1 0

each time before removing the cards.  That command succeeds, and the
cards are successfully stopped.  However, the second I hit the eject
button, bam!  The latop hangs.  I looked through the -mobile@ archives,
but I didn't see anything recent about this issue.

I'm running a modified GENERIC kernel with acpi, vesa, agp, pcm, and
maestro3 modules loaded.  I also have apm enabled.  pccardd is run with
the following flags:

-f /etc/defaults/pccard.conf

A boot -v output and my kernel config are attached.  Any ideas?



--=-L48dEh0Yx6wFuGgEr734
Content-Disposition: attachment; filename=GYROS
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

#
# GENERIC -- Generic kernel configuration file for FreeBSD/i386
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
#    http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# The handbook is also available locally in /usr/share/doc/handbook
# if you've installed the doc distribution, otherwise always see the
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
# latest information.
#
# An exhaustive list of options and more detailed explanations of the
# device lines is also present in the NOTES configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in NOTES.
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.335 2002/02/13 18:47:50 alfred Ex=
p $

machine		i386
#cpu		I486_CPU
#cpu		I586_CPU
cpu		I686_CPU
ident		GYROS
maxusers	0

#To statically compile in device wiring instead of /boot/device.hints
#hints		"GENERIC.hints"		#Default places to look for devices.

makeoptions	DEBUG=3D-g		#Build kernel with gdb(1) debug symbols

options 	INET			#InterNETworking
#options 	INET6			#IPv6 communications protocols
options 	FFS			#Berkeley Fast Filesystem
options 	SOFTUPDATES		#Enable FFS soft updates support
options 	UFS_DIRHASH		#Improve performance on big directories
options 	MD_ROOT			#MD is a potential root device
options 	NFSCLIENT		#Network Filesystem Client
options 	NFSSERVER		#Network Filesystem Server
options 	NFS_ROOT		#NFS usable as root device, requires NFSCLIENT
#options 	MSDOSFS			#MSDOS Filesystem
options 	CD9660			#ISO 9660 Filesystem
options 	PROCFS			#Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		#Pseudo-filesystem framework
options 	COMPAT_43		#Compatible with BSD 4.3 [KEEP THIS!]
options 	SCSI_DELAY=3D15000	#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
options		CPU_ENABLE_SSE

# Debugging for use in -current
options 	DDB			#Enable the kernel debugger
options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, req=
uired by INVARIANTS
options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles
options		WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed

# 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
#options 	PCI_ENABLE_IO_MODES	# Enable pci resources left off by a "lazy BI=
OS"

# 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		ciss		# Compaq Smart RAID 5*
#device		dpt		# DPT Smartcache III, IV - See NOTES for options!
#device		iir		# Intel Integrated RAID
#device		mly		# Mylex AcceleRAID/eXtremeRAID

# SCSI peripherals
device		scbus		# SCSI bus (required)
device		ch		# SCSI media changers
device		da		# Direct Access (disks)
device		sa		# Sequential Access (tape etc)
device		cd		# CD
device		pass		# Passthrough device (direct SCSI access)
device		ses		# SCSI Environmental Services (and SAF-TE)

# 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
options		SC_PIXEL_MODE

# 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

# 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

# PCCARD (PCMCIA) support
device		card		# pccard bus
device		pcic		# PCMCIA bridge

# 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		txp		# 3Com 3cR990 (``Typhoon'')
#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 Am79C97x 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		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		lnc		# NE2100, NE32-VL Lance Ethernet cards
#device		sn		# SMC's 9000 series of ethernet chips
#device		xe		# Xircom pccard ethernet

# ISA devices that use the old ISA shims
#device		le

# Wireless NIC cards
device		an		# Aironet 4500/4800 802.11 wireless NICs.=20
#device		awi		# BayStack 660 and others
#device		wi		# WaveLAN/IEEE 802.11 wireless NICs.=20
#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		# IPv6 and IPv4 tunneling
#device		faith		# 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

--=-L48dEh0Yx6wFuGgEr734
Content-Disposition: attachment; filename=dmesg.out
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Copyright (c) 1992-2002 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 5.0-CURRENT #0: Sun Mar 10 23:33:32 EST 2002
    marcus@gyros.marcuscom.com:/usr/obj/usr/src/sys/GYROS
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0438000.
Preloaded elf module "/boot/kernel/vesa.ko" at 0xc04380b4.
Preloaded elf module "/boot/kernel/snd_maestro3.ko" at 0xc0438160.
Preloaded elf module "/boot/kernel/snd_pcm.ko" at 0xc0438214.
Preloaded elf module "/boot/kernel/agp.ko" at 0xc04382c0.
Preloaded elf module "/boot/kernel/acpi.ko" at 0xc0438368.
Calibrating clock(s) ... TSC clock: 1129542908 Hz, i8254 clock: 1193156 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254"  frequency 1193182 Hz
CLK_USE_TSC_CALIBRATION not specified - using old calibration method
Timecounter "TSC"  frequency 1129571372 Hz
CPU: Pentium III/Pentium III Xeon/Celeron (1129.57-MHz 686-class CPU)
  Origin =3D "GenuineIntel"  Id =3D 0x6b1  Stepping =3D 1
  Features=3D0x383f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,MCA,=
CMOV,PAT,PSE36,MMX,FXSR,SSE>
real memory  =3D 268345344 (262056K bytes)
Physical memory chunk(s):
0x00001000 - 0x0009efff, 647168 bytes (158 pages)
0x0045f000 - 0x0ffe1fff, 263729152 bytes (64387 pages)
avail memory =3D 256655360 (250640K bytes)
bios32: Found BIOS32 Service Directory header at 0xc00ffe80
bios32: Entry =3D 0xffe90 (c00ffe90)  Rev =3D 0  Len =3D 1
pcibios: PCI BIOS entry at 0xf0000+0xc06e
pnpbios: Found PnP BIOS data at 0xc00fe2d0
pnpbios: Entry =3D f0000:e2f4  Rev =3D 1.0
pnpbios: Event flag at 4b4
Other BIOS signatures found:
null: <null device, zero device>
mem: <memory & I/O>
Pentium Pro MTRR support enabled
VESA: information block
56 45 53 41 00 03 00 01 00 01 01 00 00 00 22 00=20
00 01 00 02 11 03 07 01 00 01 1a 01 00 01 25 01=20
00 01 00 01 01 01 02 01 03 01 04 01 05 01 06 01=20
07 01 08 01 0e 01 0f 01 11 01 12 01 14 01 15 01=20
VESA: 29 mode(s) found
VESA: v3.0, 32768k memory, flags:0x1, mode table:0xc03c92a2 (1000022)
VESA: NVidia
VESA: NVidia Corporation NV11 Board Chip Rev B2
random: <entropy source>
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000fac4
pci_open(1a):	mode1res=3D0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=3D060000] [hdr=3D00] is there (id=3D11308086)
Using $PIR table, 10 entries at 0xc00fbc20
npx0: <math processor> on motherboard
npx0: INT 16 interface
acpi0: <DELL   CPi R  > on motherboard
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
ACPI timer looks GOOD min =3D 2, max =3D 3, width =3D 2
Timecounter "ACPI-fast"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_tz0: <thermal zone> on acpi0
acpi_acad0: <AC adapter> on acpi0
acpi_cmbat0: <Control method Battery> on acpi0
acpi_cmbat1: <Control method Battery> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Power Button> on acpi0
acpi_button1: <Sleep Button> on acpi0
acpi_pcib0: <Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: physical bus=3D0
	map[10]: type 3, range 32, base e8000000, size 26, enabled
found->	vendor=3D0x8086, dev=3D0x1130, revid=3D0x04
	bus=3D0, slot=3D0, func=3D0
	class=3D06-00-00, hdrtype=3D0x00, mfdev=3D0
found->	vendor=3D0x8086, dev=3D0x1131, revid=3D0x04
	bus=3D0, slot=3D1, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
found->	vendor=3D0x8086, dev=3D0x2448, revid=3D0x03
	bus=3D0, slot=3D30, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
found->	vendor=3D0x8086, dev=3D0x244c, revid=3D0x03
	bus=3D0, slot=3D31, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1
	map[20]: type 4, range 32, base 0000bfa0, size  4, enabled
found->	vendor=3D0x8086, dev=3D0x244a, revid=3D0x03
	bus=3D0, slot=3D31, func=3D1
	class=3D01-01-80, hdrtype=3D0x00, mfdev=3D0
	map[20]: type 4, range 32, base 0000dce0, size  5, enabled
found->	vendor=3D0x8086, dev=3D0x2442, revid=3D0x03
	bus=3D0, slot=3D31, func=3D2
	class=3D0c-03-00, hdrtype=3D0x00, mfdev=3D0
	intpin=3Dd, irq=3D10
pci0: <PCI bus> on acpi_pcib0
agp0: <Intel 82815 (i815 GMCH) host to PCI bridge> mem 0xe8000000-0xebfffff=
f at device 0.0 on pci0
agp0: allocating GATT for aperture of size 64M
pcib1: <PCI-PCI bridge> at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0xc000-0xcfff
pcib1:   memory decode     0xfc000000-0xfdffffff
pcib1:   prefetched decode 0xe0000000-0xe7ffffff
pci1: physical bus=3D1
	map[10]: type 1, range 32, base fc000000, size 24, enabled
	map[14]: type 3, range 32, base e0000000, size 27, enabled
found->	vendor=3D0x10de, dev=3D0x0112, revid=3D0xb2
	bus=3D1, slot=3D0, func=3D0
	class=3D03-00-00, hdrtype=3D0x00, mfdev=3D0
	intpin=3Da, irq=3D11
	powerspec 2  supports D0 D3  current D0
pci1: <PCI bus> on pcib1
pci1: <display, VGA> at device 0.0 (no driver attached)
pcib2: <PCI-PCI bridge> at device 30.0 on pci0
pcib2:   secondary bus     2
pcib2:   subordinate bus   16
pcib2:   I/O decode        0xe000-0xffff
pcib2:   memory decode     0xf4000000-0xfbffffff
pcib2:   prefetched decode 0xfff00000-0xfffff
pci2: physical bus=3D2
	map[10]: type 4, range 32, base 0000ec00, size  8, enabled
	map[14]: type 1, range 32, base f8ffe000, size 13, enabled
found->	vendor=3D0x125d, dev=3D0x1998, revid=3D0x10
	bus=3D2, slot=3D3, func=3D0
	class=3D04-01-00, hdrtype=3D0x00, mfdev=3D0
	intpin=3Da, irq=3D5
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000e800, size  8, enabled
	map[14]: type 1, range 32, base f8ffdc00, size  7, enabled
	map[18]: type 1, range 32, base f8ffd800, size  7, enabled
found->	vendor=3D0x10b7, dev=3D0x6055, revid=3D0x10
	bus=3D2, slot=3D6, func=3D0
	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D1
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 4, range 32, base 0000e400, size  8, enabled
	map[14]: type 1, range 32, base f8ffd400, size  8, enabled
	map[18]: type 1, range 32, base f8ffd000, size  7, enabled
found->	vendor=3D0x10b7, dev=3D0x1007, revid=3D0x10
	bus=3D2, slot=3D6, func=3D1
	class=3D07-80-00, hdrtype=3D0x00, mfdev=3D0
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D2 D3  current D0
found->	vendor=3D0x104c, dev=3D0xac42, revid=3D0x00
	bus=3D2, slot=3D15, func=3D0
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	intpin=3Da, irq=3D255
	powerspec 2  supports D0 D1 D2 D3  current D0
found->	vendor=3D0x104c, dev=3D0xac42, revid=3D0x00
	bus=3D2, slot=3D15, func=3D1
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D1
	intpin=3Da, irq=3D255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base f8ffc800, size 11, enabled
	map[14]: type 1, range 32, base f8ff8000, size 14, enabled
found->	vendor=3D0x104c, dev=3D0x8027, revid=3D0x00
	bus=3D2, slot=3D15, func=3D2
	class=3D0c-00-10, hdrtype=3D0x00, mfdev=3D1
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D2 D3  current D0
pci2: <PCI bus> on pcib2
pcm0: <ESS Technology Maestro3> port 0xec00-0xecff mem 0xf8ffe000-0xf8fffff=
f irq 5 at device 3.0 on pci2
pcib2: device pcm0 requested decoded I/O range 0xec00-0xecff
pcm0: ac97 codec id 0x83847609 (SigmaTel STAC9721/9723)
pcm0: ac97 codec features 18 bit DAC, 18 bit ADC, 5 bit master volume, Sigm=
aTel 3D Enhancement
pcm0: ac97 primary codec extended features AMAP
pcm0: sndbuf_setmap 4c9000, 1000; 0xd1c84000 -> 4c9000
pcm0: sndbuf_setmap 4ca000, 1000; 0xd1c85000 -> 4ca000
pcm0: sndbuf_setmap 4ce000, 1000; 0xd1c86000 -> 4ce000
pcm0: sndbuf_setmap 4cf000, 1000; 0xd1c87000 -> 4cf000
pcm0: sndbuf_setmap 4d0000, 1000; 0xd1c88000 -> 4d0000
xl0: <3Com 3c556 Fast Etherlink XL> port 0xe800-0xe8ff mem 0xf8ffd800-0xf8f=
fd87f,0xf8ffdc00-0xf8ffdc7f irq 10 at device 6.0 on pci2
pcib2: device xl0 requested decoded I/O range 0xe800-0xe8ff
pcib2: device xl0 requested decoded memory range 0xf8ffd800-0xf8ffd87f
xl0: Ethernet address: 00:04:76:4e:d4:00
xl0: media options word: 40
xl0: found MII/AUTO
miibus0: <MII bus> on xl0
ukphy0: <Generic IEEE 802.3u media interface> on miibus0
ukphy0: OUI 0x00c000, model 0x0000, rev. 0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bpf: xl0 attached
pci2: <simple comms> at device 6.1 (no driver attached)
pcic0: <TI PCI-4451 PCI-CardBus Bridge> at device 15.0 on pci2
pcib2: device pcic0 requested decoded memory range 0xf4000000-0xfbffffff
pcic0: PCI Memory allocated: 0xf4000000
pcic0: No PCI interrupt routed, trying ISA.
pcic0: Polling mode
pcic0: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa =
irq]
pcic0: PCI Configuration space:
  0x00: 0xac42104c 0x02100003 0x06070000 0x00822008=20
  0x10: 0xf4000000 0x020000a0 0x20040400 0x00000000=20
  0x20: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x30: 0x00000000 0x00000000 0x00000000 0x07e001ff=20
  0x40: 0x00e61028 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x3024d021 0x00000600 0x000f0000 0x05033002=20
  0x90: 0x6064a6c0 0x00000000 0x00000000 0x00000000=20
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
pccard0: <PC Card bus (classic)> on pcic0
pcic1: <TI PCI-4451 PCI-CardBus Bridge> at device 15.1 on pci2
pcib2: device pcic1 requested decoded memory range 0xf4000000-0xfbffffff
pcic1: PCI Memory allocated: 0xf4001000
pcic1: No PCI interrupt routed, trying ISA.
pcic1: Polling mode
pcic1: TI12XX PCI Config Reg: [ring enable][speaker enable][CSC serial isa =
irq]
pcic1: PCI Configuration space:
  0x00: 0xac42104c 0x02100003 0x06070000 0x00822008=20
  0x10: 0xf4001000 0x020000a0 0x20050500 0x00000000=20
  0x20: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x30: 0x00000000 0x00000000 0x00000000 0x07e001ff=20
  0x40: 0x00e61028 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x3024d021 0x00000600 0x000f0080 0x05033002=20
  0x90: 0x6064a6c0 0x00000000 0x00000000 0x00000000=20
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000=20
  0xb0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000=20
pccard1: <PC Card bus (classic)> on pcic1
pci2: <serial bus, FireWire> at device 15.2 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH2 ATA100 controller> port 0xbfa0-0xbfaf at device 31.1 o=
n pci0
ata0: iobase=3D0x01f0 altiobase=3D0x03f6 bmaddr=3D0xbfa0
ata0: mask=3D03 ostat0=3D50 ostat2=3D50
ata0-slave: ATAPI 00 80
ata0-master: ATAPI 00 00
ata0: mask=3D03 stat0=3D50 stat1=3D00
ata0-master: ATA 01 a5
ata0-slave: ATA 01 a5
ata0: devices=3D03
ata0: at 0x1f0 irq 14 on atapci0
ata1: iobase=3D0x0170 altiobase=3D0x0376 bmaddr=3D0xbfa8
ata1: mask=3D03 ostat0=3D00 ostat2=3D00
ata1-master: ATAPI 00 00
ata1-slave: ATAPI 00 00
ata1: mask=3D03 stat0=3D00 stat1=3D00
ata1: devices=3D00
ata1: at 0x170 irq 15 on atapci0
uhci0: <Intel 82801BA/BAM (ICH2) USB controller USB-A> port 0xdce0-0xdcff i=
rq 10 at device 31.2 on pci0
usb0: cannot stop
usb0: <Intel 82801BA/BAM (ICH2) 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
psmcpnp0 irq 12 on acpi0
atkbdc0: <Keyboard controller (i8042)> port 0x64,0x60 irq 1 on acpi0
atkbd0: <AT Keyboard> flags 0x1 irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0065
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x1, flags:0x3d0000
psm0: current command byte:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000000, packet size:3
psm0: syncmask:c0, syncbits:00
fdc0: <enhanced floppy controller (i82077, NE72065 or clone)> port 0x3f7,0x=
3f2-0x3f5 irq 6 on acpi0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
sio0: irq maps: 0x21 0x31 0x21 0x21
sio0 port 0x3f8-0x3ff irq 4 on acpi0
sio0: type 16550A
unknown: not probed (disabled)
ppc0: using extended I/O port range
ppc0: ECP SPP ECP+EPP SPP
ppc0 port 0x778-0x77b,0x378-0x37f irq 7 on acpi0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
plip0: <PLIP network interface> on ppbus0
bpf: lp0 attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
unknown: not probed (disabled)
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
fdc: fdc0 already exists; skipping it
pcic: pcic0 already exists; skipping it
pcic: pcic1 already exists; skipping it
ppc: ppc0 already exists; skipping it
sio: sio0 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
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
orm0: <Option ROMs> at iomem 0xcf800-0xcffff,0xcf000-0xcf7ff,0xce800-0xceff=
f,0xce000-0xce7ff,0xc0000-0xcdfff on isa0
adv0 failed to probe on isa0
aha0 failed to probe on isa0
aic0 failed to probe on isa0
bt0 failed to probe on isa0
cs0 failed to probe at port 0x300 on isa0
ed0 failed to probe at port 0x280 iomem 0xd8000 irq 10 on isa0
fe0 failed to probe at port 0x300 on isa0
ie0 failed to probe at port 0x300 iomem 0xd0000 irq 10 on isa0
le0 failed to probe at port 0x300 iomem 0xd0000 irq 5 on isa0
lnc0 failed to probe at port 0x280 irq 10 drq 0 on isa0
pmtimer0 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=3D0x300>
sc0: fb0, kbd0, terminal emulator: sc (syscons terminal)
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x21 0x21 0x21 0x21
sio1: probe failed test(s): 0 1 2 4 6 7 9
sio1 failed to probe at port 0x2f8-0x2ff irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0 failed to probe at port 0x300 irq 10 on isa0
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
fb0: vga0, vga, type:VGA (5), flags:0x700ff
fb0: port:0x3c0-0x3df, crtc:0x3d4, mem:0xa0000 0x20000
fb0: init mode:24, bios mode:3, current mode:24
fb0: window:0xc00b8000 size:32k gran:32k, buf:0 size:32k
vga0: vga: WARNING: video mode switching is not fully supported on this ada=
pter
VGA parameters upon power-up
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 5c 9d=20
0b b2 00 6f 0d 0e 00 00 07 80 08 89 8f 28 1f 08=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
VGA parameters in BIOS for mode 24
50 18 10 00 10 00 03 00 02 67 5f 4f 50 82 54 80=20
bf 1f 00 4f 0d 0e 00 00 00 00 9c 8e 8f 28 1f 96=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
EGA/VGA parameters to be used for mode 24
50 18 10 00 00 00 03 00 02 67 5f 4f 50 82 5c 9d=20
0b b2 00 6f 0d 0e 00 00 07 80 08 89 8f 28 1f 08=20
b9 a3 ff 00 01 02 03 04 05 14 07 38 39 3a 3b 3c=20
3d 3e 3f 0c 00 0f 08 00 00 00 00 00 10 0e 00 ff=20
vt0 failed to probe on isa0
isa_probe_children: probing PnP devices
BIOS Geometries:
 0:03fefe3f 0..1022=3D1023 cylinders, 0..254=3D255 heads, 1..63=3D63 sector=
s
 0 accounted for
Device configuration finished.
procfs registered
bpf: lo0 attached
ata0-slave: ATA identify retries exceeded
pcic1: Autodetected 5.0V card
pccard: card inserted, slot 1
pcic1: reset 1 int is 0 stat is 4d
acpi_acad0: On Line
pcic1: reset 2 int is 60 stat is 4d
ad0: success setting UDMA5 on Intel chip
Creating DISK ad0
ad0: <HITACHI_DK23DA-30/00J1A0G0> ATA-5 disk at ata0-master
ad0: 28615MB (58605120 sectors), 58140 C, 16 H, 63 S, 512 B
ad0: 16 secs/int, 1 depth queue, UDMA100
ad0: piomode=3D4 dmamode=3D2 udmamode=3D5 cblid=3D1
Mounting root from ufs:/dev/ad0s2a
pcic1: reset 3 int is 60 stat is 4d
ad0s1: type 0xde, start 63, end =3D 64259, size 64197 : OK
ad0s2: type 0xa5, start 64260, end =3D 58605119, size 58540860 : OK
pcib2: device pccard0 requested decoded memory range 0xd0000-0xd0000
splash: image decoder found: blank_saver
Linux ELF exec handler installed
pcib2: device pccard1 requested decoded I/O range 0x240-0x27f
pccard1: Assigning an0: io 0x240-0x27f irq 3 mem 0x0-0xffffffff
pcib2: device an0 requested decoded I/O range 0x240-0x27f
pcic: I/O win 0 flags 15 240-27f
pcic: I/O win 0 flags 5 240-27f
an0: <Aironet PC4500/PC4800> at port 0x240-0x27f irq 3 slot 1 on pccard1
pcib2: device an0 requested decoded I/O range 0x240-0x27f
pcic: I/O win 0 flags 15 240-27f
an0: Ethernet address: 00:40:96:36:98:05
bpf: an0 attached

--=-L48dEh0Yx6wFuGgEr734--

--=-4WdFBiyfMfM8L8Z8IlFf
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (FreeBSD)
Comment: For info see http://www.gnupg.org

iEYEABECAAYFAjyMYSQACgkQb2iPiv4Uz4dGrgCfX2uRlOGeWHf0BCA26+pUpkfW
gR8Ani1QS4gXw9W0ZKJxe/R1cUe3ayyc
=+jLh
-----END PGP SIGNATURE-----

--=-4WdFBiyfMfM8L8Z8IlFf--


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?1015832868.9693.58.camel>