psm(4) doesn't work with custom kernel config

Jeremie Le Hen jeremie at le-hen.org
Wed Feb 21 20:51:39 UTC 2007


Hi there,

Unfortunately I have nothing much more to say that what is said in the
subject line.

I could try to fiddle the kernel configuration by switching each option
on and off individually but this would be very time-consuming.  Though
I am willing to narrow down the root of the problem, I would be very
pleased to be given some clues.

With GENERIC I get:

% psm0: current command byte:0047
% psm0: strange result for test aux port (1).
% psm0: <PS/2 Mouse> irq 12 on atkbdc0
% psm0: [GIANT-LOCKED]
% psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
% psm0: config:00000000, flags:00000008, packet size:3
% psm0: syncmask:c0, syncbits:00

With my custom configuration file:

% psm0: unable to allocate IRQ
% psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
% psm0: current command byte:0047
% psm0: strange result for test aux port (1).
% psm0: failed to reset the aux device.


I've attached three files for each kernel configuration.  Their same
is self-explanatory:
	GENERIC			JARJARBINKS
	boot-v.GENERIC		boot-v.JARJARBINKS
	vmstat-i.GENERIC	vmstat-i.JARJARBINKS

For those who prefer, I've also put these files on a web server:
    http://tataz.chchile.org/~tataz/psm_debug/

Thank you for your help.
Regards,
-- 
Jeremie Le Hen
< jeremie at le-hen dot org >< ttz at chchile dot org >
-------------- next part --------------
#
# 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.462 2007/02/09 19:03:17 brooks Exp $

cpu		I486_CPU
cpu		I586_CPU
cpu		I686_CPU
ident		GENERIC

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

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

options 	SCHED_4BSD		# 4BSD scheduler
options 	PREEMPTION		# Enable kernel thread 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_PART_GPT		# GUID Partition Tables.
options 	GEOM_LABEL		# Provides labelization
options 	COMPAT_43TTY		# BSD 4.3 TTY compat [KEEP THIS!]
options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
options 	SCSI_DELAY=5000		# 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 	ADAPTIVE_GIANT		# Giant mutex is adaptive.
options 	STOP_NMI		# Stop CPUS using NMI instead of IPI

# Debugging for use in -current
options 	KDB			# Enable kernel debugger support.
options 	DDB			# Support DDB.
options 	GDB			# Support remote GDB.
options 	INVARIANTS		# Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
options 	WITNESS			# Enable checks to detect deadlocks and cycles
options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed

# To make an SMP kernel, the next two lines are needed
options 	SMP			# Symmetric MultiProcessor Kernel
device		apic			# I/O APIC

# Bus support.
device		eisa
device		pci

# Floppy drives
device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
device		ataraid		# ATA RAID 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
options 	AHC_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~128k to driver.
device		ahd		# AHA39320/29320 and onboard AIC79xx devices
options 	AHD_REG_PRETTY_PRINT	# Print register bitfields in debug
					# output.  Adds ~215k to driver.
device		amd		# AMD 53C974 (Tekram DC-390(T))
device		isp		# Qlogic family
#device 	ispfw		# Firmware for QLogic HBAs- normally a module
device		mpt		# LSI-Logic MPT-Fusion
#device		ncr		# NCR/Symbios Logic
device		sym		# NCR/Symbios Logic (newer chipsets + those of `ncr')
device		trm		# Tekram DC395U/UW/F DC315U adapters

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

# 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)
device		ses		# SCSI Environmental Services (and SAF-TE)

# RAID controllers interfaced to the SCSI subsystem
device		amr		# AMI MegaRAID
device		arcmsr		# Areca SATA II RAID
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		hptmv		# Highpoint RocketRAID 182x
device		rr232x		# Highpoint RocketRAID 232x
device		iir		# Intel Integrated RAID
device		ips		# IBM (Adaptec) ServeRAID
device		mly		# Mylex AcceleRAID/eXtremeRAID
device		twa		# 3ware 9000 series PATA/SATA RAID

# RAID controllers
device		aac		# Adaptec FSA RAID
device		aacp		# SCSI passthrough for aac (requires CAM)
device		ida		# Compaq Smart RAID
device		mfi		# LSI MegaRAID SAS
device		mlx		# Mylex DAC960 family
device		pst		# Promise Supertrak SX6000
device		twe		# 3ware ATA RAID

# 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		kbdmux		# keyboard multiplexer

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

# Power management support (see NOTES for more options)
#device		apm
# 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
device		uart		# Generic UART driver

# 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

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to sio, uart and/or ppc drivers):
#device		puc

# PCI Ethernet NICs.
device		de		# DEC/Intel DC21x4x (``Tulip'')
device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
device		ixgb		# Intel PRO/10GbE Ethernet Card
device		le		# AMD Am7900 LANCE and Am79C9xx PCnet
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		bce		# Broadcom BCM5706/BCM5708 Gigabit Ethernet
device		bfe		# Broadcom BCM440x 10/100 Ethernet
device		bge		# Broadcom BCM570xx Gigabit Ethernet
device		dc		# DEC/Intel 21143 and various workalikes
device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
device		lge		# Level 1 LXT1001 gigabit Ethernet
device		msk		# Marvell/SysKonnect Yukon II Gigabit Ethernet
device		nge		# NatSemi DP83820 gigabit Ethernet
device		nve		# nVidia nForce MCP on-board Ethernet Networking
device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'le')
device		re		# RealTek 8139C+/8169/8169S/8110S
device		rl		# RealTek 8129/8139
device		sf		# Adaptec AIC-6915 (``Starfire'')
device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
device		ste		# Sundance ST201 (D-Link DFE-550TX)
device		stge		# Sundance/Tamarack TC9021 gigabit Ethernet
device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
device		tl		# Texas Instruments ThunderLAN
device		tx		# SMC EtherPower II (83c170 ``EPIC'')
device		vge		# VIA VT612x gigabit Ethernet
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		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc.
device		sn		# SMC's 9000 series of Ethernet chips
device		xe		# Xircom pccard Ethernet

# Wireless NIC cards
device		wlan		# 802.11 support
device		wlan_wep	# 802.11 WEP support
device		wlan_ccmp	# 802.11 CCMP support
device		wlan_tkip	# 802.11 TKIP support
device		an		# Aironet 4500/4800 802.11 wireless NICs.
device		ath		# Atheros pci/cardbus NIC's
device		ath_hal		# Atheros HAL (Hardware Access Layer)
device		ath_rate_sample	# SampleRate tx rate control for ath
device		awi		# BayStack 660 and others
device		ral		# Ralink Technology RT2500 wireless NICs.
device		wi		# WaveLAN/Intersil/Symbol 802.11 wireless NICs.
#device		wl		# Older non 802.11 Wavelan wireless NIC.

# 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)
device		firmware	# firmware assist module

# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
# Note that 'bpf' is required for DHCP.
device		bpf		# Berkeley packet filter

# USB support
device		uhci		# UHCI PCI->USB interface
device		ohci		# OHCI PCI->USB interface
device		ehci		# EHCI PCI->USB interface (USB 2.0)
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		ural		# Ralink Technology RT2500USB wireless NICs
device		urio		# Diamond Rio 500 MP3 player
device		uscanner	# Scanners
# USB Ethernet, requires miibus
device		aue		# ADMtek USB Ethernet
device		axe		# ASIX Electronics USB Ethernet
device		cdce		# Generic USB over Ethernet
device		cue		# CATC USB Ethernet
device		kue		# Kawasaki LSI USB Ethernet
device		rue		# RealTek RTL8150 USB Ethernet

# FireWire support
device		firewire	# FireWire bus code
device		sbp		# SCSI over FireWire (Requires scbus and da)
device		fwe		# Ethernet over FireWire (non-standard!)
-------------- next part --------------
Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-CURRENT #1: Wed Feb 21 16:18:53 UTC 2007
    root at jarjarbinks.octobre.int:/usr/obj/usr/src/sys/JARJARBINKS2
