Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Jun 2006 22:33:02 +0200
From:      Lars Engels <lars.engels@0x20.net>
To:        Robert Watson <rwatson@FreeBSD.org>, freebsd-current@freebsd.org
Subject:   Re: Kernel Panic
Message-ID:  <20060612203302.GF46563@e.0x20.net>
In-Reply-To: <20060612195750.GG1226@roadrunner.aventurien.local>
References:  <20060612182404.GC46563@e.0x20.net> <20060612194541.L34121@fledge.watson.org> <20060612191025.GD46563@e.0x20.net> <20060612195750.GG1226@roadrunner.aventurien.local>

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

--/Gk0KcsbyUMelFU1
Content-Type: multipart/mixed; boundary="doKZ0ri6bHmN2Q5y"
Content-Disposition: inline


--doKZ0ri6bHmN2Q5y
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline

for (i=1; i<i=100; i++)
	printf("I will not forget attachments");

--doKZ0ri6bHmN2Q5y
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename=BART
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/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
# 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.413.2.6.2.2 2004/10/24 18:02:52 s=
cottl Exp $

machine		i386
cpu		I686_CPU
ident		BART

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

#options 	SCHED_4BSD		# 4BSD scheduler
options 	SCHED_ULE		# ULE scheduler
options		PREEMPTION
options 	INET			# InterNETworking
options 	INET6			# IPv6 communications protocols
options 	FFS				# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	UFS_ACL			# Support for access control lists
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 /, requires NFSCLIENT
options 	MSDOSFS			# MSDOS Filesystem
options 	CD9660			# ISO 9660 Filesystem
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	GEOM_GPT		# GUID Partition Tables.
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD4
options 	SCSI_DELAY=3D5000	# Delay (in ms) before probing SCSI
options 	KTRACE			# ktrace(1) support
options 	SYSVSHM			# SYSV-style shared memory
options 	SYSVMSG			# SYSV-style message queues
options 	SYSVSEM			# SYSV-style semaphores
options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
options 	ADAPTIVE_GIANT		# Giant mutex is adaptive.

options 	STOP_NMI		# Stop CPUS using NMI instead of IPI
device		apic		# I/O APIC

# Bus support.  Do not remove isa, even if you have no isa slots
device		pci

# Floppy drives
#device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		atapicd		# ATAPI CDROM drives
options 	ATA_STATIC_ID	# Static device numbering

# SCSI peripherals
device		scbus		# SCSI bus (required for SCSI)
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)

# atkbdc0 controls both the keyboard and the PS/2 mouse
device		atkbdc		# AT keyboard controller
device		atkbd		# AT keyboard
device		psm		# PS/2 mouse

device		vga		# VGA video card driver
device		splash		# Splash screen and screen saver support

# syscons is the default console driver, resembling an SCO console
device		sc

device		agp		# support several AGP chipsets

# Add suspend/resume support for the i8254.
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
device		pccard		# PC Card (16-bit) bus
device		cardbus		# CardBus (32-bit) bus

# 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 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		bfe		# Broadcom BCM440x 10/100 Ethernet

# Wireless NIC cards
device		wlan	# 802.11 support
device		an		# Aironet 4500/4800 802.11 wireless NICs.
device		awi		# BayStack 660 and others
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
device		wl		# Older non 802.11 Wavelan wireless NIC.
device		ath
device		ath_hal
device          ath_rate_sample # SampleRate rate control for the ath driver
device		ral
device		ural

# Pseudo devices.
device		loop		# Network loopback
device		random		# Entropy device
device		ether		# Ethernet support
device		sl		# Kernel SLIP
device		ppp		# 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		ehci
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		uscanner	# Scanners

# FireWire support
device		firewire	# FireWire bus code
device		sbp		# SCSI over FireWire (Requires scbus and da)
device		fwe		# Ethernet over FireWire (non-standard!)


#### Eigenes ####

options		NETGRAPH
options		NETGRAPH_SOCKET
options		NETGRAPH_PPPOE
options		NETGRAPH_ETHER

options		IPSEC
options		IPSEC_ESP
options		IPSEC_DEBUG

