From owner-freebsd-multimedia@FreeBSD.ORG Sun May 17 22:07:03 2009 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F0C7610656B0 for ; Sun, 17 May 2009 22:07:03 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: from kiwi-computer.com (keira.kiwi-computer.com [63.224.10.3]) by mx1.freebsd.org (Postfix) with SMTP id E451D8FC19 for ; Sun, 17 May 2009 22:07:01 +0000 (UTC) (envelope-from rick@kiwi-computer.com) Received: (qmail 79785 invoked by uid 2001); 17 May 2009 21:40:20 -0000 Date: Sun, 17 May 2009 16:40:20 -0500 From: "Rick C. Petty" To: freebsd-multimedia@freebsd.org Message-ID: <20090517214020.GA79735@keira.kiwi-computer.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Subject: snd_hda works on i386, fails on amd64 (RELENG_7) X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: rick-freebsd2008@kiwi-computer.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 May 2009 22:07:04 -0000 In a recent switch from i386 to amd64, I having a problem with the onboard audio, an Asus M3N78-VM board with VT1708B HDA 8-channel codec. It works perfectly in i386 but fails on the same kernel source in amd64: i386-host% uname -a FreeBSD i386-host 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #29: Wed Apr 29 22:32:54 CDT 2009 root@i386-host:/usr/obj/usr/src/sys/GENERIC i386 amd64-host% uname -a FreeBSD amd64-host 7.2-PRERELEASE FreeBSD 7.2-PRERELEASE #0: Sat May 2 23:04:32 CDT 2009 root@amd64-host:/usr/obj/usr/src/sys/GENERIC amd64 i386-host% cat /dev/sndstat FreeBSD Audio Driver (newpcm: 32bit 2007061600/i386) Installed devices: pcm0: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:4v/1r:1v channels duplex default) pcm1: at cad 0 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) pcm2: at cad 3 nid 1 on hdac0 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) pcm3: at cad 0 nid 1 on hdac1 kld snd_hda [MPSAFE] (1p:1v/0r:0v channels) amd64-host% cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2007061600/amd64) Installed devices: pcm0: at cad 0 nid 1 on hdac1 kld snd_hda [MPSAFE] (1p:4v/0r:0v channels default) i386-host% kldstat | grep -E '(sound|snd)' 7 1 0xc0e7e000 1ae38 snd_hda.ko 8 3 0xc0e99000 4a62c sound.ko 9 1 0xc0ee4000 6f88 snd_ich.ko amd64-host% kldstat | grep -E '(sound|snd)' 4 1 0xffffffff80d2e000 3878 snd_driver.ko 5 2 0xffffffff80d32000 4f20 snd_ad1816.ko 6 35 0xffffffff80d37000 67458 sound.ko 7 2 0xffffffff80d9f000 5900 snd_als4000.ko 8 2 0xffffffff80da5000 7880 snd_atiixp.ko 9 2 0xffffffff80dad000 58b0 snd_cmi.ko 10 2 0xffffffff80db3000 5830 snd_cs4281.ko 11 3 0xffffffff80db9000 a098 snd_csa.ko 12 2 0xffffffff80dc4000 cd60 snd_ds1.ko 13 2 0xffffffff80dd1000 1a398 snd_emu10kx.ko 14 2 0xffffffff80dec000 a698 snd_envy24.ko 15 4 0xffffffff80df7000 1c58 snd_spicds.ko 16 2 0xffffffff80df9000 9e58 snd_envy24ht.ko 17 2 0xffffffff80e03000 ad00 snd_es137x.ko 18 2 0xffffffff80e0e000 61e8 snd_ess.ko 19 5 0xffffffff80e15000 4d00 snd_sbc.ko 20 2 0xffffffff80e1a000 4860 snd_fm801.ko 21 3 0xffffffff80e1f000 10170 snd_mss.ko 22 2 0xffffffff80e30000 230e8 snd_hda.ko 23 2 0xffffffff80e54000 7530 snd_ich.ko 24 2 0xffffffff80e5c000 a600 snd_maestro.ko 25 2 0xffffffff80e67000 bd10 snd_maestro3.ko 26 2 0xffffffff80e73000 11698 snd_neomagic.ko 27 2 0xffffffff80e85000 52e8 snd_sb16.ko 28 2 0xffffffff80e8b000 4cc0 snd_sb8.ko 29 2 0xffffffff80e90000 61f8 snd_solo.ko 30 2 0xffffffff80e97000 5a10 snd_t4dwave.ko 31 2 0xffffffff80e9d000 8f48 snd_via8233.ko 32 2 0xffffffff80ea6000 4d28 snd_via82c686.ko 33 2 0xffffffff80eab000 5d50 snd_vibes.ko i386-host% sysctl -a | grep -E '^dev.(pcm|hda)' dev.pcm.0.play.vchans: dev.hdac.0.%desc: NVidia MCP78 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=7 function=0 handle=\_SB_.PCI0.HDAC dev.hdac.0.%pnpinfo: vendor=0x10de device=0x0774 subvendor=0x1043 subdevice=0x829f class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.wake: 0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.hdac.1.%desc: ATI RV620 High Definition Audio Controller dev.hdac.1.%driver: hdac dev.hdac.1.%location: slot=0 function=1 dev.hdac.1.%pnpinfo: vendor=0x1002 device=0xaa28 subvendor=0x1043 subdevice=0xaa28 class=0x040300 dev.hdac.1.%parent: pci2 dev.hdac.1.polling: 0 dev.hdac.1.polling_interval: 250 dev.hdac.1.pindump: 0 dev.pcm.0.%desc: HDA VIA VT1708B_1 PCM #0 Analog dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac0 dev.pcm.0.play.vchans: 4 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.rec.vchans: 1 dev.pcm.0.rec.vchanrate: 48000 dev.pcm.0.rec.vchanformat: s16le dev.pcm.0.buffersize: 16384 dev.pcm.1.%desc: HDA VIA VT1708B_1 PCM #1 Digital dev.pcm.1.%driver: pcm dev.pcm.1.%parent: hdac0 dev.pcm.1.play.vchans: 1 dev.pcm.1.play.vchanrate: 48000 dev.pcm.1.play.vchanformat: s16le dev.pcm.1.buffersize: 16384 dev.pcm.2.%desc: HDA NVidia MCP78 HDMI PCM #0 Digital dev.pcm.2.%driver: pcm dev.pcm.2.%parent: hdac0 dev.pcm.2.play.vchans: 1 dev.pcm.2.play.vchanrate: 48000 dev.pcm.2.play.vchanformat: s16le dev.pcm.2.buffersize: 16384 dev.pcm.3.%desc: HDA ATI R6xx HDMI PCM #0 Digital dev.pcm.3.%driver: pcm dev.pcm.3.%parent: hdac1 dev.pcm.3.play.vchans: 1 dev.pcm.3.play.vchanrate: 48000 dev.pcm.3.play.vchanformat: s16le dev.pcm.3.buffersize: 16384 amd64-host% sysctl -a | grep -E '^dev.(pcm|hda)' dev.hdac.0.%desc: NVidia MCP78 High Definition Audio Controller dev.hdac.0.%driver: hdac dev.hdac.0.%location: slot=7 function=0 handle=\_SB_.PCI0.HDAC dev.hdac.0.%pnpinfo: vendor=0x10de device=0x0774 subvendor=0x1043 subdevice=0x829f class=0x040300 dev.hdac.0.%parent: pci0 dev.hdac.0.wake: 0 dev.hdac.0.polling: 0 dev.hdac.0.polling_interval: 250 dev.hdac.0.pindump: 0 dev.hdac.1.%desc: ATI RV620 High Definition Audio Controller dev.hdac.1.%driver: hdac dev.hdac.1.%location: slot=0 function=1 dev.hdac.1.%pnpinfo: vendor=0x1002 device=0xaa28 subvendor=0x1043 subdevice=0xaa28 class=0x040300 dev.hdac.1.%parent: pci2 dev.hdac.1.polling: 0 dev.hdac.1.polling_interval: 250 dev.hdac.1.pindump: 0 dev.pcm.0.%desc: HDA ATI R6xx HDMI PCM #0 Digital dev.pcm.0.%driver: pcm dev.pcm.0.%parent: hdac1 dev.pcm.0.play.vchans: 4 dev.pcm.0.play.vchanrate: 48000 dev.pcm.0.play.vchanformat: s16le dev.pcm.0.buffersize: 16384 I've included the dmesg outputs below. The i386 verbose boot overfilled the message buffer, so I've shown the complete non-verbose boot and all that was available after a verbose boot. The only difference between the two in terms of hardware is I had 8 GB RAM installed for amd64 but only 4GB when I booted in i386. Any help would be appreciated! -- Rick C. Petty Complete verbose boot dmesg for amd64: Copyright (c) 1992-2009 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.2-PRERELEASE #0: Sat May 2 23:04:32 CDT 2009 root@amd64-host:/usr/obj/usr/src/sys/GENERIC Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80eba000. Preloaded elf obj module "/boot/kernel/geom_mirror.ko" at 0xffffffff80eba1f8. Preloaded elf obj module "/boot/kernel/linux.ko" at 0xffffffff80eba868. Preloaded elf obj module "/boot/kernel/snd_driver.ko" at 0xffffffff80ebafd0. Preloaded elf obj module "/boot/kernel/snd_ad1816.ko" at 0xffffffff80ebb440. Preloaded elf obj module "/boot/kernel/sound.ko" at 0xffffffff80ebba30. Preloaded elf obj module "/boot/kernel/snd_als4000.ko" at 0xffffffff80ebc098. Preloaded elf obj module "/boot/kernel/snd_atiixp.ko" at 0xffffffff80ebc648. Preloaded elf obj module "/boot/kernel/snd_cmi.ko" at 0xffffffff80ebcc38. Preloaded elf obj module "/boot/kernel/snd_cs4281.ko" at 0xffffffff80ebd1e0. Preloaded elf obj module "/boot/kernel/snd_csa.ko" at 0xffffffff80ebd790. Preloaded elf obj module "/boot/kernel/snd_ds1.ko" at 0xffffffff80ebdd78. Preloaded elf obj module "/boot/kernel/snd_emu10kx.ko" at 0xffffffff80ebe320. Preloaded elf obj module "/boot/kernel/snd_envy24.ko" at 0xffffffff80ebe890. Preloaded elf obj module "/boot/kernel/snd_spicds.ko" at 0xffffffff80ebee40. Preloaded elf obj module "/boot/kernel/snd_envy24ht.ko" at 0xffffffff80ebf3b0. Preloaded elf obj module "/boot/kernel/snd_es137x.ko" at 0xffffffff80ebf960. Preloaded elf obj module "/boot/kernel/snd_ess.ko" at 0xffffffff80ebff50. Preloaded elf obj module "/boot/kernel/snd_sbc.ko" at 0xffffffff80ec0538. Preloaded elf obj module "/boot/kernel/snd_fm801.ko" at 0xffffffff80ec0b20. Preloaded elf obj module "/boot/kernel/snd_mss.ko" at 0xffffffff80ec1090. Preloaded elf obj module "/boot/kernel/snd_hda.ko" at 0xffffffff80ec1678. Preloaded elf obj module "/boot/kernel/snd_ich.ko" at 0xffffffff80ec1c60. Preloaded elf obj module "/boot/kernel/snd_maestro.ko" at 0xffffffff80ec2248. Preloaded elf obj module "/boot/kernel/snd_maestro3.ko" at 0xffffffff80ec2838. Preloaded elf obj module "/boot/kernel/snd_neomagic.ko" at 0xffffffff80ec2de8. Preloaded elf obj module "/boot/kernel/snd_sb16.ko" at 0xffffffff80ec3398. Preloaded elf obj module "/boot/kernel/snd_sb8.ko" at 0xffffffff80ec3948. Preloaded elf obj module "/boot/kernel/snd_solo.ko" at 0xffffffff80ec3f30. Preloaded elf obj module "/boot/kernel/snd_t4dwave.ko" at 0xffffffff80ec4520. Preloaded elf obj module "/boot/kernel/snd_via8233.ko" at 0xffffffff80ec4a90. Preloaded elf obj module "/boot/kernel/snd_via82c686.ko" at 0xffffffff80ec5040. Preloaded elf obj module "/boot/kernel/snd_vibes.ko" at 0xffffffff80ec55b0. Preloaded elf obj module "/boot/kernel/speaker.ko" at 0xffffffff80ec6048. Calibrating clock(s) ... i8254 clock: 1193192 Hz CLK_USE_I8254_CALIBRATION not specified - using default frequency Timecounter "i8254" frequency 1193182 Hz quality 0 Calibrating TSC clock ... TSC clock: 2300020438 Hz CPU: AMD Phenom(tm) 9600 Quad-Core Processor (2300.02-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x100f22 Stepping = 2 Features=0x178bfbff Features2=0x802009> AMD Features=0xee500800 AMD Features2=0x7ff,,,Prefetch,,> TSC: P-state invariant Cores per package: 4 L1 2MB data TLB: 48 entries, fully associative L1 2MB instruction TLB: 16 entries, fully associative L1 4KB data TLB: 48 entries, fully associative L1 4KB instruction TLB: 32 entries, fully associative L1 data cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L1 instruction cache: 64 kbytes, 64 bytes/line, 1 lines/tag, 2-way associative L2 2MB data TLB: 128 entries, 2-way associative L2 2MB instruction TLB: 0 entries, 2-way associative L2 4KB data TLB: 512 entries, 4-way associative L2 4KB instruction TLB: 512 entries, 4-way associative L2 unified cache: 512 kbytes, 64 bytes/line, 1 lines/tag, 16-way associative usable memory = 8574410752 (8177 MB) Physical memory chunk(s): 0x0000000000001000 - 0x000000000009afff, 630784 bytes (154 pages) 0x0000000000ef8000 - 0x00000000cff8ffff, 3473506304 bytes (848024 pages) 0x0000000100000000 - 0x000000021f8b3fff, 4824186880 bytes (1177780 pages) avail memory = 8272773120 (7889 MB) ACPI APIC Table: <070208 APIC1604> INTR: Adding local APIC 1 as a target INTR: Adding local APIC 2 as a target INTR: Adding local APIC 3 as a target FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 APIC: CPU 0 has ACPI ID 1 APIC: CPU 1 has ACPI ID 2 APIC: CPU 2 has ACPI ID 3 APIC: CPU 3 has ACPI ID 4 ULE: setup cpu group 0 ULE: setup cpu 0 ULE: adding cpu 0 to group 0: cpus 1 mask 0x1 ULE: setup cpu group 1 ULE: setup cpu 1 ULE: adding cpu 1 to group 1: cpus 1 mask 0x2 ULE: setup cpu group 2 ULE: setup cpu 2 ULE: adding cpu 2 to group 2: cpus 1 mask 0x4 ULE: setup cpu group 3 ULE: setup cpu 3 ULE: adding cpu 3 to group 3: cpus 1 mask 0x8 ACPI: RSDP @ 0x0xfb590/0x0014 (v 0 ACPIAM) ACPI: RSDT @ 0x0xcff90000/0x0044 (v 1 070208 RSDT1604 0x20080702 MSFT 0x00000097) ACPI: FACP @ 0x0xcff90200/0x0084 (v 1 070208 FACP1604 0x20080702 MSFT 0x00000097) ACPI: DSDT @ 0x0xcff90450/0xAE9D (v 1 A1041 A1041000 0x00000000 INTL 0x20051117) ACPI: FACS @ 0x0xcff9e000/0x0040 ACPI: APIC @ 0x0xcff90390/0x0080 (v 1 070208 APIC1604 0x20080702 MSFT 0x00000097) ACPI: MCFG @ 0x0xcff90410/0x003C (v 1 070208 OEMMCFG 0x20080702 MSFT 0x00000097) ACPI: OEMB @ 0x0xcff9e040/0x0072 (v 1 070208 OEMB1604 0x20080702 MSFT 0x00000097) ACPI: HPET @ 0x0xcff9b2f0/0x0038 (v 1 070208 OEMHPET0 0x20080702 MSFT 0x00000097) ACPI: INFO @ 0x0xcff9e0c0/0x0124 (v 1 070208 AMDINFO 0x20080702 MSFT 0x00000097) ACPI: NVHD @ 0x0xcff9e1f0/0x0284 (v 1 070208 NVHDCP 0x20080702 MSFT 0x00000097) ACPI: SSDT @ 0x0xcff9b330/0x0544 (v 1 A_M_I_ POWERNOW 0x00000001 AMD 0x00000001) MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000 ioapic0: Routing external 8259A's -> intpin 0 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 MADT: Interrupt override: source 14, irq 14 MADT: Interrupt override: source 15, irq 15 ioapic0 irqs 0-23 on motherboard cpu0 BSP: ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff timer: 0x000100ef therm: 0x00010000 err: 0x0001000f pcm: 0x00010000 snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024] feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_buffersize=16384 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25 wlan_amrr: wlan: <802.11 Link Layer> null: random: nfslock: pseudo-device kbd: new array size 4 kbd1 at kbdmux0 mem: io: hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (May 2 2009 23:04:23) acpi0: <070208 RSDT1604> on motherboard ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48 acpi0: [MPSAFE] acpi0: [ITHREAD] AcpiOsDerivePciId: \\_SB_.PCI0.SMB0.SMAD -> bus 0 dev 1 func 1 acpi0: Power Button (fixed) AcpiOsDerivePciId: \\_SB_.PCI0.SBRG.HPET.CF29 -> bus 0 dev 0 func 0 AcpiOsDerivePciId: \\_SB_.PCI0.IMAP.PIMC -> bus 0 dev 1 func 4 acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cff00000 (3) failed ACPI timer: 1/1 1/1 1/2 1/2 1/1 1/1 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 0x508-0x50b on acpi0 pci_link0: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link1: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link2: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link3: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link4: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link5: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link6: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link7: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link8: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link9: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link10: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link11: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link12: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link13: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link14: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link15: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link16: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link17: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link18: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link35: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link36: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link37: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link38: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link39: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link40: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link41: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link42: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link43: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link44: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link45: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link46: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x10de rev: 0x1 num: 2 hz: 25000000 opts: legacy_route Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x10de, dev=0x0754, revid=0xa2 domain=0, bus=0, slot=0, func=0 class=05-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x075c, revid=0xa2 domain=0, bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type I/O Port, range 32, base 0x900, size 8, enabled found-> vendor=0x10de, dev=0x0752, revid=0xa1 domain=0, bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe00, size 6, enabled map[20]: type I/O Port, range 32, base 0x600, size 6, enabled map[24]: type I/O Port, range 32, base 0x700, size 6, enabled pcib0: matched entry for 0.1.INTA (src \\_SB_.LSMB:0) pci_link41: Picked IRQ 20 with weight 0 pcib0: slot 1 INTA routed to irq 20 via \\_SB_.LSMB found-> vendor=0x10de, dev=0x0751, revid=0xa1 domain=0, bus=0, slot=1, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0753, revid=0xa2 domain=0, bus=0, slot=1, func=3 class=0b-40-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 map[10]: type Memory, range 32, base 0xfe980000, size 19, enabled pcib0: matched entry for 0.1.INTB (src \\_SB_.LPMU:0) pci_link42: Picked IRQ 21 with weight 0 pcib0: slot 1 INTB routed to irq 21 via \\_SB_.LPMU found-> vendor=0x10de, dev=0x0568, revid=0xa1 domain=0, bus=0, slot=1, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x077b, revid=0xa1 domain=0, bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97e000, size 12, enabled pcib0: matched entry for 0.2.INTA (src \\_SB_.LUB0:0) pci_link36: Picked IRQ 22 with weight 0 pcib0: slot 2 INTA routed to irq 22 via \\_SB_.LUB0 found-> vendor=0x10de, dev=0x077c, revid=0xa1 domain=0, bus=0, slot=2, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97fc00, size 8, enabled pcib0: matched entry for 0.2.INTB (src \\_SB_.LUB2:0) pci_link37: Picked IRQ 23 with weight 0 pcib0: slot 2 INTB routed to irq 23 via \\_SB_.LUB2 found-> vendor=0x10de, dev=0x077d, revid=0xa1 domain=0, bus=0, slot=4, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97d000, size 12, enabled pcib0: matched entry for 0.4.INTA (src \\_SB_.UB11:0) pci_link45: Picked IRQ 20 with weight 1 pcib0: slot 4 INTA routed to irq 20 via \\_SB_.UB11 found-> vendor=0x10de, dev=0x077e, revid=0xa1 domain=0, bus=0, slot=4, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97f800, size 8, enabled pcib0: matched entry for 0.4.INTB (src \\_SB_.UB12:0) pci_link46: Picked IRQ 21 with weight 1 pcib0: slot 4 INTB routed to irq 21 via \\_SB_.UB12 found-> vendor=0x10de, dev=0x0759, revid=0xa1 domain=0, bus=0, slot=6, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 map[20]: type I/O Port, range 32, base 0xffa0, size 4, enabled found-> vendor=0x10de, dev=0x0774, revid=0xa1 domain=0, bus=0, slot=7, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe978000, size 14, enabled pcib0: matched entry for 0.7.INTA (src \\_SB_.LAZA:0) pci_link39: Picked IRQ 22 with weight 1 pcib0: slot 7 INTA routed to irq 22 via \\_SB_.LAZA found-> vendor=0x10de, dev=0x075a, revid=0xa1 domain=0, bus=0, slot=8, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) found-> vendor=0x10de, dev=0x0ad0, revid=0xa2 domain=0, bus=0, slot=9, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc480, size 3, enabled map[14]: type I/O Port, range 32, base 0xc400, size 2, enabled map[18]: type I/O Port, range 32, base 0xc080, size 3, enabled map[1c]: type I/O Port, range 32, base 0xc000, size 2, enabled map[20]: type I/O Port, range 32, base 0xbc00, size 4, enabled map[24]: type Memory, range 32, base 0xfe976000, size 13, enabled pcib0: matched entry for 0.9.INTA (src \\_SB_.LSA0:0) pci_link43: Picked IRQ 23 with weight 1 pcib0: slot 9 INTA routed to irq 23 via \\_SB_.LSA0 found-> vendor=0x10de, dev=0x0760, revid=0xa2 domain=0, bus=0, slot=10, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 16 messages, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe97c000, size 12, enabled map[14]: type I/O Port, range 32, base 0xb880, size 3, enabled map[18]: type Memory, range 32, base 0xfe97f400, size 8, enabled map[1c]: type Memory, range 32, base 0xfe97f000, size 4, enabled pcib0: matched entry for 0.10.INTA (src \\_SB_.LMAC:0) pci_link38: Picked IRQ 20 with weight 2 pcib0: slot 10 INTA routed to irq 20 via \\_SB_.LMAC found-> vendor=0x10de, dev=0x0778, revid=0xa1 domain=0, bus=0, slot=16, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.16.INTA (src \\_SB_.LN0A:0) pci_link4: Picked IRQ 16 with weight 0 pcib0: slot 16 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x10de, dev=0x075b, revid=0xa1 domain=0, bus=0, slot=18, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0004, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.18.INTA (src \\_SB_.LN2A:0) pci_link12: Picked IRQ 17 with weight 0 pcib0: slot 18 INTA routed to irq 17 via \\_SB_.LN2A found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) ohci0: mem 0xfe97e000-0xfe97efff irq 22 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97e000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 49 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 6 ports with 6 removable, self powered ehci0: mem 0xfe97fc00-0xfe97fcff irq 23 at device 2.1 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97fc00 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 50 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 15 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 6 ports with 6 removable, self powered ohci1: mem 0xfe97d000-0xfe97dfff irq 20 at device 4.0 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97d000 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci1 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 6 ports with 6 removable, self powered ehci1: mem 0xfe97f800-0xfe97f8ff irq 21 at device 4.1 on pci0 ehci1: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97f800 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 15 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: 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=60 ostat1=70 ata0: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata0: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata0: reset tp2 stat0=20 stat1=30 devices=0x0 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata0: [ITHREAD] ata1: 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 54 ata1: [MPSAFE] ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe978000 hdac0: [MPSAFE] hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfea00000-0xfeafffff pcib1: no prefetched decode pcib1: Subtractively decoded bridge. pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x9004, dev=0x5078, revid=0x03 domain=0, bus=1, slot=6, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x04 (1000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xd800, size 8, enabled pcib1: requested I/O range 0xd800-0xd8ff: in range map[14]: type Memory, range 32, base 0xfeaff000, size 12, enabled pcib1: requested memory range 0xfeaff000-0xfeafffff: good pcib1: matched entry for 1.6.INTA (src \\_SB_.LNKA:0) pci_link0: Picked IRQ 18 with weight 0 pcib1: slot 6 INTA routed to irq 18 via \\_SB_.LNKA found-> vendor=0x9004, dev=0x7178, revid=0x00 domain=0, bus=1, slot=7, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=10 map[10]: type I/O Port, range 32, base 0xd400, size 8, enabled pcib1: requested I/O range 0xd400-0xd4ff: in range map[14]: type Memory, range 32, base 0xfeafe000, size 12, enabled pcib1: requested memory range 0xfeafe000-0xfeafefff: good pcib1: matched entry for 1.7.INTA (src \\_SB_.LNKB:0) pci_link1: Picked IRQ 19 with weight 0 pcib1: slot 7 INTA routed to irq 19 via \\_SB_.LNKB ahc0: port 0xd800-0xd8ff mem 0xfeaff000-0xfeafffff irq 18 at device 6.0 on pci1 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd800 ahc0: Enabling 39Bit Addressing ahc0: Reading SEEPROM...done. ahc0: internal 50 cable not present ahc0: external cable is present ahc0: BIOS eeprom not present ahc0: Low byte termination Enabled ahc0: Downloading Sequencer Program... 465 instructions downloaded ahc0: Features 0x10100, Bugs 0x35, Flags 0x29401440 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 55 ahc0: [MPSAFE] ahc0: [ITHREAD] aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs ahc1: port 0xd400-0xd4ff mem 0xfeafe000-0xfeafefff irq 19 at device 7.0 on pci1 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd400 ahc1: Enabling 39Bit Addressing ahc1: Reading SEEPROM...done. ahc1: internal 50 cable not present ahc1: external cable not present ahc1: BIOS eeprom not present ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 447 instructions downloaded ahc1: Features 0x10000, Bugs 0x25, Flags 0x21401440 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 56 ahc1: [MPSAFE] ahc1: [ITHREAD] aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc00 atapci1: [MPSAFE] atapci1: [ITHREAD] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc480 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: reset tp1 mask=03 ostat0=50 ostat1=50 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=50 devices=0x3 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc080 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc000 ata3: reset tp1 mask=01 ostat0=50 ostat1=ff ata3: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata3: reset tp2 stat0=00 stat1=00 devices=0x4 ata3: [MPSAFE] ata3: [ITHREAD] nfe0: port 0xb880-0xb887 mem 0xfe97c000-0xfe97cfff,0xfe97f400-0xfe97f4ff,0xfe97f000-0xfe97f00f irq 20 at device 10.0 on pci0 nfe0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97c000 miibus0: on nfe0 rgephy0: PHY 3 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: bpf attached nfe0: Ethernet address: 00:22:15:b4:2d:c8 nfe0: [MPSAFE] nfe0: [FILTER] pcib2: irq 16 at device 16.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfeb00000-0xfebfffff pcib2: prefetched decode 0xd0000000-0xdfffffff pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x1002, dev=0x95c5, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib2: requested memory range 0xd0000000-0xdfffffff: good map[18]: type Memory, range 64, base 0xfebe0000, size 16, enabled pcib2: requested memory range 0xfebe0000-0xfebeffff: good map[20]: type I/O Port, range 32, base 0xe800, size 8, enabled pcib2: requested I/O range 0xe800-0xe8ff: in range pcib2: matched entry for 2.0.INTA (src \\_SB_.LN0A:0) pcib2: slot 0 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x1002, dev=0xaa28, revid=0x00 domain=0, bus=2, slot=0, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfebfc000, size 14, enabled pcib2: requested memory range 0xfebfc000-0xfebfffff: good pcib2: matched entry for 2.0.INTB (src \\_SB_.LN0B:0) pci_link5: Picked IRQ 17 with weight 1 pcib2: slot 0 INTB routed to irq 17 via \\_SB_.LN0B vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 57 hdac1: [MPSAFE] hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x0-0x0 pcib3: no prefetched decode pci3: on pcib3 pci3: domain=0, physical bus=3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 58 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: configured irq 4 not in bitmap of probed irqs 0 sio0: port may not be enabled sio0: irq maps: 0 0 0 0 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60 sio0: [FILTER] cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 ex_isa_identify() atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 already exists; skipping it ahc_isa_probe 11: ioport 0xbc00 alloc failed sc: sc0 already exists; skipping it vga: vga0 already exists; skipping it isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff on isa0 ppc0: cannot reserve I/O port range ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0 0 0 0 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) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 isa_probe_children: probing PnP devices ums0: on uhub0 ums0: 3 buttons and Z dir. Device configuration finished. Reducing kern.maxvnodes 343679 -> 100000 procfs registered lapic: Divisor 2, Frequency 100000895 hz Timecounter "TSC" frequency 2300020438 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached hptrr: no controller detected. ata2-slave: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 305245MB at ata2-master UDMA33 ad4: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 ad4: nVidia check1 failed ad4: Adaptec check1 failed ad4: LSI (v3) check1 failed ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ad5: 305245MB at ata2-slave UDMA33 ad5: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad5: nVidia check1 failed ad5: Adaptec check1 failed ad5: LSI (v3) check1 failed ad5: LSI (v2) check1 failed ad5: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire GEOM: new disk ad5 acd0: DVDR drive at ata3 as master acd0: read 8269KB/s (2067KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. hdac0: Probing codec #0... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #0 is not responding! Probing aborted. hdac0: Probing codec #3... hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: hdac_command_send_internal: TIMEOUT numcmd=1, sent=1, received=0 hdac0: Codec #3 is not responding! Probing aborted. hdac0: hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI R6xx HDMI hdac1: HDA Codec ID: 0x1002aa01 hdac1: Vendor: 0x1002 hdac1: Device: 0xaa01 hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0xaa281043 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Tracing association 0 (1) hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: pcm0: at cad 0 nid 1 on hdac1 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000005 pcm0: AC3 PCM pcm0: PCM cap: 0x00020040 pcm0: 16 bits, 48 KHz pcm0: DAC: 2 pcm0: pcm0: +-------------------------------+ pcm0: | DUMPING Playback/Record Paths | pcm0: +-------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=3 [pin: Digital-out (Jack)] pcm0: | pcm0: + <- nid=2 [audio output] [src: pcm] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap 49f0000, 4000; 0xffffffff4d39b000 -> 49f0000 Relevant lines from non-verbose boot dmesg on i386: Copyright (c) 1992-2009 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.2-PRERELEASE #29: Wed Apr 29 22:32:54 CDT 2009 root@i386-host:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Phenom(tm) 9600 Quad-Core Processor (2300.02-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x100f22 Stepping = 2 Features=0x178bfbff Features2=0x802009 AMD Features=0xee500800 AMD Features2=0x7ff,,,Prefetch,,> TSC: P-state invariant Cores per package: 4 real memory = 3489202176 (3327 MB) avail memory = 3409813504 (3251 MB) ACPI APIC Table: <070208 APIC1604> FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: <070208 RSDT1604> on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of fee00000, 1000 (3) failed acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cff00000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x508-0x50b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 ata0: on atapci0 ata0: [ITHREAD] ata1: on atapci0 ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pci1: on pcib1 atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: [ITHREAD] ata2: on atapci1 ata2: [ITHREAD] ata3: on atapci1 ata3: [ITHREAD] pcib2: irq 16 at device 16.0 on pci0 pci2: on pcib2 vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pci3: on pcib3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] cpu0: on acpi0 cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff pnpid ORM0000 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 Timecounters tick every 1.000 msec ad4: 305245MB at ata2-master UDMA33 ad5: 305245MB at ata2-slave UDMA33 acd0: DVDR at ata3-master UDMA33 hdac0: HDA Codec #0: VIA VT1708B_1 hdac0: HDA Codec #3: NVidia MCP78 HDMI hdac0: No jack detection support at pin 29 pcm0: at cad 0 nid 1 on hdac0 pcm1: at cad 0 nid 1 on hdac0 pcm2: at cad 3 nid 1 on hdac0 hdac1: HDA Codec #0: ATI R6xx HDMI pcm3: at cad 0 nid 1 on hdac1 The remaining lines from a verbose boot dmesg on i386: N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link19: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link20: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link21: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link22: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link23: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link24: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link25: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link26: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link27: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link28: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link29: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link30: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link31: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link32: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link33: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link34: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link35: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 16 17 18 19 Validation 0 255 N 0 16 17 18 19 After Disable 0 255 N 0 16 17 18 19 pci_link36: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link37: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link38: Index IRQ Rtd Ref IRQs Initial Probe 0 11 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link39: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link40: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link41: Index IRQ Rtd Ref IRQs Initial Probe 0 7 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link42: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link43: Index IRQ Rtd Ref IRQs Initial Probe 0 5 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link44: Index IRQ Rtd Ref IRQs Initial Probe 0 255 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link45: Index IRQ Rtd Ref IRQs Initial Probe 0 10 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 pci_link46: Index IRQ Rtd Ref IRQs Initial Probe 0 15 N 0 20 21 22 23 Validation 0 255 N 0 20 21 22 23 After Disable 0 255 N 0 20 21 22 23 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 acpi_hpet0: vend: 0x10de rev: 0x1 num: 2 hz: 25000000 opts: legacy_route Timecounter "HPET" frequency 25000000 Hz quality 900 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pci0: domain=0, physical bus=0 found-> vendor=0x10de, dev=0x0754, revid=0xa2 domain=0, bus=0, slot=0, func=0 class=05-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x075c, revid=0xa2 domain=0, bus=0, slot=1, func=0 class=06-01-00, hdrtype=0x00, mfdev=1 cmdreg=0x000f, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) map[10]: type I/O Port, range 32, base 0x900, size 8, enabled found-> vendor=0x10de, dev=0x0752, revid=0xa1 domain=0, bus=0, slot=1, func=1 class=0c-05-00, hdrtype=0x00, mfdev=1 cmdreg=0x0001, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=7 powerspec 2 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xe00, size 6, enabled map[20]: type I/O Port, range 32, base 0x600, size 6, enabled map[24]: type I/O Port, range 32, base 0x700, size 6, enabled pcib0: matched entry for 0.1.INTA (src \\_SB_.LSMB:0) pci_link41: Picked IRQ 20 with weight 0 pcib0: slot 1 INTA routed to irq 20 via \\_SB_.LSMB found-> vendor=0x10de, dev=0x0751, revid=0xa1 domain=0, bus=0, slot=1, func=2 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x0753, revid=0xa2 domain=0, bus=0, slot=1, func=3 class=0b-40-00, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 map[10]: type Memory, range 32, base 0xfe980000, size 19, enabled pcib0: matched entry for 0.1.INTB (src \\_SB_.LPMU:0) pci_link42: Picked IRQ 21 with weight 0 pcib0: slot 1 INTB routed to irq 21 via \\_SB_.LPMU found-> vendor=0x10de, dev=0x0568, revid=0xa1 domain=0, bus=0, slot=1, func=4 class=05-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0400, statreg=0x00a0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x10de, dev=0x077b, revid=0xa1 domain=0, bus=0, slot=2, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97e000, size 12, enabled pcib0: matched entry for 0.2.INTA (src \\_SB_.LUB0:0) pci_link36: Picked IRQ 22 with weight 0 pcib0: slot 2 INTA routed to irq 22 via \\_SB_.LUB0 found-> vendor=0x10de, dev=0x077c, revid=0xa1 domain=0, bus=0, slot=2, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97fc00, size 8, enabled pcib0: matched entry for 0.2.INTB (src \\_SB_.LUB2:0) pci_link37: Picked IRQ 23 with weight 0 pcib0: slot 2 INTB routed to irq 23 via \\_SB_.LUB2 found-> vendor=0x10de, dev=0x077d, revid=0xa1 domain=0, bus=0, slot=4, func=0 class=0c-03-10, hdrtype=0x00, mfdev=1 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=10 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97d000, size 12, enabled pcib0: matched entry for 0.4.INTA (src \\_SB_.UB11:0) pci_link45: Picked IRQ 20 with weight 1 pcib0: slot 4 INTA routed to irq 20 via \\_SB_.UB11 found-> vendor=0x10de, dev=0x077e, revid=0xa1 domain=0, bus=0, slot=4, func=1 class=0c-03-20, hdrtype=0x00, mfdev=1 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=b, irq=15 powerspec 2 supports D0 D1 D2 D3 current D0 map[10]: type Memory, range 32, base 0xfe97f800, size 8, enabled pcib0: matched entry for 0.4.INTB (src \\_SB_.UB12:0) pci_link46: Picked IRQ 21 with weight 1 pcib0: slot 4 INTB routed to irq 21 via \\_SB_.UB12 found-> vendor=0x10de, dev=0x0759, revid=0xa1 domain=0, bus=0, slot=6, func=0 class=01-01-8a, hdrtype=0x00, mfdev=0 cmdreg=0x0005, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) powerspec 2 supports D0 D3 current D0 map[20]: type I/O Port, range 32, base 0xffa0, size 4, enabled found-> vendor=0x10de, dev=0x0774, revid=0xa1 domain=0, bus=0, slot=7, func=0 class=04-03-00, hdrtype=0x00, mfdev=0 cmdreg=0x0006, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x05 (1250 ns) intpin=a, irq=10 powerspec 2 supports D0 D3 current D0 MSI supports 1 message, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe978000, size 14, enabled pcib0: matched entry for 0.7.INTA (src \\_SB_.LAZA:0) pci_link39: Picked IRQ 22 with weight 1 pcib0: slot 7 INTA routed to irq 22 via \\_SB_.LAZA found-> vendor=0x10de, dev=0x075a, revid=0xa1 domain=0, bus=0, slot=8, func=0 class=06-04-01, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x02 (500 ns) found-> vendor=0x10de, dev=0x0ad0, revid=0xa2 domain=0, bus=0, slot=9, func=0 class=01-01-85, hdrtype=0x00, mfdev=0 cmdreg=0x0107, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x03 (750 ns), maxlat=0x01 (250 ns) intpin=a, irq=5 powerspec 2 supports D0 D3 current D0 MSI supports 8 messages, 64 bit map[10]: type I/O Port, range 32, base 0xc480, size 3, enabled map[14]: type I/O Port, range 32, base 0xc400, size 2, enabled map[18]: type I/O Port, range 32, base 0xc080, size 3, enabled map[1c]: type I/O Port, range 32, base 0xc000, size 2, enabled map[20]: type I/O Port, range 32, base 0xbc00, size 4, enabled map[24]: type Memory, range 32, base 0xfe976000, size 13, enabled pcib0: matched entry for 0.9.INTA (src \\_SB_.LSA0:0) pci_link43: Picked IRQ 23 with weight 1 pcib0: slot 9 INTA routed to irq 23 via \\_SB_.LSA0 found-> vendor=0x10de, dev=0x0760, revid=0xa2 domain=0, bus=0, slot=10, func=0 class=02-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0007, statreg=0x00b0, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x01 (250 ns), maxlat=0x14 (5000 ns) intpin=a, irq=11 powerspec 2 supports D0 D1 D2 D3 current D0 MSI supports 16 messages, 64 bit, vector masks map[10]: type Memory, range 32, base 0xfe97c000, size 12, enabled map[14]: type I/O Port, range 32, base 0xb880, size 3, enabled map[18]: type Memory, range 32, base 0xfe97f400, size 8, enabled map[1c]: type Memory, range 32, base 0xfe97f000, size 4, enabled pcib0: matched entry for 0.10.INTA (src \\_SB_.LMAC:0) pci_link38: Picked IRQ 20 with weight 2 pcib0: slot 10 INTA routed to irq 20 via \\_SB_.LMAC found-> vendor=0x10de, dev=0x0778, revid=0xa1 domain=0, bus=0, slot=16, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x1a (6500 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.16.INTA (src \\_SB_.LN0A:0) pci_link4: Picked IRQ 16 with weight 0 pcib0: slot 16 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x10de, dev=0x075b, revid=0xa1 domain=0, bus=0, slot=18, func=0 class=06-04-00, hdrtype=0x01, mfdev=0 cmdreg=0x0004, statreg=0x0010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) intpin=a, irq=11 powerspec 3 supports D0 D3 current D0 MSI supports 2 messages, 64 bit pcib0: matched entry for 0.18.INTA (src \\_SB_.LN2A:0) pci_link12: Picked IRQ 17 with weight 0 pcib0: slot 18 INTA routed to irq 17 via \\_SB_.LN2A found-> vendor=0x1022, dev=0x1200, revid=0x00 domain=0, bus=0, slot=24, func=0 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1201, revid=0x00 domain=0, bus=0, slot=24, func=1 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1202, revid=0x00 domain=0, bus=0, slot=24, func=2 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1203, revid=0x00 domain=0, bus=0, slot=24, func=3 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0010, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) found-> vendor=0x1022, dev=0x1204, revid=0x00 domain=0, bus=0, slot=24, func=4 class=06-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0000, statreg=0x0000, cachelnsz=0 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) pci0: at device 0.0 (no driver attached) isab0: port 0x900-0x9ff at device 1.0 on pci0 isa0: on isab0 pci0: at device 1.1 (no driver attached) pci0: at device 1.2 (no driver attached) pci0: at device 1.3 (no driver attached) pci0: at device 1.4 (no driver attached) ohci0: mem 0xfe97e000-0xfe97efff irq 22 at device 2.0 on pci0 ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97e000 ioapic0: routing intpin 22 (PCI IRQ 22) to vector 49 ohci0: [GIANT-LOCKED] ohci0: [ITHREAD] usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 6 ports with 6 removable, self powered ehci0: mem 0xfe97fc00-0xfe97fcff irq 23 at device 2.1 on pci0 ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97fc00 ioapic0: routing intpin 23 (PCI IRQ 23) to vector 50 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb1: EHCI version 1.0 usb1: companion controller, 15 ports each: usb0 usb1: on ehci0 usb1: USB revision 2.0 uhub1: on usb1 uhub1: 6 ports with 6 removable, self powered ohci1: mem 0xfe97d000-0xfe97dfff irq 20 at device 4.0 on pci0 ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97d000 ioapic0: routing intpin 20 (PCI IRQ 20) to vector 51 ohci1: [GIANT-LOCKED] ohci1: [ITHREAD] usb2: OHCI version 1.0, legacy support usb2: SMM does not respond, resetting usb2: on ohci1 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 6 ports with 6 removable, self powered ehci1: mem 0xfe97f800-0xfe97f8ff irq 21 at device 4.1 on pci0 ehci1: Reserved 0x100 bytes for rid 0x10 type 3 at 0xfe97f800 ioapic0: routing intpin 21 (PCI IRQ 21) to vector 52 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controller, 15 ports each: usb2 usb3: on ehci1 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered atapci0: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xffa0-0xffaf at device 6.0 on pci0 atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0xffa0 ata0: 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=60 ostat1=70 ata0: stat0=0x20 err=0x20 lsb=0x20 msb=0x20 ata0: stat1=0x30 err=0x30 lsb=0x30 msb=0x30 ata0: reset tp2 stat0=20 stat1=30 devices=0x0 ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53 ata0: [MPSAFE] ata0: [ITHREAD] ata1: 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 54 ata1: [MPSAFE] ata1: [ITHREAD] hdac0: mem 0xfe978000-0xfe97bfff irq 22 at device 7.0 on pci0 hdac0: HDA Driver Revision: 20090329_0131 hdac0: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfe978000 hdac0: [MPSAFE] hdac0: [ITHREAD] pcib1: at device 8.0 on pci0 pcib1: domain 0 pcib1: secondary bus 1 pcib1: subordinate bus 1 pcib1: I/O decode 0xd000-0xdfff pcib1: memory decode 0xfea00000-0xfeafffff pcib1: no prefetched decode pcib1: Subtractively decoded bridge. pci1: on pcib1 pci1: domain=0, physical bus=1 found-> vendor=0x9004, dev=0x5078, revid=0x03 domain=0, bus=1, slot=6, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0290, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x04 (1000 ns) intpin=a, irq=15 powerspec 1 supports D0 D3 current D0 map[10]: type I/O Port, range 32, base 0xd800, size 8, enabled pcib1: requested I/O range 0xd800-0xd8ff: in range map[14]: type Memory, range 32, base 0xfeaff000, size 12, enabled pcib1: requested memory range 0xfeaff000-0xfeafffff: good pcib1: matched entry for 1.6.INTA (src \\_SB_.LNKA:0) pci_link0: Picked IRQ 18 with weight 0 pcib1: slot 6 INTA routed to irq 18 via \\_SB_.LNKA found-> vendor=0x9004, dev=0x7178, revid=0x00 domain=0, bus=1, slot=7, func=0 class=01-00-00, hdrtype=0x00, mfdev=0 cmdreg=0x0117, statreg=0x0280, cachelnsz=16 (dwords) lattimer=0x40 (1920 ns), mingnt=0x08 (2000 ns), maxlat=0x08 (2000 ns) intpin=a, irq=10 map[10]: type I/O Port, range 32, base 0xd400, size 8, enabled pcib1: requested I/O range 0xd400-0xd4ff: in range map[14]: type Memory, range 32, base 0xfeafe000, size 12, enabled pcib1: requested memory range 0xfeafe000-0xfeafefff: good pcib1: matched entry for 1.7.INTA (src \\_SB_.LNKB:0) pci_link1: Picked IRQ 19 with weight 0 pcib1: slot 7 INTA routed to irq 19 via \\_SB_.LNKB ahc0: port 0xd800-0xd8ff mem 0xfeaff000-0xfeafffff irq 18 at device 6.0 on pci1 ahc0: Defaulting to MEMIO off ahc0: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd800 ahc0: Reading SEEPROM...done. ahc0: internal 50 cable not present ahc0: external cable is present ahc0: BIOS eeprom not present ahc0: Low byte termination Enabled ahc0: Downloading Sequencer Program... 457 instructions downloaded ahc0: Features 0x10100, Bugs 0x35, Flags 0x28401440 ioapic0: routing intpin 18 (PCI IRQ 18) to vector 55 ahc0: [MPSAFE] ahc0: [ITHREAD] aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs ahc1: port 0xd400-0xd4ff mem 0xfeafe000-0xfeafefff irq 19 at device 7.0 on pci1 ahc1: Defaulting to MEMIO off ahc1: Reserved 0x100 bytes for rid 0x10 type 4 at 0xd400 ahc1: Reading SEEPROM...done. ahc1: internal 50 cable not present ahc1: external cable not present ahc1: BIOS eeprom not present ahc1: Low byte termination Enabled ahc1: Downloading Sequencer Program... 439 instructions downloaded ahc1: Features 0x10000, Bugs 0x25, Flags 0x20401440 ioapic0: routing intpin 19 (PCI IRQ 19) to vector 56 ahc1: [MPSAFE] ahc1: [ITHREAD] aic7870: Single Channel A, SCSI Id=7, 16/253 SCBs atapci1: port 0xc480-0xc487,0xc400-0xc403,0xc080-0xc087,0xc000-0xc003,0xbc00-0xbc0f mem 0xfe976000-0xfe977fff irq 23 at device 9.0 on pci0 atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0xbc00 atapci1: [MPSAFE] atapci1: [ITHREAD] ata2: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0xc480 atapci1: Reserved 0x4 bytes for rid 0x14 type 4 at 0xc400 ata2: reset tp1 mask=03 ostat0=50 ostat1=50 ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: stat1=0x50 err=0x01 lsb=0x00 msb=0x00 ata2: reset tp2 stat0=50 stat1=50 devices=0x3 ata2: [MPSAFE] ata2: [ITHREAD] ata3: on atapci1 atapci1: Reserved 0x8 bytes for rid 0x18 type 4 at 0xc080 atapci1: Reserved 0x4 bytes for rid 0x1c type 4 at 0xc000 ata3: reset tp1 mask=01 ostat0=50 ostat1=ff ata3: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb ata3: reset tp2 stat0=00 stat1=00 devices=0x4 ata3: [MPSAFE] ata3: [ITHREAD] nfe0: port 0xb880-0xb887 mem 0xfe97c000-0xfe97cfff,0xfe97f400-0xfe97f4ff,0xfe97f000-0xfe97f00f irq 20 at device 10.0 on pci0 nfe0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xfe97c000 miibus0: on nfe0 rgephy0: PHY 3 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto nfe0: bpf attached nfe0: Ethernet address: 00:22:15:b4:2d:c8 nfe0: [MPSAFE] nfe0: [FILTER] pcib2: irq 16 at device 16.0 on pci0 pcib2: domain 0 pcib2: secondary bus 2 pcib2: subordinate bus 2 pcib2: I/O decode 0xe000-0xefff pcib2: memory decode 0xfeb00000-0xfebfffff pcib2: prefetched decode 0xd0000000-0xdfffffff pci2: on pcib2 pci2: domain=0, physical bus=2 found-> vendor=0x1002, dev=0x95c5, revid=0x00 domain=0, bus=2, slot=0, func=0 class=03-00-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=a, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Prefetchable Memory, range 64, base 0xd0000000, size 28, enabled pcib2: requested memory range 0xd0000000-0xdfffffff: good map[18]: type Memory, range 64, base 0xfebe0000, size 16, enabled pcib2: requested memory range 0xfebe0000-0xfebeffff: good map[20]: type I/O Port, range 32, base 0xe800, size 8, enabled pcib2: requested I/O range 0xe800-0xe8ff: in range pcib2: matched entry for 2.0.INTA (src \\_SB_.LN0A:0) pcib2: slot 0 INTA routed to irq 16 via \\_SB_.LN0A found-> vendor=0x1002, dev=0xaa28, revid=0x00 domain=0, bus=2, slot=0, func=1 class=04-03-00, hdrtype=0x00, mfdev=1 cmdreg=0x0107, statreg=0x4010, cachelnsz=16 (dwords) lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) intpin=b, irq=10 powerspec 3 supports D0 D1 D2 D3 current D0 MSI supports 1 message, 64 bit map[10]: type Memory, range 64, base 0xfebfc000, size 14, enabled pcib2: requested memory range 0xfebfc000-0xfebfffff: good pcib2: matched entry for 2.0.INTB (src \\_SB_.LN0B:0) pci_link5: Picked IRQ 17 with weight 1 pcib2: slot 0 INTB routed to irq 17 via \\_SB_.LN0B vgapci0: port 0xe800-0xe8ff mem 0xd0000000-0xdfffffff,0xfebe0000-0xfebeffff irq 16 at device 0.0 on pci2 hdac1: mem 0xfebfc000-0xfebfffff irq 17 at device 0.1 on pci2 hdac1: HDA Driver Revision: 20090329_0131 hdac1: Reserved 0x4000 bytes for rid 0x10 type 3 at 0xfebfc000 ioapic0: routing intpin 17 (PCI IRQ 17) to vector 57 hdac1: [MPSAFE] hdac1: [ITHREAD] pcib3: irq 17 at device 18.0 on pci0 pcib3: domain 0 pcib3: secondary bus 3 pcib3: subordinate bus 3 pcib3: I/O decode 0x0-0x0 pcib3: no prefetched decode pci3: on pcib3 pci3: domain=0, physical bus=3 acpi_button0: on acpi0 speaker0: port 0x61 on acpi0 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: ic_type 90 part_id 80 ioapic0: routing intpin 6 (ISA IRQ 6) to vector 58 fdc0: [FILTER] atkbdc0: port 0x60,0x64 irq 1 on acpi0 atkbd0: irq 1 on atkbdc0 atkbd: the current kbd controller command byte 0065 atkbd: keyboard ID 0x41ab (2) kbd0 at atkbd0 kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000 ioapic0: routing intpin 1 (ISA IRQ 1) to vector 59 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] psm0: unable to allocate IRQ sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: irq maps: 0xca1 0xcb1 0xca1 0xca1 sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A ioapic0: routing intpin 4 (ISA IRQ 4) to vector 60 sio0: [FILTER] cpu0: on acpi0 cpu0: switching to generic Cx mode cpu1: on acpi0 cpu2: on acpi0 cpu3: on acpi0 ahc_isa_probe 11: ioport 0xbc00 alloc failed ex_isa_identify() ata: ata0 already exists; skipping it ata: ata1 already exists; skipping it atkbdc: atkbdc0 already exists; skipping it fdc: fdc0 already exists; skipping it sio: sio0 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 unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff unknown: status reg test failed ff isa_probe_children: disabling PnP devices isa_probe_children: probing non-PnP devices pmtimer0 on isa0 orm0: at iomem 0xc0000-0xcffff,0xd0000-0xd07ff 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) fe0: not probed (disabled) ie0: not probed (disabled) le0: not probed (disabled) ppc0: parallel port not found. ppc0: failed to probe at irq 7 on isa0 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sc0: fb0, kbd1, terminal emulator: sc (syscons terminal) sio1: configured irq 3 not in bitmap of probed irqs 0 sio1: port may not be enabled sio1: irq maps: 0xca1 0xca1 0xca1 0xca1 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) vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 vt0: not probed (disabled) isa_probe_children: probing PnP devices ums0: on uhub0 ums0: 3 buttons and Z dir. Device configuration finished. Reducing kern.maxvnodes 214557 -> 100000 procfs registered lapic: Divisor 2, Frequency 100000601 hz Timecounter "TSC" frequency 2300013697 Hz quality -100 Timecounters tick every 1.000 msec Linux ELF exec handler installed lo0: bpf attached hptrr: no controller detected. ata2-slave: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA133 cable=40 wire ad4: 305245MB at ata2-master UDMA33 ad4: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue GEOM: new disk ad4 ad4: nVidia check1 failed ad4: Adaptec check1 failed GEOM_MIRROR: Device mirror/aad4: LSI (v3) check1 failed manda0 launched (1/1).ad4: LSI (v2) check1 failed ad4: FreeBSD check1 failed ad5: 305245MB at ata2-slave UDMA33 ad5: 625142448 sectors [620181C/16H/63S] 16 sectors/interrupt 1 depth queue ad5: nVidia check1 failed ad5: Adaptec check1 failed ad5: LSI (v3) check1 failed ad5: LSI (v2) check1 failed ad5: FreeBSD check1 failed ata3-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire GEOM: new disk ad5 acd0: DVDR drive at ata3 as master acd0: read 8269KB/s (2067KB/s) write 8269KB/s (8269KB/s), 2048KB buffer, UDMA33 acd0: Reads: CDR, CDRW, CDDA stream, DVDROM, DVDR, DVDRAM, packet acd0: Writes: CDR, CDRW, DVDR, DVDRAM, test write, burnproof acd0: Audio: play, 256 volume levels acd0: Mechanism: ejectable tray, unlocked acd0: Medium: no/blank disc (noperiph:ahc0:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. (noperiph:ahc1:0:-1:-1): SCSI bus reset delivered. 0 SCBs aborted. hdac0: Probing codec #0... hdac0: HDA Codec #0: VIA VT1708B_1 hdac0: HDA Codec ID: 0x1106e721 hdac0: Vendor: 0x1106 hdac0: Device: 0xe721 hdac0: Revision: 0x01 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x829f1043 hdac0: Found audio FG nid=1 startnode=16 endnode=40 total=24 hdac0: Probing codec #3... hdac0: HDA Codec #3: NVidia MCP78 HDMI hdac0: HDA Codec ID: 0x10de0002 hdac0: Vendor: 0x10de hdac0: Device: 0x0002 hdac0: Revision: 0x00 hdac0: Stepping: 0x00 hdac0: PCI Subvendor: 0x829f1043 hdac0: Found audio FG nid=1 startnode=4 endnode=14 total=10 hdac0: hdac0: Processing audio FG cad=0 nid=1... hdac0: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac0: nid 25 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0 hdac0: nid 26 0x01a19036 as 3 seq 6 Mic Jack jack 1 loc 1 color Pink misc 0 hdac0: nid 27 0x0181303e as 3 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 hdac0: nid 28 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0 hdac0: nid 29 0x0221411f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 1 hdac0: nid 30 0x02a19138 as 3 seq 8 Mic Jack jack 1 loc 2 color Pink misc 1 hdac0: nid 31 0x90370137 as 3 seq 7 CD Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 32 0x985601f0 as 15 seq 0 Digital-out Fixed jack 6 loc 24 color Unknown misc 1 hdac0: nid 33 0x47c421f0 as 15 seq 0 SPDIF-in None jack 4 loc 7 color Grey misc 1 hdac0: nid 34 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0 hdac0: nid 35 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0 hdac0: Patched pins configuration: hdac0: nid 25 0x01011012 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 0 hdac0: nid 26 0x01a19036 as 3 seq 6 Mic Jack jack 1 loc 1 color Pink misc 0 hdac0: nid 27 0x0181303e as 3 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0 hdac0: nid 28 0x01014010 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 0 hdac0: nid 29 0x0221411f as 1 seq 15 Headphones Jack jack 1 loc 2 color Green misc 1 hdac0: nid 30 0x02a19138 as 3 seq 8 Mic Jack jack 1 loc 2 color Pink misc 1 hdac0: nid 31 0x90370137 as 3 seq 7 CD Fixed jack 7 loc 16 color Unknown misc 1 hdac0: nid 32 0x985601f0 as 15 seq 0 Digital-out Fixed jack 6 loc 24 color Unknown misc 1 hdac0: nid 33 0x47c421f0 as 15 seq 0 SPDIF-in None jack 4 loc 7 color Grey misc 1 [DISABLED] hdac0: nid 34 0x01016011 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 0 hdac0: nid 35 0x01012014 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 0 hdac0: 3 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=28 seq=0 hdac0: Pin nid=34 seq=1 hdac0: Pin nid=25 seq=2 hdac0: Pin nid=35 seq=4 hdac0: Pin nid=29 seq=15 hdac0: Association 1 (3) in: hdac0: Pin nid=26 seq=6 hdac0: Pin nid=31 seq=7 hdac0: Pin nid=30 seq=8 hdac0: Pin nid=27 seq=14 hdac0: Association 2 (15) out: hdac0: Pin nid=32 seq=0 hdac0: Tracing association 0 (1) hdac0: Pin 28 traced to DAC 16 hdac0: Pin 34 traced to DAC 36 hdac0: Pin 25 traced to DAC 17 hdac0: Pin 35 traced to DAC 37 hdac0: Pin 29 traced to DAC 16 and hpredir 0 hdac0: Association 0 (1) trace succeeded hdac0: Tracing association 1 (3) hdac0: Pin 26 traced to ADC 19 hdac0: Pin 31 traced to ADC 19 hdac0: Pin 30 traced to ADC 19 hdac0: Pin 27 traced to ADC 19 hdac0: Association 1 (3) trace succeeded hdac0: Tracing association 2 (15) hdac0: Pin 32 traced to DAC 18 hdac0: Association 2 (15) trace succeeded hdac0: Tracing input monitor hdac0: Tracing beeper hdac0: No jack detection support at pin 29 hdac0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: IN amp: 0x00000000 hdac0: OUT amp: 0x00000000 hdac0: hdac0: nid: 16 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 17 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000004) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 18 hdac0: Name: audio output hdac0: Widget cap: 0x00000611 hdac0: PWR DIGITAL STEREO hdac0: Association: 2 (0x00000001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a01e0 hdac0: 16 24 bits, 44 48 88 96 KHz hdac0: hdac0: nid: 19 hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Association: 1 (0x000041c0) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a0560 hdac0: 16 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80061400 hdac0: mute=1 step=20 size=6 offset=0 hdac0: connections: 1 hdac0: | hdac0: + <- nid=23 [audio selector] hdac0: hdac0: nid: 20 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x0010051b hdac0: PWR STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a0560 hdac0: 16 24 bits, 44 48 96 192 KHz hdac0: Input amp: 0x80061400 hdac0: mute=1 step=20 size=6 offset=0 hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=30 [pin: Mic (Pink Jack)] hdac0: hdac0: nid: 21 [DISABLED] hdac0: Name: audio input hdac0: Widget cap: 0x00100711 hdac0: PWR DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a01f0 hdac0: 16 24 bits, 32 44 48 88 96 KHz hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=33 [pin: SPDIF-in (None)] [DISABLED] hdac0: hdac0: nid: 22 hdac0: Name: audio mixer hdac0: Widget cap: 0x0020050b hdac0: PWR STEREO hdac0: Association: 0 (0x00008001) hdac0: OSS: pcm hdac0: Input amp: 0x80061f17 hdac0: mute=1 step=31 size=6 offset=23 hdac0: connections: 6 hdac0: | hdac0: + <- nid=16 [audio output] hdac0: + [DISABLED] <- nid=31 [pin: CD (Fixed)] hdac0: + [DISABLED] <- nid=26 [pin: Mic (Pink Jack)] hdac0: + [DISABLED] <- nid=27 [pin: Line-in (Blue Jack)] hdac0: + [DISABLED] <- nid=30 [pin: Mic (Pink Jack)] hdac0: + [DISABLED] <- nid=37 [audio output] hdac0: hdac0: nid: 23 hdac0: Name: audio selector hdac0: Widget cap: 0x00300501 hdac0: PWR STEREO hdac0: Association: 1 (0x000041c0) hdac0: OSS: line, mic, cd, monitor hdac0: connections: 5 hdac0: | hdac0: + [DISABLED] <- nid=22 [audio mixer] hdac0: + <- nid=31 [pin: CD (Fixed)] hdac0: + <- nid=26 [pin: Mic (Pink Jack)] (selected) hdac0: + <- nid=27 [pin: Line-in (Blue Jack)] hdac0: + <- nid=30 [pin: Mic (Pink Jack)] hdac0: hdac0: nid: 24 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000004) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=17 [audio output] hdac0: hdac0: nid: 25 hdac0: Name: pin: Line-out (Black Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000004) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x01011012 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=24 [audio selector] hdac0: hdac0: nid: 26 hdac0: Name: pin: Mic (Pink Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00000040) hdac0: OSS: mic (mic) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x01a19036 hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=38 [audio selector] hdac0: hdac0: nid: 27 hdac0: Name: pin: Line-in (Blue Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00004000) hdac0: OSS: line (line) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x0181303e hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=24 [audio selector] hdac0: hdac0: nid: 28 hdac0: Name: pin: Line-out (Green Jack) hdac0: Widget cap: 0x0040058d hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x01014010 hdac0: Pin control: 0x00000040 OUT hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=22 [audio mixer] hdac0: hdac0: nid: 29 hdac0: Name: pin: Headphones (Green Jack) hdac0: Widget cap: 0x0040058d hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00008000) hdac0: Pin cap: 0x0000001c hdac0: PDC HP OUT hdac0: Pin config: 0x0221411f hdac0: Pin control: 0x000000c0 HP OUT hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 2 hdac0: | hdac0: + <- nid=22 [audio mixer] (selected) hdac0: + [DISABLED] <- nid=37 [audio output] hdac0: hdac0: nid: 30 hdac0: Name: pin: Mic (Pink Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 1 (0x00000100) hdac0: OSS: monitor (monitor) hdac0: Pin cap: 0x00002334 hdac0: PDC OUT IN VREF[ 50 100 HIZ ] hdac0: Pin config: 0x02a19138 hdac0: Pin control: 0x00000025 IN VREFs hdac0: connections: 1 hdac0: | hdac0: + [DISABLED] <- nid=39 [audio selector] hdac0: hdac0: nid: 31 hdac0: Name: pin: CD (Fixed) hdac0: Widget cap: 0x00400401 hdac0: PWR STEREO hdac0: Association: 1 (0x00000080) hdac0: OSS: cd (cd) hdac0: Pin cap: 0x00000020 hdac0: IN hdac0: Pin config: 0x90370137 hdac0: Pin control: 0x00000020 IN hdac0: hdac0: nid: 32 hdac0: Name: pin: Digital-out (Fixed) hdac0: Widget cap: 0x00400701 hdac0: PWR DIGITAL STEREO hdac0: Association: 2 (0x00000001) hdac0: Pin cap: 0x00000010 hdac0: OUT hdac0: Pin config: 0x985601f0 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=18 [audio output] hdac0: hdac0: nid: 33 [DISABLED] hdac0: Name: pin: SPDIF-in (None) hdac0: Widget cap: 0x00400601 hdac0: PWR DIGITAL STEREO hdac0: Pin cap: 0x00010030 hdac0: OUT IN EAPD hdac0: Pin config: 0x47c421f0 hdac0: Pin control: 0x00000000 hdac0: EAPD: 0x00000002 hdac0: hdac0: nid: 34 hdac0: Name: pin: Line-out (Orange Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000002) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x01016011 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=38 [audio selector] hdac0: hdac0: nid: 35 hdac0: Name: pin: Line-out (Grey Jack) hdac0: Widget cap: 0x00400581 hdac0: PWR UNSOL STEREO hdac0: Association: 0 (0x00000010) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x01012014 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=39 [audio selector] hdac0: hdac0: nid: 36 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000002) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 37 hdac0: Name: audio output hdac0: Widget cap: 0x00000411 hdac0: PWR STEREO hdac0: Association: 0 (0x00000010) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000a05e0 hdac0: 16 24 bits, 44 48 88 96 192 KHz hdac0: hdac0: nid: 38 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000002) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=36 [audio output] hdac0: hdac0: nid: 39 hdac0: Name: audio selector hdac0: Widget cap: 0x0030050d hdac0: PWR STEREO hdac0: Association: 0 (0x00000010) hdac0: OSS: pcm hdac0: Output amp: 0x80061b1b hdac0: mute=1 step=27 size=6 offset=27 hdac0: connections: 1 hdac0: | hdac0: + <- nid=37 [audio output] hdac0: hdac0: Processing audio FG cad=3 nid=1... hdac0: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac0: nid 5 0x18560110 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 1 hdac0: nid 7 0x58560121 as 2 seq 1 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 9 0x58560122 as 2 seq 2 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 11 0x58560123 as 2 seq 3 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: nid 13 0x58560124 as 2 seq 4 Digital-out None jack 6 loc 24 color Unknown misc 1 hdac0: Patched pins configuration: hdac0: nid 5 0x18560110 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 1 hdac0: nid 7 0x58560121 as 2 seq 1 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 9 0x58560122 as 2 seq 2 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 11 0x58560123 as 2 seq 3 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: nid 13 0x58560124 as 2 seq 4 Digital-out None jack 6 loc 24 color Unknown misc 1 [DISABLED] hdac0: 1 associations found: hdac0: Association 0 (1) out: hdac0: Pin nid=5 seq=0 hdac0: Tracing association 0 (1) hdac0: Pin 5 traced to DAC 4 hdac0: Association 0 (1) trace succeeded hdac0: Tracing input monitor hdac0: Tracing beeper hdac0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac0: hdac0: +-------------------+ hdac0: | DUMPING HDA NODES | hdac0: +-------------------+ hdac0: hdac0: Default Parameter hdac0: ----------------- hdac0: IN amp: 0x00000000 hdac0: OUT amp: 0x00000000 hdac0: hdac0: nid: 4 hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Association: 0 (0x00000001) hdac0: OSS: pcm (pcm) hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 5 hdac0: Name: pin: Digital-out (Jack) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Association: 0 (0x00000001) hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x18560110 hdac0: Pin control: 0x00000040 OUT hdac0: connections: 1 hdac0: | hdac0: + <- nid=4 [audio output] hdac0: hdac0: nid: 6 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 7 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560121 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=6 [audio output] [DISABLED] hdac0: hdac0: nid: 8 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 9 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560122 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=8 [audio output] [DISABLED] hdac0: hdac0: nid: 10 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 11 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560123 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=10 [audio output] [DISABLED] hdac0: hdac0: nid: 12 [DISABLED] hdac0: Name: audio output hdac0: Widget cap: 0x00000211 hdac0: DIGITAL STEREO hdac0: Stream cap: 0x00000001 hdac0: PCM hdac0: PCM cap: 0x000f00c0 hdac0: 8 16 20 24 bits, 48 88 KHz hdac0: hdac0: nid: 13 [DISABLED] hdac0: Name: pin: Digital-out (None) hdac0: Widget cap: 0x00400381 hdac0: DIGITAL UNSOL STEREO hdac0: Pin cap: 0x00000014 hdac0: PDC OUT hdac0: Pin config: 0x58560124 hdac0: Pin control: 0x00000000 hdac0: connections: 1 hdac0: | hdac0: + <- nid=12 [audio output] [DISABLED] hdac0: pcm0: at cad 0 nid 1 on hdac0 pcm0: +--------------------------------------+ pcm0: | DUMPING PCM Playback/Record Channels | pcm0: +--------------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000a05e0 pcm0: 16 24 bits, 44 48 88 96 192 KHz pcm0: DAC: 16 36 17 37 pcm0: pcm0: Record: pcm0: pcm0: Stream cap: 0x00000001 pcm0: PCM pcm0: PCM cap: 0x000a0560 pcm0: 16 24 bits, 44 48 96 192 KHz pcm0: ADC: 19 pcm0: pcm0: +-------------------------------+ pcm0: | DUMPING Playback/Record Paths | pcm0: +-------------------------------+ pcm0: pcm0: Playback: pcm0: pcm0: nid=25 [pin: Line-out (Black Jack)] pcm0: | pcm0: + <- nid=24 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=17 [audio output] [src: pcm] pcm0: pcm0: nid=28 [pin: Line-out (Green Jack)] pcm0: | pcm0: + <- nid=22 [audio mixer] [src: pcm] pcm0: | pcm0: + <- nid=16 [audio output] [src: pcm] pcm0: pcm0: nid=29 [pin: Headphones (Green Jack)] pcm0: | pcm0: + <- nid=22 [audio mixer] [src: pcm] pcm0: | pcm0: + <- nid=16 [audio output] [src: pcm] pcm0: pcm0: nid=34 [pin: Line-out (Orange Jack)] pcm0: | pcm0: + <- nid=38 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=36 [audio output] [src: pcm] pcm0: pcm0: nid=35 [pin: Line-out (Grey Jack)] pcm0: | pcm0: + <- nid=39 [audio selector] [src: pcm] pcm0: | pcm0: + <- nid=37 [audio output] [src: pcm] pcm0: pcm0: Record: pcm0: pcm0: nid=19 [audio input] pcm0: | pcm0: + <- nid=23 [audio selector] [src: line, mic, cd, monitor] pcm0: | pcm0: + <- nid=31 [pin: CD (Fixed)] [src: cd] pcm0: + <- nid=26 [pin: Mic (Pink Jack)] [src: mic] pcm0: + <- nid=27 [pin: Line-in (Blue Jack)] [src: line] pcm0: + <- nid=30 [pin: Mic (Pink Jack)] [src: monitor] pcm0: pcm0: +-------------------------+ pcm0: | DUMPING Volume Controls | pcm0: +-------------------------+ pcm0: pcm0: Master Volume (OSS: vol) pcm0: | pcm0: +- ctl 9 (nid 24 out): -47/0dB (28 steps) + mute pcm0: +- ctl 10 (nid 28 in ): -47/0dB (28 steps) + mute pcm0: +- ctl 11 (nid 29 in ): -47/0dB (28 steps) + mute pcm0: +- ctl 12 (nid 38 out): -47/0dB (28 steps) + mute pcm0: +- ctl 13 (nid 39 out): -47/0dB (28 steps) + mute pcm0: pcm0: PCM Volume (OSS: pcm) pcm0: | pcm0: +- ctl 3 (nid 22 in 0): -40/14dB (32 steps) + mute pcm0: +- ctl 9 (nid 24 out): -47/0dB (28 steps) + mute pcm0: +- ctl 12 (nid 38 out): -47/0dB (28 steps) + mute pcm0: +- ctl 13 (nid 39 out): -47/0dB (28 steps) + mute pcm0: pcm0: Recording Level (OSS: rec) pcm0: | pcm0: +- ctl 1 (nid 19 in 0): 0/35dB (21 steps) + mute pcm0: pcm0: Mixer "vol": pcm0: Mixer "pcm": pcm0: Mixer "rec": pcm0: clone manager: deadline=750ms flags=0x8000001e pcm0: sndbuf_setmap cc460000, 4000; 0xe6ecf000 -> cc460000 pcm0: sndbuf_setmap cc470000, 4000; 0xe6edf000 -> cc470000 pcm1: at cad 0 nid 1 on hdac0 pcm1: +--------------------------------------+ pcm1: | DUMPING PCM Playback/Record Channels | pcm1: +--------------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: Stream cap: 0x00000005 pcm1: AC3 PCM pcm1: PCM cap: 0x000a01e0 pcm1: 16 24 bits, 44 48 88 96 KHz pcm1: DAC: 18 pcm1: pcm1: +-------------------------------+ pcm1: | DUMPING Playback/Record Paths | pcm1: +-------------------------------+ pcm1: pcm1: Playback: pcm1: pcm1: nid=32 [pin: Digital-out (Fixed)] pcm1: | pcm1: + <- nid=18 [audio output] [src: pcm] pcm1: pcm1: +-------------------------+ pcm1: | DUMPING Volume Controls | pcm1: +-------------------------+ pcm1: pcm1: clone manager: deadline=750ms flags=0x8000001e pcm1: sndbuf_setmap 1100000, 4000; 0xe6eef000 -> 1100000 pcm2: at cad 3 nid 1 on hdac0 pcm2: +--------------------------------------+ pcm2: | DUMPING PCM Playback/Record Channels | pcm2: +--------------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: Stream cap: 0x00000005 pcm2: AC3 PCM pcm2: PCM cap: 0x000f00c0 pcm2: 8 16 20 24 bits, 48 88 KHz pcm2: DAC: 4 pcm2: pcm2: +-------------------------------+ pcm2: | DUMPING Playback/Record Paths | pcm2: +-------------------------------+ pcm2: pcm2: Playback: pcm2: pcm2: nid=5 [pin: Digital-out (Jack)] pcm2: | pcm2: + <- nid=4 [audio output] [src: pcm] pcm2: pcm2: +-------------------------+ pcm2: | DUMPING Volume Controls | pcm2: +-------------------------+ pcm2: pcm2: clone manager: deadline=750ms flags=0x8000001e pcm2: sndbuf_setmap 1110000, 4000; 0xe6eff000 -> 1110000 hdac1: Probing codec #0... hdac1: HDA Codec #0: ATI R6xx HDMI hdac1: HDA Codec ID: 0x1002aa01 hdac1: Vendor: 0x1002 hdac1: Device: 0xaa01 hdac1: Revision: 0x00 hdac1: Stepping: 0x00 hdac1: PCI Subvendor: 0xaa281043 hdac1: Found audio FG nid=1 startnode=2 endnode=4 total=2 hdac1: hdac1: Processing audio FG cad=0 nid=1... hdac1: GPIO: 0x00000000 NumGPIO=0 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=0 hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: Patched pins configuration: hdac1: nid 3 0x18560010 as 1 seq 0 Digital-out Jack jack 6 loc 24 color Unknown misc 0 hdac1: 1 associations found: hdac1: Association 0 (1) out: hdac1: Pin nid=3 seq=0 hdac1: Tracing association 0 (1) hdac1: Pin 3 traced to DAC 2 hdac1: Association 0 (1) trace succeeded hdac1: Tracing input monitor hdac1: Tracing beeper hdac1: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref hdac1: hdac1: +-------------------+ hdac1: | DUMPING HDA NODES | hdac1: +-------------------+ hdac1: hdac1: Default Parameter hdac1: ----------------- hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: IN amp: 0x00000000 hdac1: OUT amp: 0x00000000 hdac1: hdac1: nid: 2 hdac1: Name: audio output hdac1: Widget cap: 0x00000201 hdac1: DIGITAL STEREO hdac1: Association: 0 (0x00000001) hdac1: OSS: pcm (pcm) hdac1: Stream cap: 0x00000001 hdac1: PCM hdac1: PCM cap: 0x00020040 hdac1: 16 bits, 48 KHz hdac1: hdac1: nid: 3 hdac1: Name: pin: Digital-out (Jack) hdac1: Widget cap: 0x00400381 hdac1: DIGITAL UNSOL STEREO hdac1: Association: 0 (0x00000001) hdac1: Pin cap: 0x00000094 hdac1: PDC OUT hdac1: Pin config: 0x18560010 hdac1: Pin control: 0x00000040 OUT hdac1: connections: 1 hdac1: | hdac1: + <- nid=2 [audio output] hdac1: pcm3: at cad 0 nid 1 on hdac1 pcm3: +--------------------------------------+ pcm3: | DUMPING PCM Playback/Record Channels | pcm3: +--------------------------------------+ pcm3: pcm3: Playback: pcm3: pcm3: Stream cap: 0x00000005 pcm3: AC3 PCM pcm3: PCM cap: 0x00020040 pcm3: 16 bits, 48 KHz pcm3: DAC: 2 pcm3: pcm3: +-------------------------------+ pcm3: | DUMPING Playback/Record Paths | pcm3: +-------------------------------+ pcm3: pcm3: Playback: pcm3: pcm3: nid=3 [pin: Digital-out (Jack)] pcm3: | pcm3: + <- nid=2 [audio output] [src: pcm] pcm3: pcm3: +-------------------------+ pcm3: | DUMPING Volume Controls | pcm3: +-------------------------+ pcm3: pcm3: clone manager: deadline=750ms flags=0x8000001e pcm3: sndbuf_setmap 1120000, 4000; 0xe6f0f000 -> 1120000