WARNING: WITNESS option enabled, expect reduced performance.
Using 64 colors for the VM-PQ tuning (2048, 8)
Preloaded elf kernel "/boot/kernel/kernel" at 0xc0cd6000.
Preloaded elf module "/boot/kernel/if_bge.ko" at 0xc0cd620c.
Preloaded acpi_dsdt "/boot/DSDT.aml" at 0xc0cd62b8.
module_register: module pci/bge already exists!
Module pci/bge failed to register: 17
module_register: module bge/miibus already exists!
Module bge/miibus failed to register: 17
Calibrating clock(s) ... i8254 clock: 1193154 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1729009889 Hz
CPU: Intel(R) Pentium(R) M processor 1.73GHz (1729.01-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d8  Stepping = 8
  Features=0xafe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=0x180<EST,TM2>
  AMD Features=0x100000<NX>

Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries
Data TLB: 4 KB Pages, 4-way set associative, 128 entries
Instruction TLB: 4 MB pages, fully associative, 2 entries
2nd-level cache: 2-MB, 8-way set associative, 64-byte line size
1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size
Data TLB: 4 MB Pages, 4-way set associative, 8 entries
1st-level data cache: 32 KB, 8-way set associative, 64 byte line size
L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line
real memory  = 1072168960 (1022 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000001028000 - 0x000000003ec3efff, 1036087296 bytes (252951 pages)
avail memory = 1035685888 (987 MB)
APIC: Could not find any APICs.
bios32: Found BIOS32 Service Directory header at 0xc00f69b0
bios32: Entry = 0xfd560 (c00fd560)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd560+0x25e
pnpbios: Found PnP BIOS data at 0xc00f6a20
pnpbios: Entry = f0000:b1b6  Rev = 1.0
Other BIOS signatures found:
wlan: <802.11 Link Layer>
ath_rate: version 1.2 <SampleRate bit-rate selection algorithm>
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
io: <I/O>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
Pentium Pro MTRR support enabled
ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413)
rr232x: RocketRAID 232x controller driver v1.02 (Feb 21 2007 16:18:38)
npx0: INT 16 interface
cpu0 on motherboard
pci_open(1):	mode 1 addr port (0x0cf8) is 0x8000f920
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=25908086)
pcibios: BIOS version 2.10
pcib0: <Host to PCI bridge> pcibus 0 on motherboard
pci0: <PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x2590, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2591, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
found->	vendor=0x8086, dev=0x2660, revid=0x04
	bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
found->	vendor=0x8086, dev=0x2662, revid=0x04
	bus=0, slot=28, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
found->	vendor=0x8086, dev=0x2664, revid=0x04
	bus=0, slot=28, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
found->	vendor=0x8086, dev=0x2658, revid=0x04
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0x1800, size  5, enabled
found->	vendor=0x8086, dev=0x2659, revid=0x04
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0x1820, size  5, enabled
found->	vendor=0x8086, dev=0x265a, revid=0x04
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	map[20]: type 4, range 32, base 0x1840, size  5, enabled
found->	vendor=0x8086, dev=0x265b, revid=0x04
	bus=0, slot=29, func=3
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=10
	map[20]: type 4, range 32, base 0x1860, size  5, enabled
found->	vendor=0x8086, dev=0x265c, revid=0x04
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 0xc8000000, size 10, enabled
found->	vendor=0x8086, dev=0x2448, revid=0xd4
	bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x266e, revid=0x04
	bus=0, slot=30, func=2
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0x1c00, size  8, enabled
	map[14]: type 4, range 32, base 0x1880, size  6, enabled
	map[18]: type 1, range 32, base 0xc8000800, size  9, enabled
	map[1c]: type 1, range 32, base 0xc8000400, size  8, enabled
found->	vendor=0x8086, dev=0x266d, revid=0x04
	bus=0, slot=30, func=3
	class=07-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0x2400, size  8, enabled
	map[14]: type 4, range 32, base 0x2000, size  7, enabled
found->	vendor=0x8086, dev=0x2641, revid=0x04
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x266f, revid=0x04
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[20]: type 4, range 32, base 0x18c0, size  4, enabled
found->	vendor=0x8086, dev=0x266a, revid=0x04
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0x20a0, size  5, enabled
pcib1: <PCI-PCI bridge> irq 10 at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0x3000-0x3fff
pcib1:   memory decode     0xc8100000-0xc81fffff
pcib1:   prefetched decode 0xd0000000-0xd7ffffff
pci1: <PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1002, dev=0x5653, revid=0x00
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 3, range 32, base 0xd0000000, size 27, enabled
pcib1: requested memory range 0xd0000000-0xd7ffffff: good
	map[14]: type 4, range 32, base 0x3000, size  8, enabled
pcib1: requested I/O range 0x3000-0x30ff: in range
	map[18]: type 1, range 32, base 0xc8100000, size 16, enabled