options		IPFIREWALL
options		IPFIREWALL_DEFAULT_TO_ACCEPT
options		IPFIREWALL_FORWARD
options		IPDIVERT

device		atapicam
options		VESA
options		SC_PIXEL_MODE

# Geom Based Disc-Encryption
options		GEOM_BDE

device	    	wlan_wep	   #802.11 WEP support
device	    	wlan_ccmp	   #802.11 CCMP support
device	    	wlan_tkip	   #802.11 TKIP support
device	    	wlan_xauth	   #802.11 external authenticator support
device	    	wlan_acl	   #802.11 MAC ACL support

options 	INCLUDE_CONFIG_FILE=20

device 		i915drm 	# Intel i830 through i915
device 		drm

device 		ipw
device 		firmware

options 	ATKBD_DFLT_KEYMAP=20
makeoptions 	ATKBD_DFLT_KEYMAP=3D"german.iso" # Deutsche Tastaturbelegung

makeoptions	DEBUG=3D-g      #Build kernel with gdb(1) debug symbols
options DDB=20
options KDB=20
#options KDB_TRACE=20

#options GDB=20
#options debugger_on_panic=20
#options BREAK_TO_DEBUGGER=20
#options ALT_BREAK_TO_DEBUGGER

--doKZ0ri6bHmN2Q5y
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="dmesg.boot"
Content-Transfer-Encoding: quoted-printable

	map[20]: type 4, range 32, base 00001860, size  5, enabled
pcib0: matched entry for 0.29.INTC (src \\_SB_.PCI0.LPCB.LNKC:0)
pcib0: slot 29 INTC routed to irq 11 via \\_SB_.PCI0.LPCB.LNKC
found->	vendor=3D0x8086, dev=3D0x24cd, revid=3D0x03
	bus=3D0, slot=3D29, func=3D7
	class=3D0c-03-20, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0106, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Dd, irq=3D11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base e0100000, size 10, enabled
pcib0: matched entry for 0.29.INTD (src \\_SB_.PCI0.LPCB.LNKH:0)
pcib0: slot 29 INTD routed to irq 11 via \\_SB_.PCI0.LPCB.LNKH
found->	vendor=3D0x8086, dev=3D0x2448, revid=3D0x83
	bus=3D0, slot=3D30, func=3D0
	class=3D06-04-00, hdrtype=3D0x01, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x8880, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x24cc, revid=3D0x03
	bus=3D0, slot=3D31, func=3D0
	class=3D06-01-00, hdrtype=3D0x00, mfdev=3D1
	cmdreg=3D0x000f, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
found->	vendor=3D0x8086, dev=3D0x24ca, revid=3D0x03
	bus=3D0, slot=3D31, func=3D1
	class=3D01-01-8a, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D255
	map[20]: type 4, range 32, base 00001810, size  4, enabled
	map[24]: type 1, range 32, base 00000000, size 10, memory disabled
found->	vendor=3D0x8086, dev=3D0x24c3, revid=3D0x03
	bus=3D0, slot=3D31, func=3D3
	class=3D0c-05-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0001, statreg=3D0x0280, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	map[20]: type 4, range 32, base 00001880, size  5, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKB:0)
pcib0: slot 31 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB
found->	vendor=3D0x8086, dev=3D0x24c5, revid=3D0x03
	bus=3D0, slot=3D31, func=3D5
	class=3D04-01-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 00001c00, size  8, enabled
	map[14]: type 4, range 32, base 000018c0, size  6, enabled
	map[18]: type 1, range 32, base e0100c00, size  9, enabled
	map[1c]: type 1, range 32, base e0100800, size  8, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKB:0)
pcib0: slot 31 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB
found->	vendor=3D0x8086, dev=3D0x24c6, revid=3D0x03
	bus=3D0, slot=3D31, func=3D6
	class=3D07-03-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0005, statreg=3D0x0290, cachelnsz=3D0 (dwords)
	lattimer=3D0x00 (0 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Db, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 00002400, size  8, enabled
	map[14]: type 4, range 32, base 00002000, size  7, enabled
pcib0: matched entry for 0.31.INTB (src \\_SB_.PCI0.LPCB.LNKB:0)
pcib0: slot 31 INTB routed to irq 10 via \\_SB_.PCI0.LPCB.LNKB
pci0: <base peripheral> at device 0.1 (no driver attached)
pci0: <base peripheral> at device 0.3 (no driver attached)
vgapci0: <VGA-compatible display> port 0x1800-0x1807 mem 0xe8000000-0xeffff=
fff,0xe0000000-0xe007ffff irq 11 at device 2.0 on pci0
agp0: <Intel 8285xM (85xGM GMCH) SVGA controller> on vgapci0
vgapci0: Reserved 0x8000000 bytes for rid 0x10 type 3 at 0xe8000000
vgapci0: Reserved 0x80000 bytes for rid 0x14 type 3 at 0xe0000000
agp0: detected 8060k stolen memory
agp0: aperture size is 128M
drm0: <Intel i852GM/i855GM GMCH> on vgapci0
info: [drm] AGP at 0xe8000000 128MB
info: [drm] Initialized i915 1.4.0 20060119
vgapci1: <VGA-compatible display> mem 0xf0000000-0xf7ffffff,0xe0080000-0xe0=
0fffff at device 2.1 on pci0
drm1: <Intel i852GM/i855GM GMCH> on vgapci1
info: [drm] AGP at 0xe8000000 128MB
info: [drm] Initialized i915 1.4.0 20060119
uhci0: <Intel 82801DB (ICH4) USB controller USB-A> port 0x1820-0x183f irq 1=
1 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801DB (ICH4) USB controller USB-A> on uhci0
usb0: USB revision 1.0
uhub0: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
uhci1: <Intel 82801DB (ICH4) USB controller USB-B> port 0x1840-0x185f irq 1=
1 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801DB (ICH4) USB controller USB-B> on uhci1
usb1: USB revision 1.0
uhub1: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
uhci2: <Intel 82801DB (ICH4) USB controller USB-C> port 0x1860-0x187f irq 1=
1 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801DB (ICH4) USB controller USB-C> on uhci2
usb2: USB revision 1.0
uhub2: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
ehci0: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> mem 0xe0100000-0xe0100=
3ff irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xe0100000
ehci0: [GIANT-LOCKED]
usb3: EHCI version 1.0
usb3: companion controllers, 2 ports each: usb0 usb1 usb2
usb3: <Intel 82801DB/L/M (ICH4) USB 2.0 controller> on ehci0
usb3: USB revision 2.0
uhub3: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb3
uhub3: 6 ports with 6 removable, self powered
pcib1: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib1:   secondary bus     2
pcib1:   subordinate bus   2
pcib1:   I/O decode        0xf000-0xfff
pcib1:   memory decode     0x0-0x0
pcib1:   prefetched decode 0x0-0x0
pcib1:   Subtractively decoded bridge.
ACPI: Found matching pin for 2.5.INTA at func 0: 10
ACPI: Found matching pin for 2.9.INTA at func 0: 255
ACPI: Found matching pin for 2.3.INTA at func 0: 10
ACPI: Found matching pin for 2.6.INTA at func 0: 10
pci2: <ACPI PCI bus> on pcib1
pci2: physical bus=3D2
found->	vendor=3D0x11c1, dev=3D0x5811, revid=3D0x61
	bus=3D2, slot=3D3, func=3D0
	class=3D0c-00-10, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0112, statreg=3D0x0290, cachelnsz=3D16 (dwords)
	lattimer=3D0x60 (2880 ns), mingnt=3D0x0c (3000 ns), maxlat=3D0x18 (6000 ns)
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base e0202000, size 12, enabled
pcib1: (null) requested memory range 0xe0202000-0xe0202fff: good
pcib1: matched entry for 2.3.INTA (src \\_SB_.PCI0.LPCB.LNKF:0)
pcib1: slot 3 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKF
found->	vendor=3D0x14e4, dev=3D0x4401, revid=3D0x01
	bus=3D2, slot=3D5, func=3D0
	class=3D02-00-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0106, statreg=3D0x0810, cachelnsz=3D0 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x00 (0 ns), maxlat=3D0x00 (0 ns)
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base e0200000, size 13, enabled
pcib1: (null) requested memory range 0xe0200000-0xe0201fff: good
pcib1: matched entry for 2.5.INTA (src \\_SB_.PCI0.LPCB.LNKE:0)
pcib1: slot 5 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKE
found->	vendor=3D0x8086, dev=3D0x1043, revid=3D0x04
	bus=3D2, slot=3D6, func=3D0
	class=3D02-80-00, hdrtype=3D0x00, mfdev=3D0
	cmdreg=3D0x0112, statreg=3D0x0290, cachelnsz=3D16 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0x02 (500 ns), maxlat=3D0x22 (8500 ns)
	intpin=3Da, irq=3D10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base e0203000, size 12, enabled
pcib1: (null) requested memory range 0xe0203000-0xe0203fff: good
pcib1: matched entry for 2.6.INTA (src \\_SB_.PCI0.LPCB.LNKG:0)
pcib1: slot 6 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKG
found->	vendor=3D0x104c, dev=3D0xac56, revid=3D0x00
	bus=3D2, slot=3D9, func=3D0
	class=3D06-07-00, hdrtype=3D0x02, mfdev=3D0
	cmdreg=3D0x0007, statreg=3D0x0210, cachelnsz=3D16 (dwords)
	lattimer=3D0x40 (1920 ns), mingnt=3D0xc0 (48000 ns), maxlat=3D0x03 (750 ns)
	intpin=3Da, irq=3D255
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 00000000, size 12, enabled
fwohci0: <Lucent FW322/323> mem 0xe0202000-0xe0202fff irq 10 at device 3.0 =
on pci2
fwohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe0202000
fwohci0: [GIANT-LOCKED]
fwohci0: OHCI version 1.0 (ROM=3D0)
fwohci0: No. of Isochronous channels is 8.
fwohci0: EUI64 04:e4:0a:00:1a:04:20:16
fwohci0: Phy 1394a available S400, 3 ports.
fwohci0: Link S400, max_rec 2048 bytes.
firewire0: <IEEE1394(FireWire) bus> on fwohci0
fwe0: <Ethernet over FireWire> on firewire0
if_fwe0: Fake Ethernet address: 06:e4:0a:04:20:16
fwe0: bpf attached
fwe0: Ethernet address: 06:e4:0a:04:20:16
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=3D0xc000ffc0, gen=3D1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <=3D 0, cable IRM =3D 0 (me)
firewire0: bus manager 0 (me)
bfe0: <Broadcom BCM4401 Fast Ethernet> mem 0xe0200000-0xe0201fff irq 10 at =
device 5.0 on pci2
bfe0: Reserved 0x2000 bytes for rid 0x10 type 3 at 0xe0200000
miibus0: <MII bus> on bfe0
bmtphy0: <BCM4401 10/100baseTX PHY> on miibus0
bmtphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bfe0: bpf attached
bfe0: Ethernet address: 00:0a:e4:24:40:3d
bfe0: [GIANT-LOCKED]
ipw0: <Intel(R) PRO/Wireless 2100 MiniPCI> mem 0xe0203000-0xe0203fff irq 10=
 at device 6.0 on pci2
ipw0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xe0203000
ipw0: bpf attached
ipw0: Ethernet address: 00:0c:f1:2d:10:93
ipw0: bpf attached
ipw0: bpf attached
ipw0: [GIANT-LOCKED]
ipw0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
cbb0: <TI1510 PCI-CardBus Bridge> at device 9.0 on pci2
pcib1: cbb0 requested memory range 0x0-0xffffffff: good
cbb0: Lazy allocation of 0x1000 bytes rid 0x10 type 3 at 0x80000000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
pcib1: matched entry for 2.9.INTA (src \\_SB_.PCI0.LPCB.LNKF:0)
pcib1: slot 9 INTA routed to irq 10 via \\_SB_.PCI0.LPCB.LNKF
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0xac56104c 0x02100007 0x06070000 0x00024010=20
  0x10: 0x80000000 0x020000a0 0x40030302 0xfffff000=20
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc=20
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0740010a=20
  0x40: 0x10331734 0x00000001 0x00000000 0x00000000=20
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000=20
  0x80: 0x0844d061 0x00000000 0x00000000 0x01001002=20
  0x90: 0x606402c0 0x00000000 0x00000000 0x00000000=20
  0xa0: 0xfe120001 0x00c00100 0x00000007 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
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH4 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177=
,0x376,0x1810-0x181f at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x1810
ata0: <ATA channel 0> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci0: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D00
ata0: stat0=3D0x80 err=3D0x80 lsb=3D0x80 msb=3D0x80
ata0: stat0=3D0x80 err=3D0x80 lsb=3D0x80 msb=3D0x80
ata0: stat0=3D0x80 err=3D0x80 lsb=3D0x80 msb=3D0x80
ata0: stat0=3D0x80 err=3D0x80 lsb=3D0x80 msb=3D0x80
ata0: stat0=3D0x50 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: stat1=3D0x00 err=3D0x01 lsb=3D0x00 msb=3D0x00
ata0: reset tp2 stat0=3D50 stat1=3D00 devices=3D0x1<ATA_MASTER>
ata0: [MPSAFE]
ata1: <ATA channel 1> on atapci0
atapci0: Reserved 0x8 bytes for rid 0x18 type 4 at 0x170
atapci0: Reserved 0x1 bytes for rid 0x1c type 4 at 0x376
ata1: reset tp1 mask=3D03 ostat0=3D50 ostat1=3D01
ata1: stat0=3D0x00 err=3D0x01 lsb=3D0x14 msb=3D0xeb
ata1: stat1=3D0x01 err=3D0x04 lsb=3D0x00 msb=3D0x00
ata1: reset tp2 stat0=3D00 stat1=3D01 devices=3D0x4<ATAPI_MASTER>
ata1: [MPSAFE]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
pcm0: <Intel ICH4 (82801DB)> port 0x1c00-0x1cff,0x18c0-0x18ff mem 0xe0100c0=
0-0xe0100dff,0xe0100800-0xe01008ff irq 10 at device 31.5 on pci0
pcm0: Reserved 0x200 bytes for rid 0x18 type 3 at 0xe0100c00
pcm0: Reserved 0x100 bytes for rid 0x1c type 3 at 0xe0100800
pcm0: [MPSAFE]
pcm0: <Cirrus Logic CS4299 AC97 Codec (id =3D 0x43525934)>
pcm0: Codec features headphone, 20 bit DAC, 18 bit ADC, 6 bit master volume=
, Crystal Semi 3D Stereo Enhancement
pcm0: Primary codec extended features variable rate PCM, AMAP
pcm0: ac97 codec dac ready count: 0
pcm0: sndbuf_setmap 3ddf4000, 4000; 0xe3b28000 -> 3ddf4000
pcm0: sndbuf_setmap 3ddef000, 4000; 0xe3b2c000 -> 3ddef000
pci0: <simple comms, generic modem> at device 31.6 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
sio0: irq maps: 0x601 0x609 0x601 0x601
sio0 port 0x3f8-0x3ff irq 3 drq 1 flags 0x10 on acpi0
sio0: type 16550A
sio0: [FAST]
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x41ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Synaptics Touchpad, device ID 0-00, 7 buttons
psm0: config:00000000, flags:00000008, packet size:6
psm0: syncmask:c0, syncbits:00
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 already exists; skipping it
sc: sc0 already exists; skipping it
sio: sio0 already exists; skipping it
vga: vga0 already exists; skipping it
pnp_identify: Trying Read_Port at 203
pnp_identify: Trying Read_Port at 243
pnp_identify: Trying Read_Port at 283
pnp_identify: Trying Read_Port at 2c3
pnp_identify: Trying Read_Port at 303
pnp_identify: Trying Read_Port at 343
pnp_identify: Trying Read_Port at 383
pnp_identify: Trying Read_Port at 3c3
PNP Identify complete
isa_probe_children: disabling PnP devices
isa_probe_children: probing non-PnP devices
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xcd000-0xcdfff,0xce000-0xcefff,0xd8000-0x=
dbfff,0xdc000-0xdffff pnpid ORM0000 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)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
lnc0: not probed (disabled)
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: SPP
ppc0: <Parallel port> at port 0x378-0x37f irq 7 on isa0
ppc0: Generic chipset (NIBBLE-only) in COMPATIBLE mode
ppbus0: <Parallel port bus> on ppc0
plip0: <PLIP network interface> on ppbus0
plip0: bpf attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
ppc0: [GIANT-LOCKED]
sio1: configured irq 3 not in bitmap of probed irqs 0
sio1: port may not be enabled
sio1: irq maps: 0x601 0x601 0x601 0x601
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: not probed (disabled)
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 1499834104 Hz quality 800
Timecounters tick every 1.000 msec
IPv6 packet filtering initialized, default to accept, logging disabled
Linux ELF exec handler installed
IPsec: Initialized Security Association Processing.
ipfw2 (+ipv6) initialized, divert loadable, rule-based forwarding enabled, =
default to accept, logging disabled
lo0: bpf attached
battery0: battery initialization start
acpi_acad0: acline initialization start
ata0-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA100 cable=3D80 wire
atapicam: atapicam0 already exists; skipping it
ad0: setting PIO4 on ICH4 chip
cpu0: Cx states changed
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
ad0: setting UDMA100 on ICH4 chip
ad0: 38154MB <SAMSUNG MP0402H UC100-14> at ata0-master UDMA100
ad0: 78140160 sectors [77520C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
ata1-master: pio=3DPIO4 wdma=3DWDMA2 udma=3DUDMA33 cable=3D40 wire
acd0: setting PIO4 on ICH4 chip
acd0: setting UDMA33 on ICH4 chip
acd0: <HL-DT-STCD-RW/DVD DRIVE GCC-4241N/0W33> CDRW drive at ata1 as master
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UD=
MA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet
acd0: Writes: CDR, CDRW, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable tray, unlocked
acd0: Medium: no/blank disc
pcm0: measured ac97 link rate at 48007 Hz, will use 48000 Hz
battery0: battery initialization done, tried 1 times
(probe7:ata1:0:0:0): error 22
(probe7:ata1:0:0:0): Unretryable Error
(probe1:sbp0:0:1:0): error 22
(probe1:sbp0:0:1:0): Unretryable Error
(probe4:sbp0:0:4:0): error 22
(probe4:sbp0:0:4:0): Unretryable Error
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6:0): Unretryable Error
(probe0:sbp0:0:0:0): error 22
(probe0:sbp0:0:0:0): Unretryable Error
(probe2:sbp0:0:2:0): error 22
(probe2:sbp0:0:2:0): Unretryable Error
(probe3:sbp0:0:3:0): error 22
(probe3:sbp0:0:3:0): Unretryable Error
(probe5:sbp0:0:5:0): error 22
(probe5:sbp0:0:5:0): Unretryable Error
pass0 at ata1 bus 0 target 0 lun 0
pass0: <HL-DT-ST RW/DVD GCC-4241N 0W33> Removable CD-ROM SCSI-0 device=20
pass0: 33.000MB/s transfers
GEOM: new disk cd0
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
cd0 at ata1 bus 0 target 0 lun 0
cd0: <HL-DT-ST RW/DVD GCC-4241N 0W33> Removable CD-ROM SCSI-0 device=20
cd0: 33.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
(cd0:ata1:0:0:0): error 6
(cd0:ata1:0:0:0): Unretryable Error
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
linprocfs registered
cpu0: Cx states changed
drm0: [MPSAFE]

--doKZ0ri6bHmN2Q5y--

--/Gk0KcsbyUMelFU1
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (FreeBSD)

iD8DBQFEjc9+Kc512sD3afgRAuaMAKDGJ/cn7BzMOiGY8RgZcsYetsaJUACeOpSM
RRFo1GdMkfC9B8NGUVEE634=
=Iv3i
-----END PGP SIGNATURE-----

--/Gk0KcsbyUMelFU1--



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