pcib1: requested memory range 0xc8100000-0xc810ffff: good
vgapci0: <VGA-compatible display> port 0x3000-0x30ff mem 0xd0000000-0xd7ffffff,0xc8100000-0xc810ffff irq 10 at device 0.0 on pci1
pcib2: <PCI-PCI bridge> irq 10 at device 28.0 on pci0
pcib2:   secondary bus     9
pcib2:   subordinate bus   9
pcib2:   I/O decode        0xf000-0xfff
pcib2:   no prefetched decode
pci9: <PCI bus> on pcib2
pci9: physical bus=9
pcib3: <PCI-PCI bridge> irq 10 at device 28.1 on pci0
pcib3:   secondary bus     10
pcib3:   subordinate bus   10
pcib3:   I/O decode        0xf000-0xfff
pcib3:   no prefetched decode
pci10: <PCI bus> on pcib3
pci10: physical bus=10
pcib4: <PCI-PCI bridge> irq 11 at device 28.2 on pci0
pcib4:   secondary bus     2
pcib4:   subordinate bus   4
pcib4:   I/O decode        0xf000-0xfff
pcib4:   no prefetched decode
pci2: <PCI bus> on pcib4
pci2: physical bus=2
uhci0: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-A> port 0x1800-0x181f irq 11 at device 29.0 on pci0
uhci0: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1800
uhci0: [GIANT-LOCKED]
usb0: <Intel 82801FB/FR/FW/FRW (ICH6) 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 82801FB/FR/FW/FRW (ICH6) USB controller USB-B> port 0x1820-0x183f irq 11 at device 29.1 on pci0
uhci1: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1820
uhci1: [GIANT-LOCKED]
usb1: <Intel 82801FB/FR/FW/FRW (ICH6) 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 82801FB/FR/FW/FRW (ICH6) USB controller USB-C> port 0x1840-0x185f irq 11 at device 29.2 on pci0
uhci2: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1840
uhci2: [GIANT-LOCKED]
usb2: <Intel 82801FB/FR/FW/FRW (ICH6) 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
uhci3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> port 0x1860-0x187f irq 10 at device 29.3 on pci0
uhci3: Reserved 0x20 bytes for rid 0x20 type 4 at 0x1860
uhci3: [GIANT-LOCKED]
usb3: <Intel 82801FB/FR/FW/FRW (ICH6) USB controller USB-D> on uhci3
usb3: USB revision 1.0
uhub3: <Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
ehci0: <Intel 82801FB (ICH6) USB 2.0 controller> mem 0xc8000000-0xc80003ff irq 11 at device 29.7 on pci0
ehci0: Reserved 0x400 bytes for rid 0x10 type 3 at 0xc8000000
ehci0: [GIANT-LOCKED]
usb4: EHCI version 1.0
usb4: companion controllers, 2 ports each: usb0 usb1 usb2 usb3
usb4: <Intel 82801FB (ICH6) USB 2.0 controller> on ehci0
usb4: USB revision 2.0
uhub4: <Intel EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb4
uhub4: 8 ports with 8 removable, self powered
pcib5: <PCI-PCI bridge> at device 30.0 on pci0
pcib5:   secondary bus     6
pcib5:   subordinate bus   7
pcib5:   I/O decode        0xf000-0xfff
pcib5:   memory decode     0xc8200000-0xc82fffff
pcib5:   no prefetched decode
pcib5:   Subtractively decoded bridge.
pci6: <PCI bus> on pcib5
pci6: physical bus=6
found->	vendor=0x104c, dev=0x8031, revid=0x00
	bus=6, slot=1, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x31 (1470 ns), mingnt=0x44 (17000 ns), maxlat=0x03 (750 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8216000, size 12, enabled
pcib5: requested memory range 0xc8216000-0xc8216fff: good
found->	vendor=0x104c, dev=0x8032, revid=0x00
	bus=6, slot=1, func=2
	class=0c-00-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0012, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x03 (750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8217000, size 11, enabled
pcib5: requested memory range 0xc8217000-0xc82177ff: good
	map[14]: type 1, range 32, base 0xc8210000, size 14, enabled
pcib5: requested memory range 0xc8210000-0xc8213fff: good
found->	vendor=0x104c, dev=0x8033, revid=0x00
	bus=6, slot=1, func=3
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8214000, size 13, enabled
pcib5: requested memory range 0xc8214000-0xc8215fff: good
found->	vendor=0x8086, dev=0x4220, revid=0x05
	bus=6, slot=3, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0012, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x03 (750 ns), maxlat=0x18 (6000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 0xc8218000, size 12, enabled
pcib5: requested memory range 0xc8218000-0xc8218fff: good
pci6:8:0: bad VPD cksum, remain 14
found->	vendor=0x14e4, dev=0x169c, revid=0x03
	bus=6, slot=8, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0012, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	VPD Ident: Broadcom NetXtreme Gigabit Ethernet Controller
	MSI supports 8 messages, 64 bit
	map[10]: type 1, range 32, base 0xc8200000, size 16, enabled
pcib5: requested memory range 0xc8200000-0xc820ffff: good
cbb0: <TI6411 PCI-CardBus Bridge> mem 0xc8216000-0xc8216fff irq 11 at device 1.0 on pci6
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xc8216000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x8031104c 0x02100007 0x06070000 0x00823108 
  0x10: 0xc8216000 0x020000a0 0x24070706 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x0744010b 
  0x40: 0x00661025 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x18441060 0x00000000 0x000f0000 0x01c21b22 
  0x90: 0x606482c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  0xb0: 0x08000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
fwohci0: vendor=104c, dev=8032
fwohci0: vendor=104c, dev=8032
fwohci0: <1394 Open Host Controller Interface> mem 0xc8217000-0xc82177ff,0xc8210000-0xc8213fff irq 11 at device 1.2 on pci6
fwohci0: Reserved 0x800 bytes for rid 0x10 type 3 at 0xc8217000
fwohci0: [MPSAFE]
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:c0:9f:00:00:4b:f0:82
fwohci0: Phy 1394a available S400, 2 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: 02:c0:9f:4b:f0:82
fwe0: bpf attached
fwe0: Ethernet address: 02:c0:9f:4b:f0:82
fwe0: if_start running deferred for Giant
sbp0: <SBP-2/SCSI over FireWire> on firewire0
fwohci0: Initiate bus reset
fwohci0: node_id=0xc000ffc0, gen=1, CYCLEMASTER mode
firewire0: 1 nodes, maxhop <= 0, cable IRM = 0 (me)
firewire0: bus manager 0 (me)
pci6: <mass storage> at device 1.3 (no driver attached)
pci6: <network> at device 3.0 (no driver attached)
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x3003> mem 0xc8200000-0xc820ffff irq 10 at device 8.0 on pci6
bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xc8200000
miibus0: <MII bus> on bge0
brgphy0: <BCM5705 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bge0: bpf attached
bge0: Ethernet address: 00:c0:9f:94:39:8f
bge0: [MPSAFE]
pci0: <multimedia, audio> at device 30.2 (no driver attached)
pci0: <simple comms, generic modem> at device 30.3 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x18c0-0x18cf at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x18c0
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=03 ostat0=50 ostat1=50
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: reset tp2 stat0=50 stat1=00 devices=0x9<ATAPI_SLAVE,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=00 ostat0=ff ostat1=ff
ata1: [MPSAFE]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
unknown: status reg test failed ff
ex_isa_identify()
ata: ata0 already exists; skipping it
ata: ata1 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
ahc_isa_probe 1: ioport 0x1c00 alloc failed
pnpbios: 20 devices, largest 317 bytes
PNP0c02: adding io range 0x4d0-0x4d1, size=0x2, align=0x1
PNP0c02: adding io range 0x1000-0x105f, size=0x60, align=0x1
PNP0c02: adding io range 0x1060-0x107f, size=0x20, align=0x1
PNP0c02: adding io range 0x1180-0x11bf, size=0x40, align=0x1
PNP0c02: adding fixed memory32 range 0xfec10000-0xfec17fff, size=0x8000
PNP0c02: adding fixed memory32 range 0xfec18000-0xfec1ffff, size=0x8000
PNP0c02: adding fixed memory32 range 0xfec20000-0xfec27fff, size=0x8000
PNP0c02: adding fixed memory32 range 0xfec28000-0xfec2ffff, size=0x8000
PNP0c02: adding fixed memory32 range 0xfed00000-0xfed033ff, size=0x3400
PNP0c02: adding fixed memory32 range 0xfed20000-0xfed8ffff, size=0x70000
PNP0c02: adding fixed memory32 range 0xf0008000-0xf000bfff, size=0x4000
pnpbios: handle 0 device ID PNP0c02 (020cd041)
PNP0c02: adding io range 0x10-0x1f, size=0x10, align=0x1
PNP0c02: adding io range 0x24-0x25, size=0x2, align=0x1
PNP0c02: adding io range 0x28-0x29, size=0x2, align=0x1
PNP0c02: adding io range 0x2c-0x2d, size=0x2, align=0x1
PNP0c02: adding io range 0x30-0x31, size=0x2, align=0x1
PNP0c02: adding io range 0x34-0x35, size=0x2, align=0x1
PNP0c02: adding io range 0x38-0x39, size=0x2, align=0x1
PNP0c02: adding io range 0x3c-0x3d, size=0x2, align=0x1
PNP0c02: adding io range 0x4e-0x4f, size=0x2, align=0x1
PNP0c02: adding io range 0x50-0x53, size=0x4, align=0x1
PNP0c02: adding io range 0x62-0x62, size=0x1, align=0x1
PNP0c02: adding io range 0x66-0x66, size=0x1, align=0x1
PNP0c02: adding io range 0x72-0x73, size=0x2, align=0x1
PNP0c02: adding io range 0x74-0x75, size=0x2, align=0x1
PNP0c02: adding io range 0x76-0x77, size=0x2, align=0x1
PNP0c02: adding io range 0x80-0x80, size=0x1, align=0x1
PNP0c02: adding io range 0x90-0x91, size=0x2, align=0x1
PNP0c02: adding io range 0x92-0x92, size=0x1, align=0x1
PNP0c02: adding io range 0x93-0x9f, size=0xd, align=0x1
PNP0c02: adding io range 0xa4-0xa5, size=0x2, align=0x1
PNP0c02: adding io range 0xa8-0xa9, size=0x2, align=0x1
PNP0c02: adding io range 0xac-0xad, size=0x2, align=0x1
PNP0c02: adding io range 0xb0-0xb1, size=0x2, align=0x1
PNP0c02: adding io range 0xb2-0xb3, size=0x2, align=0x1
PNP0c02: adding io range 0xb4-0xb5, size=0x2, align=0x1
PNP0c02: adding io range 0xb8-0xb9, size=0x2, align=0x1
PNP0c02: adding io range 0xbc-0xbd, size=0x2, align=0x1
PNP0c02: adding io range 0x680-0x6ff, size=0x80, align=0x1
PNP0c02: adding io range 0x1640-0x164f, size=0x10, align=0x1
PNP0c02: adding fixed memory32 range 0xe0000000-0xefffffff, size=0x10000000
PNP0c02: adding fixed memory32 range 0xf0000000-0xf0003fff, size=0x4000
PNP0c02: adding fixed memory32 range 0xf0004000-0xf0004fff, size=0x1000
PNP0c02: adding fixed memory32 range 0xf0005000-0xf0005fff, size=0x1000
pnpbios: handle 1 device ID PNP0c02 (020cd041)
PNP0c01: adding fixed memory32 range 0xe4000-0xfffff, size=0x1c000
PNP0c01: adding fixed memory32 range 0x100000-0x3fefffff, size=0x3fe00000
pnpbios: handle 2 device ID PNP0c01 (010cd041)
PNP0200: adding io range 0-0xf, size=0x10, align=0x1
PNP0200: adding io range 0x81-0x8f, size=0xf, align=0x1
PNP0200: adding io range 0xc0-0xdf, size=0x20, align=0x1
PNP0200: adding dma mask 0x10
pnpbios: handle 3 device ID PNP0200 (0002d041)
PNP0100: adding io range 0x40-0x43, size=0x4, align=0x1
PNP0100: adding irq mask 0x1
pnpbios: handle 5 device ID PNP0100 (0001d041)
PNP0b00: adding io range 0x70-0x71, size=0x2, align=0x1
PNP0b00: adding irq mask 0x100
pnpbios: handle 6 device ID PNP0b00 (000bd041)
PNP0303: adding io range 0x60-0x60, size=0x1, align=0x1
PNP0303: adding io range 0x64-0x64, size=0x1, align=0x1
PNP0303: adding irq mask 0x2
pnpbios: handle 7 device ID PNP0303 (0303d041)
PNP0c04: adding io range 0xf0-0xff, size=0x10, align=0x1
PNP0c04: adding irq mask 0x2000
pnpbios: handle 8 device ID PNP0c04 (040cd041)
PNP0800: adding io range 0x61-0x61, size=0x1, align=0x1
pnpbios: handle 9 device ID PNP0800 (0008d041)
PNP0c02: adding io range 0xfe00-0xfe01, size=0x2, align=0x1
pnpbios: handle 10 device ID PNP0c02 (020cd041)
pnpbios: handle 11 device ID PNP0c02 (020cd041)
PNP0a03: adding io range 0xcf8-0xcff, size=0x8, align=0x1
pnpbios: handle 12 device ID PNP0a03 (030ad041)
INT0800: adding fixed memory32 range 0xff000000-0xffffffff, size=0x1000000
pnpbios: handle 13 device ID INT0800 (0008d425)
PNP0c02: adding fixed memory32 range 0xcf800-0xcffff, size=0x800
pnpbios: handle 14 device ID PNP0c02 (020cd041)
PNP0c02: adding memory32 range 0xe0000-0xe17ff, size=0x1800, align=0x1800
pnpbios: handle 15 device ID PNP0c02 (020cd041)
PNP0f13: adding irq mask 0x1000
pnpbios: handle 16 device ID PNP0f13 (130fd041)
pnpbios: handle 17 device ID PNP0501 (0105d041)
HWPc224: adding io range 0x2f8-0x2ff, size=0x8, align=0x8
HWPc224: adding irq mask 0x8
HWPc224: adding dma mask 0x2
pnpbios: handle 18 device ID HWPc224 (24c2f022)
pnpbios: handle 21 device ID PNP0401 (0104d041)
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
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcdfff,0xce000-0xcf7ff,0xe0000-0xe17ff pnpid ORM0000 on isa0
adv0: not probed (disabled)
aha0: not probed (disabled)
aic0: not probed (disabled)
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
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: current command byte:0047
psm0: strange result for test aux port (1).
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
bt0: not probed (disabled)
cs0: not probed (disabled)
ed0: not probed (disabled)
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fe0: not probed (disabled)
ie0: not probed (disabled)
le0: not probed (disabled)
ppc0: parallel port found at 0x378
ppc0: using extended I/O port range
ppc0: <Parallel port> failed to probe at port 0x378-0x37f irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x801 0x801 0x801 0x801
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0: configured irq 4 not in bitmap of probed irqs 0
sio0: port may not be enabled
sio0: irq maps: 0x801 0x801 0x801 0x801
sio0: probe failed test(s): 0 1 2 4 6 7 9
sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0
sio0: type 8250 or not responding
sio0: [FAST]
sio1: irq maps: 0x801 0x809 0x801 0x801
sio1: irq maps: 0x801 0x809 0x801 0x801
sio1 at port 0x2f8-0x2ff irq 3 on isa0
sio1: type 16550A
sio1: [FAST]
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
unknown: <PNP0303> can't assign resources (port)
unknown: <PNP0303> at port 0x60 pnpid PNP0303 on isa0
unknown: <PNP0800> failed to probe at port 0x61 pnpid PNP0800 on isa0
unknown: <INT0800> can't assign resources (memory)
unknown: <INT0800> pnpid INT0800 on isa0
unknown: <PNP0c02> can't assign resources (memory)
unknown: <PNP0c02> at iomem 0xe0000-0xe17ff pnpid PNP0c02 on isa0
unknown: <PNP0f13> can't assign resources (irq)
unknown: <PNP0f13> at irq 12 pnpid PNP0f13 on isa0
unknown: <16550A-compatible COM port> failed to probe pnpid PNP0501 on isa0
unknown: <HWPc224> can't assign resources (port)
unknown: <HWPc224> at port 0x2f8-0x2ff pnpid HWPc224 on isa0
ppc1: parallel port not found.
unknown: <ECP parallel printer port> failed to probe pnpid PNP0401 on isa0
ugen0: <Broadcom BCM2035, class 224/1, rev 1.10/1.00, addr 2> on uhub0
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 1729009889 Hz quality 800
Timecounters tick every 1.000 msec
lo0: bpf attached
rr232x: no controller detected.
ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
ad0: setting PIO4 on ICH6 chip
ad0: DMA limited to UDMA33, controller found non-ATA66 cable
ad0: setting UDMA33 on ICH6 chip
ad0: 76319MB <TOSHIBA MK8025GAS KA023A> at ata0-master UDMA33
ad0: 156301488 sectors [155061C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
ad0: Intel check1 failed
ad0: Adaptec check1 failed
ad0: LSI (v3) check1 failed
ad0: LSI (v2) check1 failed
ad0: FreeBSD check1 failed
acd0: setting PIO4 on ICH6 chip
acd0: setting UDMA33 on ICH6 chip
acd0: <MATSHITAUJ-845D/D100> DVDR drive at ata0 as slave
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes: CDR, CDRW, DVDR, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable caddy, unlocked
acd0: Medium: no/blank disc
GEOM_LABEL: Label for provider ad0s2 is ntfs/Disque local.
GEOM_LABEL: Label for provider ad0s5 is msdosfs/ .
(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
(probe6:sbp0:0:6:0): error 22
(probe6:sbp0:0:6: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
ATA PseudoRAID loaded
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
GEOM_LABEL: Label msdosfs/  removed.
bge0: link UP
Linux ELF exec handler installed
splash: image decoder found: matrix_saver
-------------- next part --------------
interrupt                          total       rate
irq0: clk                        4440245       1000
irq1: atkbd0                         413          0
irq8: rtc                         568293        127
irq10: bge0 uhci3                     67          0
irq11: cbb0 uhci0*                     7          0
irq12: psm0                          153          0
irq14: ata0                         3258          0
Total                            5012436       1128
-------------- next part --------------
# Z6PO kernel config.

machine		i386
cpu		I686_CPU
ident		JARJARBINKS

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

makeoptions	DEBUG="-g"		# Build kernel with gdb(1) debug symbols
makeoptions	MODULES_OVERRIDE="linux syscons fdc sound usb ums geom umass snp nullfs unionfs cd9660 cd9660_iconv wlan wlan_wep wlan_tkip wlan_ccmp wi iwi ral rl bge drm/drm drm/radeon firmware ext2fs"
makeoptions	CPUTYPE="pentium-m"
makeoptions	CFLAGS="-O -pipe"

#
# Debugging features
#
options 	PREEMPTION		# Allow threads to be preempted
#options 	FULL_PREEMPTION		# Expose race conditions
options 	MUTEX_DEBUG		# Enable extra assert in mutex code
options 	KDB			# Enable kernel debugger support
options 	DDB			# Support DDB
options 	GDB			# Support remote GDB
options 	INVARIANT_SUPPORT	# Extra sanity checks of internal struct
options 	INVARIANTS		# Enable calls of extra sanity checking
options 	DIAGNOSTIC		# Make everything more noisy
options 	WITNESS			# Enable checks for deadlocks and cycles
#options 	WITNESS_KDB

#options 	KSE
options 	SCHED_ULE		# ULE scheduler
options 	INCLUDE_CONFIG_FILE

#
# Disk and filesystems
#
options 	FFS			# Berkeley Fast Filesystem
options 	SOFTUPDATES		# Enable FFS soft updates support
options 	SUIDDIR
#options 	EXT2FS			# Linux filesystem
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 	NTFS			# NT filesystem
options 	NULLFS			# NULL filesystem
options  	UNIONFS			# Union filesystem
#options 	CD9660			# ISO 9660 Filesystem
#options	UDF			# Univesal Disk Format
options 	PSEUDOFS		# Pseudo-filesystem framework
options 	PROCFS			# Process filesystem (requires PSEUDOFS)
options 	FDESCFS

options 	LIBICONV
options 	MSDOSFS_ICONV
#options 	CD9660_ICONV
#options 	UDF_ICONV
#options 	NTFS_ICONV
#options 	NETSMB
#options 	NETSMBCRYPTO
#options 	LIBMCHAIN
#options 	SMBFS

#
# Misc
#
options 	SSP_SUPPORT
options 	COMPAT_43		# Compatible with BSD 4.3 [KEEP THIS!]
options 	COMPAT_FREEBSD6
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 realtime extensions
options 	KBD_INSTALL_CDEV	# install a CDEV entry in /dev

#
# Network
#
options 	INET			# InterNETworking
#options 	INET6			# IPv6 communications protocols
options 	IPSEC			# IP security
options 	IPSEC_ESP		# IP security with ESP
options 	IPSEC_FILTERGIF		# Filter IPSec packets from a tunnel
#options 	BRIDGE			# Bridging between ethernet cards

#device		wlan		# 802.11 support
#device		wlan_wep
#device		wlan_ccmp
#device		wlan_tkip
#device		wlan_xauth
#device		wlan_acl

options 	IPFIREWALL		# IP firewall
options 	IPFIREWALL_VERBOSE	# Enable logging to syslogd(8)
options 	IPFIREWALL_DEFAULT_TO_ACCEPT # Allow everything by default
options 	IPFIREWALL_FORWARD	# Make packet destination change
#options 	IPV6FIREWALL		# IPv6 firewall
#options 	IPV6FIREWALL_VERBOSE
#options 	IPV6FIREWALL_DEFAULT_TO_ACCEPT
#options 	IPFILTER		# IPFilter support
#options 	IPFILTER_LOG		# IPFilter logging
device		pf			# PF OpenBSD packet-filter firewall
device		pflog			# Logging support interface for PF
device		pfsync			# Synchronization interface for PF

options 	IPDIVERT		# Divert sockets

options 	DUMMYNET		# Enables "dummyney" bandwidth limiter
#options 	ALTQ
#options 	ALTQ_CBQ		# Class Bases Queueing
#options 	ALTQ_RED		# Random Early Drop
#options 	ALTQ_RIO		# RED In/Out
#options 	ALTQ_HFSC		# Hierarchical Packet Scheduler
#options 	ALTQ_CDNR		# Traffic conditioner
#options 	ALTQ_PRIQ		# Priority Queueing

#options 	NETGRAPH		#netgraph(4) system
#options 	NETGRAPH_ASYNC
#options 	NETGRAPH_ATMLLC
#options 	NETGRAPH_ATM_ATMPIF
#options 	NETGRAPH_BLUETOOTH		# ng_bluetooth(4)
#options 	NETGRAPH_BLUETOOTH_BT3C		# ng_bt3c(4)
#options 	NETGRAPH_BLUETOOTH_H4		# ng_h4(4)
#options 	NETGRAPH_BLUETOOTH_HCI		# ng_hci(4)
#options 	NETGRAPH_BLUETOOTH_L2CAP	# ng_l2cap(4)
#options 	NETGRAPH_BLUETOOTH_SOCKET	# ng_btsocket(4)
#options 	NETGRAPH_BLUETOOTH_UBT		# ng_ubt(4)
#options 	NETGRAPH_BLUETOOTH_UBTBCMFW	# ubtbcmfw(4)
#options 	NETGRAPH_BPF
#options 	NETGRAPH_BRIDGE
#options 	NETGRAPH_CISCO
#options 	NETGRAPH_ECHO
#options 	NETGRAPH_EIFACE
#options 	NETGRAPH_ETHER
#options 	NETGRAPH_FEC
#options 	NETGRAPH_FRAME_RELAY
#options 	NETGRAPH_GIF
#options 	NETGRAPH_GIF_DEMUX
#options 	NETGRAPH_HOLE
#options 	NETGRAPH_IFACE
#options 	NETGRAPH_IP_INPUT
#options 	NETGRAPH_KSOCKET
#options 	NETGRAPH_L2TP
#options 	NETGRAPH_LMI
#options 	NETGRAPH_ONE2MANY
#options 	NETGRAPH_PPP
#options 	NETGRAPH_PPPOE
#options 	NETGRAPH_PPTPGRE
#options 	NETGRAPH_RFC1490
#options 	NETGRAPH_SOCKET
#options 	NETGRAPH_SPLIT
#options 	NETGRAPH_SPPP
#options 	NETGRAPH_TEE
#options 	NETGRAPH_TTY
#options 	NETGRAPH_UI
#options 	NETGRAPH_VJC

#
# Geom
#
#options 	GEOM_AES
#options 	GEOM_APPLE
#options 	GEOM_BDE
#options 	GEOM_BSD
#options 	GEOM_CONCAT
#options 	GEOM_FOX
#options 	GEOM_GATE
#options 	GEOM_PART_GPT
#options 	GEOM_LABEL
#options 	GEOM_MBR
#options 	GEOM_MIRROR
#options 	GEOM_NOP
#options 	GEOM_PC98
#options 	GEOM_RAID3
#options 	GEOM_SHSEC
#options 	GEOM_STRIPE
#options 	GEOM_SUNLABEL
#options 	GEOM_UZIP
#options 	GEOM_VOL

#
# Pseudo devices
#
device		random			# Entropy device
#device		mem			# Already in DEFAULTS
#device		io			# Already in DEFAULTS
device		pty			# Pseudo-ttys (telnet etc)
device		snp			# Snoop device - to look at pty/vty/...
#device		ccd			# Concatenated disk driver
device		md			# Memory "disks"
#device		firmware

#
# Network pseudo devices
#
device		loop			# Network loopback
device		ether			# Ethernet support
device		vlan			# VLAN support (needs miibus)
#device		sl			# Kernel SLIP
#device		ppp			# Kernel PPP
#device		sppp			# Generic Synchronous PPP
device		tun			# Packet tunnel
device		gif			# IPv6 and IPv4 tunneling
#device		faith			# IPv6-to-IPv4 relaying (translation)
#device		stf			# 6to4 IPv6 over IPv4 encapsulation
device		tap			# Virtual Ethernet driver
#device		gre			# IP over IP tunneling
device		bpf			# Berkeley packet filter
device		if_bridge

#options 	PPP_BSDCOMP		# PPP BSD-compress support
#options 	PPP_DEFLATE		# PPP zlib/deflate/gzip support
#options 	PPP_FILTER		# Enable bpf filtering (needs bpf)

#
# Devices
#
device		apic		# I/O APIC
device		acpi
#options 	ACPI_DEBUG
device		cpufreq

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

# Floppy drives
#device		fdc

# ATA and ATAPI devices
device		ata
device		atadisk		# ATA disk drives
#device		ataraid		# ATA RAID drives
device		atapicd		# ATAPI CDROM drives
#device		atapifd		# ATAPI floppy drives
#device		atapist		# ATAPI tape drives
device		atapicam	# emulate ATAPI devices as SCSI ditto via CAM
				# needs CAM to be present (scbus & pass)
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)
#device		ses		# SCSI Environmental Services (and SAF-TE)

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

options 	VESA			# Support for VGA VESA video modes.
device		vga		# VGA video card driver
device		splash		# Splash screen and screen saver support
device		sc

# 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

device		agp		# support several AGP chipsets

# Direct Rendering modules for 3D acceleration.
#device		drm		# DRM core module required by DRM drivers
#device		i915drm		# Intel i830 through i915

# Floating point support - do not disable
#device		npx		# Already in DEFAULTS

# Power management support (see NOTES for more options)
#device		apm
# Add suspend/resume support for the i8254
device		pmtimer

# PCCARD (PCMCIA) support
# PCMCIA and cardbus bridge support
device		cbb		# cardbus (yenta) bridge
#device		pcic		# ExCA ISA and PCI bridges
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

# If you've got a "dumb" serial or parallel PCI card that is
# supported by the puc(4) glue driver, uncomment the following
# line to enable it (connects to the sio and/or ppc drivers):
#device         puc

# PCI Ethernet NICs
#device		de		# DEC/Intel DC21x4x (``Tulip'')
#device		em		# Intel PRO/1000 adapter Gigabit Ethernet Card
#device		ixgb		# Intel PRO/10GbE Ethernet Card
#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		bfe		# Broadcom BCM440x 10/100 Ethernet
#device		bge		# Broadcom BCM570xx Gigabit Ethernet
#device		dc		# DEC/Intel 21143 and various workalikes
#device		fxp		# Intel EtherExpress PRO/100B (82557, 82558)
#device		pcn		# AMD Am79C97x PCI 10/100 (precedence over 'lnc')
#device		re		# RealTek 8139C+/8169/8169S/8110S
#device		rl		# RealTek 8129/8139
#device		sf		# Adaptec AIC-6915 (``Starfire'')
#device		sis		# Silicon Integrated Systems SiS 900/SiS 7016
#device		sk		# SysKonnect SK-984x & SK-982x gigabit Ethernet
#device		ste		# Sundance ST201 (D-Link DFE-550TX)
#device		ti		# Alteon Networks Tigon I/II gigabit Ethernet
#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		ie		# EtherExpress 8/16, 3C507, StarLAN 10 etc
#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
#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_hal
#device		ath_rate_onoe
#device		ath
#device		iwi

#
# USB support
#
#options 	USB_DEBUG
#device		uhci		# UHCI PCI->USB interface
#device		ohci		# OHCI PCI->USB interface
#device		ehci		# EHCI 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		axe		# ASIX Electronics USB Ethernet
#device		cue		# CATC USB Ethernet
#device		kue		# Kawasaki LSI USB Ethernet
#device		rue		# RealTek RTL8150 USB Ethernet

#
# Sound
#
#device		sound
#device		snd_maestro
-------------- next part --------------
Copyright (c) 1992-2007 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 is a registered trademark of The FreeBSD Foundation.
FreeBSD 7.0-CURRENT #0: Wed Feb 21 15:32:06 UTC 2007
    root at jarjarbinks.octobre.int:/usr/obj/usr/src/sys/JARJARBINKS
WARNING: WITNESS option enabled, expect reduced performance.
WARNING: DIAGNOSTIC option enabled, expect reduced performance.
WARNING: debug.mpsafenet forced to 0 as ipsec requires Giant
WARNING: MPSAFE network stack disabled, expect reduced performance.
Using 64 colors for the VM-PQ tuning (2048, 8)
Preloaded elf kernel "/boot/kernel.old/kernel" at 0xc0945000.
Preloaded elf module "/boot/kernel.old/if_bge.ko" at 0xc0945210.
Preloaded acpi_dsdt "/boot/DSDT.aml" at 0xc09452c0.
Calibrating clock(s) ... i8254 clock: 1193152 Hz
CLK_USE_I8254_CALIBRATION not specified - using default frequency
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1729016453 Hz
CPU: Intel(R) Pentium(R) M processor 1.73GHz (1729.02-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0x6d8  Stepping = 8
  Features=0xafe9fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,TM,PBE>
  Features2=0x180<EST,TM2>
  AMD Features=0x100000<NX>

Instruction TLB: 4 KB Pages, 4-way set associative, 128 entries
Data TLB: 4 KB Pages, 4-way set associative, 128 entries
Instruction TLB: 4 MB pages, fully associative, 2 entries
2nd-level cache: 2-MB, 8-way set associative, 64-byte line size
1st-level instruction cache: 32 KB, 8-way set associative, 64 byte line size
Data TLB: 4 MB Pages, 4-way set associative, 8 entries
1st-level data cache: 32 KB, 8-way set associative, 64 byte line size
L2 cache: 2048 kbytes, 8-way associative, 64 bytes/line
real memory  = 1072168960 (1022 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009efff, 647168 bytes (158 pages)
0x0000000000100000 - 0x00000000003fffff, 3145728 bytes (768 pages)
0x0000000000c25000 - 0x000000003ec3efff, 1040293888 bytes (253978 pages)
avail memory = 1040056320 (991 MB)
Table 'FACP' at 0x3fe88e8a
Table 'APIC' at 0x3fe88efe
MADT: Found table at 0x3fe88efe
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
ACPI APIC Table: <INTEL  ALVISO  >
bios32: Found BIOS32 Service Directory header at 0xc00f69b0
bios32: Entry = 0xfd560 (c00fd560)  Rev = 0  Len = 1
pcibios: PCI BIOS entry at 0xfd560+0x25e
pnpbios: Found PnP BIOS data at 0xc00f6a20
pnpbios: Entry = f0000:b1b6  Rev = 1.0
Other BIOS signatures found:
APIC: CPU 0 has ACPI ID 0
    ACPI-0390: *** Info: Table [SSDT] replaced by host OS
    ACPI-0390: *** Info: Table [SSDT] replaced by host OS
    ACPI-0390: *** Info: Table [SSDT] replaced by host OS
ACPI: overriding DSDT/SSDT with custom table
    ACPI-0390: *** Info: Table [DSDT] replaced by host OS
MADT: Found IO APIC ID 1, Interrupt 0 at 0xfec00000
ioapic0: Routing external 8259A's -> intpin 0
MADT: Found IO APIC ID 2, Interrupt 24 at 0xfec20000
MADT: Interrupt override: source 0, irq 2
ioapic0: Routing IRQ 0 -> intpin 2
MADT: Interrupt override: source 9, irq 9
ioapic0: intpin 9 trigger: level
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
ioapic0 <Version 2.0> irqs 0-23 on motherboard
cpu0 BSP:
     ID: 0x00000000   VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
  lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
  timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00010000
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
Pentium Pro MTRR support enabled
io: <I/O>
null: <null device, zero device>
VESA: information block
56 45 53 41 00 03 40 02 00 c0 01 00 00 00 44 00 
00 01 00 01 0a 09 88 01 00 c0 94 00 00 c0 4a 50 
00 c0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
VESA: 76 mode(s) found
VESA: v3.0, 16384k memory, flags:0x1, mode table:0xc087f664 (1000044)
VESA: ATI ATOMBIOS
VESA: (C) 1988-2003, ATI Technologies Inc.  M26-P 01.00
acpi0: <PTLTD   RSDT> on motherboard
ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48
acpi0: [MPSAFE]
acpi: bad write to port 0x080 (32), val 0xaa
pci_open(1):	mode 1 addr port (0x0cf8) is 0x80010010
pci_open(1a):	mode1res=0x80000000 (0x80000000)
pci_cfgcheck:	device 0 [class=060000] [hdr=00] is there (id=25908086)
pcibios: BIOS version 2.10
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 2 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 28 func 2
acpi_bus_number: root bus has no _BBN, assuming 0
acpi_bus_number: can't get _ADR
acpi_bus_number: can't get _ADR
AcpiOsDerivePciId: bus 0 dev 31 func 0
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xd7a6d000 pa 0x9d000
unknown: I/O range not supported
ACPI timer: 1/1 1/2 1/1 1/2 1/1 1/2 1/1 1/1 1/2 1/1 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x1d> port 0x62,0x66 on acpi0
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0   10   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0   11   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0  255   N     0  1 3 4 5 6 7 10 12 14 15
  Validation          0  255   N     0  1 3 4 5 6 7 10 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 10 12 14 15
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  1 3 4 5 6 7 11 12 14 15
  Validation          0   11   N     0  1 3 4 5 6 7 11 12 14 15
  After Disable       0  255   N     0  1 3 4 5 6 7 11 12 14 15
cpu0: <ACPI CPU> on acpi0
est0: <Enhanced SpeedStep Frequency Control> on cpu0
p4tcc0: <CPU Frequency Thermal Control> on cpu0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: physical bus=0
found->	vendor=0x8086, dev=0x2590, revid=0x03
	bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2591, revid=0x03
	bus=0, slot=1, func=0
	class=06-04-00, hdrtype=0x01, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x2660, revid=0x04
	bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 17
found->	vendor=0x8086, dev=0x2662, revid=0x04
	bus=0, slot=28, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=10
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTB
pcib0: slot 28 INTB hardwired to IRQ 16
found->	vendor=0x8086, dev=0x2664, revid=0x04
	bus=0, slot=28, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTC
pcib0: slot 28 INTC hardwired to IRQ 18
found->	vendor=0x8086, dev=0x2658, revid=0x04
	bus=0, slot=29, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type 4, range 32, base 0x1800, size  5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
found->	vendor=0x8086, dev=0x2659, revid=0x04
	bus=0, slot=29, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0x1820, size  5, enabled
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 19
found->	vendor=0x8086, dev=0x265a, revid=0x04
	bus=0, slot=29, func=2
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	map[20]: type 4, range 32, base 0x1840, size  5, enabled
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
found->	vendor=0x8086, dev=0x265b, revid=0x04
	bus=0, slot=29, func=3
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=10
	map[20]: type 4, range 32, base 0x1860, size  5, enabled
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
found->	vendor=0x8086, dev=0x265c, revid=0x04
	bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 0xc8000000, size 10, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
found->	vendor=0x8086, dev=0x2448, revid=0xd4
	bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=1
	cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x266e, revid=0x04
	bus=0, slot=30, func=2
	class=04-01-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0x1c00, size  8, enabled
	map[14]: type 4, range 32, base 0x1880, size  6, enabled
	map[18]: type 1, range 32, base 0xc8000800, size  9, enabled
	map[1c]: type 1, range 32, base 0xc8000400, size  8, enabled
pcib0: matched entry for 0.30.INTA
pcib0: slot 30 INTA hardwired to IRQ 17
found->	vendor=0x8086, dev=0x266d, revid=0x04
	bus=0, slot=30, func=3
	class=07-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 4, range 32, base 0x2400, size  8, enabled
	map[14]: type 4, range 32, base 0x2000, size  7, enabled
pcib0: matched entry for 0.30.INTB
pcib0: slot 30 INTB hardwired to IRQ 20
found->	vendor=0x8086, dev=0x2641, revid=0x04
	bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0200, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x266f, revid=0x04
	bus=0, slot=31, func=1
	class=01-01-8a, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=255
	map[20]: type 4, range 32, base 0x18c0, size  4, enabled
found->	vendor=0x8086, dev=0x266a, revid=0x04
	bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type 4, range 32, base 0x20a0, size  5, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 19
pcib1: <ACPI PCI-PCI bridge> irq 16 at device 1.0 on pci0
pcib1:   secondary bus     1
pcib1:   subordinate bus   1
pcib1:   I/O decode        0x3000-0x3fff
pcib1:   memory decode     0xc8100000-0xc81fffff
pcib1:   prefetched decode 0xd0000000-0xd7ffffff
pci1: <ACPI PCI bus> on pcib1
pci1: physical bus=1
found->	vendor=0x1002, dev=0x5653, revid=0x00
	bus=1, slot=0, func=0
	class=03-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D1 D2 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type 3, range 32, base 0xd0000000, size 27, enabled
pcib1: requested memory range 0xd0000000-0xd7ffffff: good
	map[14]: type 4, range 32, base 0x3000, size  8, enabled
pcib1: requested I/O range 0x3000-0x30ff: in range
	map[18]: type 1, range 32, base 0xc8100000, size 16, enabled
pcib1: requested memory range 0xc8100000-0xc810ffff: good
pcib1: matched entry for 1.0.INTA
pcib1: slot 0 INTA hardwired to IRQ 16
vgapci0: <VGA-compatible display> port 0x3000-0x30ff mem 0xd0000000-0xd7ffffff,0xc8100000-0xc810ffff irq 16 at device 0.0 on pci1
pcib2: <ACPI PCI-PCI bridge> irq 17 at device 28.0 on pci0
pcib2:   secondary bus     9
pcib2:   subordinate bus   9
pcib2:   I/O decode        0x0-0x0
pcib2:   no prefetched decode
pci9: <ACPI PCI bus> on pcib2
pci9: physical bus=9
pcib3: <ACPI PCI-PCI bridge> irq 16 at device 28.1 on pci0
pcib3:   secondary bus     10
pcib3:   subordinate bus   10
pcib3:   I/O decode        0x0-0x0
pcib3:   no prefetched decode
pci10: <ACPI PCI bus> on pcib3
pci10: physical bus=10
pcib4: <ACPI PCI-PCI bridge> irq 18 at device 28.2 on pci0
pcib4:   secondary bus     2
pcib4:   subordinate bus   4
pcib4:   I/O decode        0x0-0x0
pcib4:   no prefetched decode
pcib4: could not get PCI interrupt routing table for \\_SB_.PCI0.RP03 - AE_NOT_FOUND
pci2: <ACPI PCI bus> on pcib4
pci2: physical bus=2
pci0: <serial bus, USB> at device 29.0 (no driver attached)
pci0: <serial bus, USB> at device 29.1 (no driver attached)
pci0: <serial bus, USB> at device 29.2 (no driver attached)
pci0: <serial bus, USB> at device 29.3 (no driver attached)
pci0: <serial bus, USB> at device 29.7 (no driver attached)
pcib5: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib5:   secondary bus     6
pcib5:   subordinate bus   7
pcib5:   I/O decode        0xf000-0xfff
pcib5:   memory decode     0xc8200000-0xc82fffff
pcib5:   no prefetched decode
pcib5:   Subtractively decoded bridge.
pci6: <ACPI PCI bus> on pcib5
pci6: physical bus=6
found->	vendor=0x104c, dev=0x8031, revid=0x00
	bus=6, slot=1, func=0
	class=06-07-00, hdrtype=0x02, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x31 (1470 ns), mingnt=0x44 (17000 ns), maxlat=0x03 (750 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8216000, size 12, enabled
pcib5: requested memory range 0xc8216000-0xc8216fff: good
pcib5: matched entry for 6.1.INTA
pcib5: slot 1 INTA hardwired to IRQ 18
found->	vendor=0x104c, dev=0x8032, revid=0x00
	bus=6, slot=1, func=2
	class=0c-00-10, hdrtype=0x00, mfdev=1
	cmdreg=0x0012, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x03 (750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8217000, size 11, enabled
pcib5: requested memory range 0xc8217000-0xc82177ff: good
	map[14]: type 1, range 32, base 0xc8210000, size 14, enabled
pcib5: requested memory range 0xc8210000-0xc8213fff: good
pcib5: matched entry for 6.1.INTA
pcib5: slot 1 INTA hardwired to IRQ 18
found->	vendor=0x104c, dev=0x8033, revid=0x00
	bus=6, slot=1, func=3
	class=01-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0002, statreg=0x0210, cachelnsz=8 (dwords)
	lattimer=0x39 (1710 ns), mingnt=0x07 (1750 ns), maxlat=0x04 (1000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D1 D2 D3  current D0
	map[10]: type 1, range 32, base 0xc8214000, size 13, enabled
pcib5: requested memory range 0xc8214000-0xc8215fff: good
pcib5: matched entry for 6.1.INTA
pcib5: slot 1 INTA hardwired to IRQ 18
found->	vendor=0x8086, dev=0x4220, revid=0x05
	bus=6, slot=3, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0012, statreg=0x0290, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x03 (750 ns), maxlat=0x18 (6000 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type 1, range 32, base 0xc8218000, size 12, enabled
pcib5: requested memory range 0xc8218000-0xc8218fff: good
pcib5: matched entry for 6.3.INTA
pcib5: slot 3 INTA hardwired to IRQ 17
pci6:8:0: bad VPD cksum, remain 14
found->	vendor=0x14e4, dev=0x169c, revid=0x03
	bus=6, slot=8, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0012, statreg=0x02b0, cachelnsz=8 (dwords)
	lattimer=0x20 (960 ns), mingnt=0x40 (16000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=10
	powerspec 2  supports D0 D3  current D0
	VPD Ident: Broadcom NetXtreme Gigabit Ethernet Controller
	MSI supports 8 messages, 64 bit
	map[10]: type 1, range 32, base 0xc8200000, size 16, enabled
pcib5: requested memory range 0xc8200000-0xc820ffff: good
pcib5: matched entry for 6.8.INTA
pcib5: slot 8 INTA hardwired to IRQ 16
cbb0: <TI6411 PCI-CardBus Bridge> mem 0xc8216000-0xc8216fff irq 18 at device 1.0 on pci6
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xc8216000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
ioapic0: routing intpin 18 (PCI IRQ 18) to vector 49
cbb0: [MPSAFE]
cbb0: PCI Configuration space:
  0x00: 0x8031104c 0x02100007 0x06070000 0x00823108 
  0x10: 0xc8216000 0x020000a0 0x24070706 0xfffff000 
  0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc 
  0x30: 0x00000000 0xfffffffc 0x00000000 0x07440112 
  0x40: 0x00661025 0x00000001 0x00000000 0x00000000 
  0x50: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x60: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x70: 0x00000000 0x00000000 0x00000000 0x00000000 
  0x80: 0x18441060 0x00000000 0x000f0000 0x01c21b22 
  0x90: 0x606482c0 0x00000000 0x00000000 0x00000000 
  0xa0: 0xfe120001 0x00c00000 0x00000000 0x00000000 
  0xb0: 0x08000000 0x00000000 0x00000000 0x00000000 
  0xc0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xd0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xe0: 0x00000000 0x00000000 0x00000000 0x00000000 
  0xf0: 0x00000000 0x00000000 0x00000000 0x00000000 
pci6: <serial bus, FireWire> at device 1.2 (no driver attached)
pci6: <mass storage> at device 1.3 (no driver attached)
pci6: <network> at device 3.0 (no driver attached)
bge0: <Broadcom NetXtreme Gigabit Ethernet Controller, ASIC rev. 0x3003> mem 0xc8200000-0xc820ffff irq 16 at device 8.0 on pci6
bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xc8200000
miibus0: <MII bus> on bge0
brgphy0: <BCM5705 10/100/1000baseTX PHY> PHY 1 on miibus0
brgphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseTX, 1000baseTX-FDX, auto
bge0: bpf attached
bge0: Ethernet address: 00:c0:9f:94:39:8f
ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50
bge0: [GIANT-LOCKED]
pci0: <multimedia, audio> at device 30.2 (no driver attached)
pci0: <simple comms, generic modem> at device 30.3 (no driver attached)
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH6 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x18c0-0x18cf at device 31.1 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x18c0
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=03 ostat0=50 ostat1=50
ata0: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata0: stat1=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: reset tp2 stat0=50 stat1=00 devices=0x9<ATAPI_SLAVE,ATA_MASTER>
ioapic0: routing intpin 14 (ISA IRQ 14) to vector 51
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=00 ostat0=ff ostat1=ff
ioapic0: routing intpin 15 (ISA IRQ 15) to vector 52
ata1: [MPSAFE]
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_acad0: <AC Adapter> on acpi0
battery0: <ACPI Control Method Battery> on acpi0
battery1: <ACPI 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_tz0: <Thermal Zone> on acpi0
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 0xabfa (0)
atkbd: failed to reset the keyboard.
kbd0 at atkbd0
kbd0: atkbd0, generic (0), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to vector 53
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: strange result for test aux port (1).
psm0: failed to reset the aux device.
npx0: INT 16 interface
ata: ata0 already exists; skipping it
ata: ata1 already exists; skipping it
atkbdc: atkbdc0 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
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
pmtimer0 on isa0
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcdfff,0xce000-0xcf7ff,0xe0000-0xe17ff pnpid ORM0000 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)
le0: not probed (disabled)
ppc0 failed to probe at irq 7 on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
sio0 failed to probe at port 0x3f8 irq 4 on isa0
sio1 failed to probe at port 0x2f8 irq 3 on isa0
sio2: not probed (disabled)
sio3: not probed (disabled)
sn0: not probed (disabled)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
vt0: not probed (disabled)
isa_probe_children: probing PnP devices
Device configuration finished.
procfs registered
lapic: Divisor 2, Frequency 66500646 hz
Timecounter "TSC" frequency 1729016453 Hz quality 800
Timecounters tick every 1.000 msec
IPsec: Initialized Security Association Processing.
ipfw2 initialized, divert enabled, rule-based forwarding enabled, default to accept, logging unlimited
DUMMYNET with IPv6 initialized (040826)
lo0: bpf attached
pflog0: bpf attached
pfsync0: bpf attached
ata0-slave: pio=PIO4 wdma=WDMA2 udma=UDMA33 cable=40 wire
ata0-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=80 wire
atapicam: atapicam0 already exists; skipping it
ad0: setting PIO4 on ICH6 chip
ad0: DMA limited to UDMA33, controller found non-ATA66 cable
ad0: setting UDMA33 on ICH6 chip
ad0: 76319MB <TOSHIBA MK8025GAS KA023A> at ata0-master UDMA33
ad0: 156301488 sectors [155061C/16H/63S] 16 sectors/interrupt 1 depth queue
GEOM: new disk ad0
acd0: setting PIO4 on ICH6 chip
acd0: setting UDMA33 on ICH6 chip
acd0: <MATSHITAUJ-845D/D100> DVDR drive at ata0 as slave
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, UDMA33
acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, packet
acd0: Writes: CDR, CDRW, DVDR, test write, burnproof
acd0: Audio: play, 256 volume levels
acd0: Mechanism: ejectable caddy, unlocked
acd0: Medium: no/blank disc
Trying to mount root from ufs:/dev/ad0s1a
start_init: trying /sbin/init
acpi: bad write to port 0x080 (32), val 0x1c
acpi_acad0: acline initialization start
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
battery0: battery initialization start
acpi: bad write to port 0x080 (32), val 0x1c
battery0: battery initialization done, tried 1 times
battery1: battery initialization start
(probe0:ata0:0:1:0): error 22
(probe0:ata0:0:1:0): Unretryable Error
(probe0:ata0:0:1:0): Down reving Protocol Version from 2 to 0?
acpi: bad write to port 0x080 (32), val 0x1c
cpu0: Cx states changed
bge0: link UP
Linux ELF exec handler installed
splash: image decoder found: matrix_saver
Expensive timeout(9) function: 0xc05146a0(0xc087f960) 0.007506819 s
battery1: battery initialization failed, giving up
-------------- next part --------------
interrupt                          total       rate
irq1: atkbd0                         274          4
irq9: acpi0                          148          2
irq14: ata0                         2603         40
irq16: bge0                           42          0
cpu0: timer                       128246       1973
Total                             131313       2020


More information about the freebsd-current mailing list