Date: Fri, 14 Dec 2012 09:56:06 +0100 From: husyh@hush.com To: "Adrian Chadd" <adrian@freebsd.org> Cc: freebsd-current@freebsd.org Subject: Re: ath0: unable to attach hardware Message-ID: <20121214085607.3938D10E2C8@smtp.hushmail.com> In-Reply-To: <CAJ-Vmo=VYdCuoJDK4XLuQoB3gBob7LuhYDFF-F-G9_s4G8hM2w@mail.gmail.com> References: <20121123213551.C2CB9E6739@smtp.hushmail.com> <201212101437.54825.jhb@freebsd.org> <CAJ-VmomM965-=QByhJZMPUn_PZAnSjafcm3cy3ojRaPc5fbWPg@mail.gmail.com> <201212111549.49942.jhb@freebsd.org> <CAJ-VmonvJ4M5aJC9Mm5g%2B06Gfe=aoTg_p0NStj6gZtjkJ77Btw@mail.gmail.com> <20121213211100.5395F10E2C8@smtp.hushmail.com><CAJ-Vmo=VYdCuoJDK4XLuQoB3gBob7LuhYDFF-F-G9_s4G8hM2w@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
Hi,
attached to this e-mail you find the output of dmesg. What I guess the most relevant lines could be is:
ath0: <Atheros 5413> mem 0xfdee0000-0xfdeeffff irq 16 at device 4.0 on pci2
ar5212ChipTest: address test failed addr: 0x00008000 - wr:0x00000000 != rd:0xffffffff
ar5212Attach: hardware self-test failed
ath0: unable to attach hardware; HAL status 14
device_attach: ath0 attach returned 6
I read the registers 4004 and 4010 again to make sure the values still are the same, which indeed they are.
I hope this helps.
Thanks!
On Donnerstag, 13. Dezember 2012 at 10:18 PM, "Adrian Chadd" <adrian@freebsd.org> wrote:
>
>On 13 December 2012 13:11, <husyh@hush.com> wrote:
>> Hello everyone,
>>
>> I'm afraid I still don't know what exactly BAR is, or how I get
>its value that I'm supposed to plug into the line John provided:
>> dd if=/dev/mem bs=4 iseek=((start of bar + reg offset)/4)
>count=1 | hd
>>
>> I assumed that "start of bar" is 0xfdee0000 in my case, since
>dmesg reports
>> ath0: <Atheros 5413> mem 0xfdee0000-0xfdeeffff irq 16 at device
>4.0 on pci2
>
>Yup.
>
>> This is what I get:
>> # dd if=/dev/mem bs=4 iseek=`echo "ibase=16; (FDEE0000+4004)/4"
>| bc` count=1 | hd
>> 00 00 01 00
>> # dd if=/dev/mem bs=4 iseek=`echo "ibase=16; (FDEE0000+4010)/4"
>| bc` count=1 | hd
>> 14 00 01 00
>>
>> Please correct me if my assumption about "start of bar" was
>wrong and/or I made some other mistake.
>> Also, please don't hesitate to ask me to do anything else that
>might help you during debugging.
>>
>> Thank you very much for the effort.
>
>Hm. Wait, what's the rest of the ath0: output?
>
>
>
>Adrian
[-- Attachment #2 --]
Table 'FACP' at 0x7fee30c0
Table 'MCFG' at 0x7fee8800
Table 'APIC' at 0x7fee8700
APIC: Found table at 0x7fee8700
APIC: Using the MADT enumerator.
MADT: Found CPU APIC ID 0 ACPI ID 0: enabled
SMP: Added CPU 0 (AP)
MADT: Found CPU APIC ID 1 ACPI ID 1: enabled
SMP: Added CPU 1 (AP)
MADT: Found CPU APIC ID 2 ACPI ID 2: disabled
MADT: Found CPU APIC ID 3 ACPI ID 3: disabled
Copyright (c) 1992-2012 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 9.0-RELEASE #0: Wed Oct 31 17:46:26 CET 2012
root@pavilion:/usr/obj/usr/src/sys/PAVILION amd64
Table 'FACP' at 0x7fee30c0
Table 'MCFG' at 0x7fee8800
Table 'APIC' at 0x7fee8700
ACPI: No SRAT table found
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff813db000.
Calibrating TSC clock ... TSC clock: 3000921480 Hz
CPU: Intel(R) Pentium(R) D CPU 3.00GHz (3000.92-MHz K8-class CPU)
Origin = "GenuineIntel" Id = 0xf62 Family = f Model = 6 Stepping = 2
Features=0xbfebfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,DTS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE>
Features2=0xe43d<SSE3,DTES64,MON,DS_CPL,VMX,CNXT-ID,CX16,xTPR,PDCM>
AMD Features=0x20100800<SYSCALL,NX,LM>
AMD Features2=0x1<LAHF>
TSC: P-state invariant
real memory = 2147483648 (2048 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x0000000000100000 - 0x00000000001fffff, 1048576 bytes (256 pages)
0x000000000140a000 - 0x000000007c1ebfff, 2061377536 bytes (503266 pages)
avail memory = 2045521920 (1950 MB)
Event timer "LAPIC" quality 400
ACPI APIC Table: <HP-CPC AWRDACPI>
INTR: Adding local APIC 1 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
FreeBSD/SMP: 1 package(s) x 2 core(s)
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
x86bios: IVT 0x000000-0x0004ff at 0xfffffe0000000000
x86bios: SSEG 0x001000-0x001fff at 0xffffff800020d000
x86bios: EBDA 0x09f000-0x09ffff at 0xfffffe000009f000
x86bios: ROM 0x0a0000-0x0fefff at 0xfffffe00000a0000
APIC: CPU 0 has ACPI ID 0
APIC: CPU 1 has ACPI ID 1
ULE: setup cpu 0
ULE: setup cpu 1
ACPI: RSDP 0xf7f80 00014 (v00 HP-CPC)
ACPI: RSDT 0x7fee3040 00030 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
ACPI: FACP 0x7fee30c0 00074 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
ACPI: DSDT 0x7fee3180 05529 (v01 HP-CPC AWRDACPI 00001000 MSFT 0100000E)
ACPI: FACS 0x7fee0000 00040
ACPI: MCFG 0x7fee8800 0003C (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
ACPI: APIC 0x7fee8700 00084 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
MADT: Found IO APIC ID 4, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 4
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
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
lapic1: Routing NMI -> LINT1
lapic1: LINT1 trigger: edge
lapic1: LINT1 polarity: high
MADT: Ignoring local NMI routed to ACPI CPU 2
MADT: Ignoring local NMI routed to ACPI CPU 3
ioapic0 <Version 2.0> irqs 0-23 on motherboard
cpu0 BSP:
ID: 0x00000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
snd_unit_init() u=0x00ff8000 [512] d=0x00007c00 [32] c=0x000003ff [1024]
feeder_register: snd_unit=-1 snd_maxautovchans=16 latency=5 feeder_rate_min=1 feeder_rate_max=2016000 feeder_rate_round=25
wlan: <802.11 Link Layer>
random: <entropy source, Software, Yarrow>
kbd: new array size 4
kbd1 at kbdmux0
nfslock: pseudo-device
mem: <memory>
io: <I/O>
null: <null device, zero device>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2
acpi0: <HP-CPC AWRDACPI> on motherboard
PCIe: Memory Mapped configuration base @ 0xf0000000
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 0 vector 48
acpi0: Power Button (fixed)
acpi0: reservation of 0, a0000 (3) failed
acpi0: reservation of 100000, 7fde0000 (3) failed
ACPI timer: 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 1/0 -> 10
Timecounter "ACPI-fast" frequency 3579545 Hz quality 900
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
cpu1: <ACPI CPU> on acpi0
pci_link0: Index IRQ Rtd Ref IRQs
Initial Probe 0 7 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 7 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link1: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link2: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link3: Index IRQ Rtd Ref IRQs
Initial Probe 0 11 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 11 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link4: Index IRQ Rtd Ref IRQs
Initial Probe 0 10 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 10 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link5: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link6: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 3 4 5 7 9 10 11 12 14 15
Validation 0 255 N 0 3 4 5 7 9 10 11 12 14 15
After Disable 0 255 N 0 3 4 5 7 9 10 11 12 14 15
acpi_button0: <Power Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pcib0: decoding 4 range 0-0xcf7
pcib0: decoding 4 range 0xd00-0xffff
pcib0: decoding 3 range 0xa0000-0xbffff
pcib0: decoding 3 range 0xc0000-0xdffff
pcib0: decoding 3 range 0x7ff00000-0xfebfffff
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found-> vendor=0x8086, dev=0x2770, revid=0x81
domain=0, bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x2090, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x2771, revid=0x81
domain=0, bus=0, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
lattimer=0x00 (0 ns), mingnt=0x08 (2000 ns), maxlat=0x00 (0 ns)
intpin=a, irq=7
powerspec 2 supports D0 D3 current D0
MSI supports 1 message
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27d8, revid=0x01
domain=0, bus=0, slot=27, func=0
class=04-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0010, cachelnsz=8 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=7
powerspec 2 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xfdff8000, size 14, enabled
pcib0: allocated type 3 (0xfdff8000-0xfdffbfff) for rid 10 of pci0:0:27:0
pcib0: matched entry for 0.27.INTA
pcib0: slot 27 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27c8, revid=0x01
domain=0, bus=0, slot=29, func=0
class=0c-03-00, hdrtype=0x00, mfdev=1
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=255
map[20]: type I/O Port, range 32, base 0xff00, size 5, enabled
pcib0: allocated type 4 (0xff00-0xff1f) for rid 20 of pci0:0:29:0
found-> vendor=0x8086, dev=0x27c9, revid=0x01
domain=0, bus=0, slot=29, func=1
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=255
map[20]: type I/O Port, range 32, base 0xfe00, size 5, enabled
pcib0: allocated type 4 (0xfe00-0xfe1f) for rid 20 of pci0:0:29:1
found-> vendor=0x8086, dev=0x27ca, revid=0x01
domain=0, bus=0, slot=29, func=2
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=255
map[20]: type I/O Port, range 32, base 0xfd00, size 5, enabled
pcib0: allocated type 4 (0xfd00-0xfd1f) for rid 20 of pci0:0:29:2
found-> vendor=0x8086, dev=0x27cb, revid=0x01
domain=0, bus=0, slot=29, func=3
class=0c-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=d, irq=255
map[20]: type I/O Port, range 32, base 0xfc00, size 5, enabled
pcib0: allocated type 4 (0xfc00-0xfc1f) for rid 20 of pci0:0:29:3
found-> vendor=0x8086, dev=0x27cc, revid=0x01
domain=0, bus=0, slot=29, func=7
class=0c-03-20, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0290, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=255
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 32, base 0xfdfff000, size 10, enabled
pcib0: allocated type 3 (0xfdfff000-0xfdfff3ff) for rid 10 of pci0:0:29:7
found-> vendor=0x8086, dev=0x244e, revid=0xe1
domain=0, bus=0, slot=30, func=0
class=06-04-01, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x27b8, revid=0x01
domain=0, bus=0, slot=31, func=0
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x0107, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x8086, dev=0x27df, revid=0x01
domain=0, bus=0, slot=31, func=1
class=01-01-8a, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=255
pcib0: allocated type 4 (0x1f0-0x1f7) for rid 10 of pci0:0:31:1
pcib0: allocated type 4 (0x3f6-0x3f6) for rid 14 of pci0:0:31:1
pcib0: allocated type 4 (0x170-0x177) for rid 18 of pci0:0:31:1
pcib0: allocated type 4 (0x376-0x376) for rid 1c of pci0:0:31:1
map[20]: type I/O Port, range 32, base 0xfb00, size 4, enabled
pcib0: allocated type 4 (0xfb00-0xfb0f) for rid 20 of pci0:0:31:1
found-> vendor=0x8086, dev=0x27c0, revid=0x01
domain=0, bus=0, slot=31, func=2
class=01-01-8f, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02b0, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=11
powerspec 2 supports D0 D3 current D0
map[10]: type I/O Port, range 32, base 0xfa00, size 3, enabled
pcib0: allocated type 4 (0xfa00-0xfa07) for rid 10 of pci0:0:31:2
map[14]: type I/O Port, range 32, base 0xf900, size 2, enabled
pcib0: allocated type 4 (0xf900-0xf903) for rid 14 of pci0:0:31:2
map[18]: type I/O Port, range 32, base 0xf800, size 3, enabled
pcib0: allocated type 4 (0xf800-0xf807) for rid 18 of pci0:0:31:2
map[1c]: type I/O Port, range 32, base 0xf700, size 2, enabled
pcib0: allocated type 4 (0xf700-0xf703) for rid 1c of pci0:0:31:2
map[20]: type I/O Port, range 32, base 0xf600, size 4, enabled
pcib0: allocated type 4 (0xf600-0xf60f) for rid 20 of pci0:0:31:2
map[24]: type Memory, range 32, base 0xfdffe000, size 10, enabled
pcib0: allocated type 3 (0xfdffe000-0xfdffe3ff) for rid 24 of pci0:0:31:2
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 19
found-> vendor=0x8086, dev=0x27da, revid=0x01
domain=0, bus=0, slot=31, func=3
class=0c-05-00, hdrtype=0x00, mfdev=0
cmdreg=0x0001, statreg=0x0280, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=255
map[20]: type I/O Port, range 32, base 0x500, size 5, enabled
pcib0: allocated type 4 (0x500-0x51f) for rid 20 of pci0:0:31:3
pcib1: <PCI-PCI bridge> irq 16 at device 1.0 on pci0
pcib0: allocated type 4 (0xd000-0xdfff) for rid 1c of pcib1
pcib0: allocated type 3 (0xfdc00000-0xfdcfffff) for rid 20 of pcib1
pcib0: allocated type 3 (0xe0000000-0xefffffff) for rid 24 of pcib1
pcib1: domain 0
pcib1: secondary bus 1
pcib1: subordinate bus 1
pcib1: I/O decode 0xd000-0xdfff
pcib1: memory decode 0xfdc00000-0xfdcfffff
pcib1: prefetched decode 0xe0000000-0xefffffff
pci1: <PCI bus> on pcib1
pci1: domain=0, physical bus=1
found-> vendor=0x1002, dev=0x7146, revid=0x00
domain=0, bus=1, slot=0, func=0
class=03-00-00, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x0010, cachelnsz=8 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=7
powerspec 2 supports D0 D1 D2 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled
pcib1: allocated prefetch range (0xe0000000-0xefffffff) for rid 10 of pci0:1:0:0
map[18]: type Memory, range 64, base 0xfdcf0000, size 16, enabled
pcib1: allocated memory range (0xfdcf0000-0xfdcfffff) for rid 18 of pci0:1:0:0
map[20]: type I/O Port, range 32, base 0xde00, size 8, enabled
pcib1: allocated I/O port range (0xde00-0xdeff) for rid 20 of pci0:1:0:0
pcib0: matched entry for 0.1.INTA
pcib0: slot 1 INTA hardwired to IRQ 16
pcib1: slot 0 INTA is routed to irq 16
found-> vendor=0x1002, dev=0x7166, revid=0x00
domain=0, bus=1, slot=0, func=1
class=03-80-00, hdrtype=0x00, mfdev=0
cmdreg=0x0000, statreg=0x0010, cachelnsz=8 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 64, base 0xfdce0000, size 16, memory disabled
pcib1: allocated memory range (0xfdce0000-0xfdceffff) for rid 10 of pci0:1:0:1
vgapci0: <VGA-compatible display> port 0xde00-0xdeff mem 0xe0000000-0xefffffff,0xfdcf0000-0xfdcfffff irq 16 at device 0.0 on pci1
vgapci1: <VGA-compatible display> mem 0xfdce0000-0xfdceffff at device 0.1 on pci1
hdac0: <Intel 82801G High Definition Audio Controller> mem 0xfdff8000-0xfdffbfff irq 16 at device 27.0 on pci0
hdac0: HDA Driver Revision: 20100226_0142
hdac0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 49
hdac0: using IRQ 256 for MSI
hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
uhci0: <Intel 82801G (ICH7) USB controller USB-A> port 0xff00-0xff1f at device 29.0 on pci0
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 50
usbus0: <Intel 82801G (ICH7) USB controller USB-A> on uhci0
usbus0: bpf attached
uhci0: usbpf: Attached
uhci1: <Intel 82801G (ICH7) USB controller USB-B> port 0xfe00-0xfe1f at device 29.1 on pci0
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 19
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 51
usbus1: <Intel 82801G (ICH7) USB controller USB-B> on uhci1
usbus1: bpf attached
uhci1: usbpf: Attached
uhci2: <Intel 82801G (ICH7) USB controller USB-C> port 0xfd00-0xfd1f at device 29.2 on pci0
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 52
usbus2: <Intel 82801G (ICH7) USB controller USB-C> on uhci2
usbus2: bpf attached
uhci2: usbpf: Attached
uhci3: <Intel 82801G (ICH7) USB controller USB-D> port 0xfc00-0xfc1f at device 29.3 on pci0
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 16
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 53
usbus3: <Intel 82801G (ICH7) USB controller USB-D> on uhci3
usbus3: bpf attached
uhci3: usbpf: Attached
ehci0: <Intel 82801GB/R (ICH7) USB 2.0 controller> mem 0xfdfff000-0xfdfff3ff at device 29.7 on pci0
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 23
usbus4: EHCI version 1.0
usbus4: <Intel 82801GB/R (ICH7) USB 2.0 controller> on ehci0
usbus4: bpf attached
ehci0: usbpf: Attached
pcib2: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib0: allocated type 4 (0xe000-0xefff) for rid 1c of pcib2
pcib0: allocated type 3 (0xfde00000-0xfdefffff) for rid 20 of pcib2
pcib0: allocated type 3 (0xfdd00000-0xfddfffff) for rid 24 of pcib2
pcib2: domain 0
pcib2: secondary bus 2
pcib2: subordinate bus 2
pcib2: I/O decode 0xe000-0xefff
pcib2: memory decode 0xfde00000-0xfdefffff
pcib2: prefetched decode 0xfdd00000-0xfddfffff
pcib2: Subtractively decoded bridge.
pci2: <ACPI PCI bus> on pcib2
pci2: domain=0, physical bus=2
found-> vendor=0x168c, dev=0x001b, revid=0x01
domain=0, bus=2, slot=4, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0290, cachelnsz=8 (dwords)
lattimer=0x20 (960 ns), mingnt=0x0a (2500 ns), maxlat=0x1c (7000 ns)
intpin=a, irq=7
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 32, base 0xfdee0000, size 16, enabled
pcib2: allocated memory range (0xfdee0000-0xfdeeffff) for rid 10 of pci0:2:4:0
pcib2: matched entry for 2.4.INTA
pcib2: slot 4 INTA hardwired to IRQ 16
found-> vendor=0x8086, dev=0x27dc, revid=0x01
domain=0, bus=2, slot=8, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0003, statreg=0x0290, cachelnsz=8 (dwords)
lattimer=0x20 (960 ns), mingnt=0x08 (2000 ns), maxlat=0x38 (14000 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xfdeff000, size 12, enabled
pcib2: allocated memory range (0xfdeff000-0xfdefffff) for rid 10 of pci0:2:8:0
map[14]: type I/O Port, range 32, base 0xef00, size 6, enabled
pcib2: allocated I/O port range (0xef00-0xef3f) for rid 14 of pci0:2:8:0
pcib2: matched entry for 2.8.INTA
pcib2: slot 8 INTA hardwired to IRQ 20
ath0: <Atheros 5413> mem 0xfdee0000-0xfdeeffff irq 16 at device 4.0 on pci2
ar5212ChipTest: address test failed addr: 0x00008000 - wr:0x00000000 != rd:0xffffffff
ar5212Attach: hardware self-test failed
ath0: unable to attach hardware; HAL status 14
device_attach: ath0 attach returned 6
fxp0: <Intel 82801GB (ICH7) 10/100 Ethernet> port 0xef00-0xef3f mem 0xfdeff000-0xfdefffff irq 20 at device 8.0 on pci2
fxp0: using memory space register mapping
fxp0: PCI IDs: 8086 27dc 103c 2a22 0001
fxp0: Dynamic Standby mode is enabled
miibus0: <MII bus> on fxp0
inphy0: <i82562ET 10/100 media interface> PHY 1 on miibus0
inphy0: OUI 0x005500, model 0x0033, rev. 0
inphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto, auto-flow
fxp0: bpf attached
fxp0: Ethernet address: 00:15:f2:06:a3:a4
ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 54
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH7 UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xfb00-0xfb0f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 55
atapci1: <Intel ICH7 SATA300 controller> port 0xfa00-0xfa07,0xf900-0xf903,0xf800-0xf807,0xf700-0xf703,0xf600-0xf60f mem 0xfdffe000-0xfdffe3ff irq 19 at device 31.2 on pci0
ata2: <ATA channel 0> on atapci1
ata3: <ATA channel 1> on atapci1
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
ioapic0: routing intpin 2 (ISA IRQ 0) to lapic 0 vector 56
Event timer "i8254" frequency 1193182 Hz quality 100
atrtc0: <AT realtime clock> port 0x70-0x73 irq 8 on acpi0
atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s)
ioapic0: routing intpin 8 (ISA IRQ 8) to lapic 0 vector 57
Event timer "RTC" frequency 32768 Hz quality 0
ppc1: using extended I/O port range
ppc1: SPP ECP ECP+EPP
ppc1: <Parallel port> port 0x378-0x37f,0x778-0x77b irq 5 drq 3 on acpi0
ppc1: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc1: FIFO with 16/16/8 bytes threshold
ioapic0: routing intpin 5 (ISA IRQ 5) to lapic 0 vector 58
ppbus0: <Parallel port bus> on ppc1
plip0: <PLIP network interface> on ppbus0
plip0: bpf attached
lpt0: <Printer> on ppbus0
lpt0: Interrupt-driven port
ppi0: <Parallel I/O> on ppbus0
acpi0: wakeup code va 0xffffff809e8e3000 pa 0x4000
ex_isa_identify()
ahc_isa_probe 0: ioport 0xc00 alloc failed
ahc_isa_probe 1: ioport 0x1c00 alloc failed
ahc_isa_probe 2: ioport 0x2c00 alloc failed
ahc_isa_probe 3: ioport 0x3c00 alloc failed
ahc_isa_probe 4: ioport 0x4c00 alloc failed
ahc_isa_probe 5: ioport 0x5c00 alloc failed
ahc_isa_probe 6: ioport 0x6c00 alloc failed
ahc_isa_probe 7: ioport 0x7c00 alloc failed
ahc_isa_probe 8: ioport 0x8c00 alloc failed
ahc_isa_probe 9: ioport 0x9c00 alloc failed
ahc_isa_probe 10: ioport 0xac00 alloc failed
ahc_isa_probe 11: ioport 0xbc00 alloc failed
ahc_isa_probe 12: ioport 0xcc00 alloc failed
ahc_isa_probe 13: ioport 0xdc00 alloc failed
ahc_isa_probe 14: ioport 0xec00 alloc failed
pcib0: allocated type 3 (0xa0000-0xa07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa0800-0xa0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1000-0xa17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa1800-0xa1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2000-0xa27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa2800-0xa2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3000-0xa37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa3800-0xa3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4000-0xa47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa4800-0xa4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5000-0xa57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa5800-0xa5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6000-0xa67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa6800-0xa6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7000-0xa77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa7800-0xa7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8000-0xa87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa8800-0xa8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9000-0xa97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xa9800-0xa9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa000-0xaa7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaa800-0xaafff) for rid 0 of orm0
pcib0: allocated type 3 (0xab000-0xab7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xab800-0xabfff) for rid 0 of orm0
pcib0: allocated type 3 (0xac000-0xac7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xac800-0xacfff) for rid 0 of orm0
pcib0: allocated type 3 (0xad000-0xad7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xad800-0xadfff) for rid 0 of orm0
pcib0: allocated type 3 (0xae000-0xae7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xae800-0xaefff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf000-0xaf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xaf800-0xaffff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0000-0xb07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb0800-0xb0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1000-0xb17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb1800-0xb1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2000-0xb27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb2800-0xb2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3000-0xb37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb3800-0xb3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4000-0xb47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb4800-0xb4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5000-0xb57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb5800-0xb5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6000-0xb67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb6800-0xb6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7000-0xb77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb7800-0xb7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8000-0xb87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb8800-0xb8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9000-0xb97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xb9800-0xb9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xba000-0xba7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xba800-0xbafff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb000-0xbb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbb800-0xbbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc000-0xbc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbc800-0xbcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd000-0xbd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbd800-0xbdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe000-0xbe7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbe800-0xbefff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf000-0xbf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xbf800-0xbffff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0000-0xc07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc0800-0xc0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1000-0xc17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc1800-0xc1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2000-0xc27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc2800-0xc2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3000-0xc37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc3800-0xc3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4000-0xc47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc4800-0xc4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5000-0xc57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc5800-0xc5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6000-0xc67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc6800-0xc6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7000-0xc77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc7800-0xc7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8000-0xc87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc8800-0xc8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9000-0xc97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xc9800-0xc9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xca000-0xca7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xca800-0xcafff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb000-0xcb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcb800-0xcbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc000-0xcc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcc800-0xccfff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd000-0xcd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xcd800-0xcdfff) for rid 0 of orm0
pcib0: allocated type 3 (0xce000-0xce7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xce800-0xcefff) for rid 0 of orm0
pcib0: allocated type 3 (0xcf800-0xcffff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0000-0xd07ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd0800-0xd0fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1000-0xd17ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd1800-0xd1fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2000-0xd27ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd2800-0xd2fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3000-0xd37ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd3800-0xd3fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4000-0xd47ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd4800-0xd4fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5000-0xd57ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd5800-0xd5fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6000-0xd67ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd6800-0xd6fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7000-0xd77ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd7800-0xd7fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8000-0xd87ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd8800-0xd8fff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9000-0xd97ff) for rid 0 of orm0
pcib0: allocated type 3 (0xd9800-0xd9fff) for rid 0 of orm0
pcib0: allocated type 3 (0xda000-0xda7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xda800-0xdafff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb000-0xdb7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdb800-0xdbfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc000-0xdc7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdc800-0xdcfff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd000-0xdd7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdd800-0xddfff) for rid 0 of orm0
pcib0: allocated type 3 (0xde000-0xde7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xde800-0xdefff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf000-0xdf7ff) for rid 0 of orm0
pcib0: allocated type 3 (0xdf800-0xdffff) for rid 0 of orm0
isa_probe_children: disabling PnP devices
atrtc: atrtc0 already exists; skipping it
attimer: attimer0 already exists; skipping it
sc: sc0 already exists; skipping it
isa_probe_children: probing non-PnP devices
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0xffffffff (1)
atkbd: failed to reset the keyboard.
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: scteken (teken terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
pcib0: allocated type 4 (0x3c0-0x3df) for rid 0 of vga0
pcib0: allocated type 3 (0xa0000-0xbffff) for rid 0 of vga0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on isa0
pcib0: allocated type 4 (0x60-0x60) for rid 0 of atkbdc0
pcib0: allocated type 4 (0x64-0x64) for rid 1 of atkbdc0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
kbd0 at atkbd0
kbd0: atkbd0, AT 84 (1), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 59
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
pcib0: allocated type 4 (0x3f0-0x3f5) for rid 0 of fdc0
pcib0: allocated type 4 (0x3f7-0x3f7) for rid 1 of fdc0
fdc0 failed to probe at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
ppc0: cannot reserve I/O port range
ppc0: <Parallel port> failed to probe at irq 7 on isa0
pcib0: allocated type 4 (0x3f8-0x3ff) for rid 0 of uart0
uart0: <ns8250> failed to probe at port 0x3f8-0x3ff irq 4 on isa0
pcib0: allocated type 4 (0x2f8-0x2ff) for rid 0 of uart1
uart1: <ns8250> failed to probe at port 0x2f8-0x2ff irq 3 on isa0
isa_probe_children: probing PnP devices
p4tcc0: <CPU Frequency Thermal Control> on cpu0
p4tcc1: <CPU Frequency Thermal Control> on cpu1
Device configuration finished.
procfs registered
lapic: Divisor 2, Frequency 100030731 Hz
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
lo0: bpf attached
hptrr: no controller detected.
hdac0: Probing codec #2...
hdac0: HDA Codec #2: Realtek ALC882
hdac0: HDA Codec ID: 0x10ec0882
hdac0: Vendor: 0x10ec
hdac0: Device: 0x0882
hdac0: Revision: 0x01
hdac0: Stepping: 0x01
hdac0: PCI Subvendor: 0x2a23103c
hdac0: Found audio FG nid=1 startnode=2 endnode=39 total=37
hdac0:
hdac0: Processing audio FG cad=2 nid=1...
hdac0: GPIO: 0x40000002 NumGPIO=2 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdac0: nid 20 0x01014110 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 1
hdac0: nid 21 0x01011112 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 1
hdac0: nid 22 0x01016111 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 1
hdac0: nid 23 0x01012114 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 1
hdac0: nid 24 0x01a19932 as 3 seq 2 Mic Jack jack 1 loc 1 color Pink misc 9
hdac0: nid 25 0x02a19c40 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12
hdac0: nid 26 0x01813130 as 3 seq 0 Line-in Jack jack 1 loc 1 color Blue misc 1
hdac0: nid 27 0x02214c20 as 2 seq 0 Headphones Jack jack 1 loc 2 color Green misc 12
hdac0: nid 28 0x99331131 as 3 seq 1 CD Fixed jack 3 loc 25 color Black misc 1
hdac0: Patching widget caps nid=29 0x00400000 -> 0x00700000
hdac0: nid 30 0x0144111e as 1 seq 14 SPDIF-out Jack jack 4 loc 1 color Black misc 1
hdac0: nid 31 0x01c46150 as 5 seq 0 SPDIF-in Jack jack 4 loc 1 color Orange misc 1
hdac0: Patched pins configuration:
hdac0: nid 20 0x01014110 as 1 seq 0 Line-out Jack jack 1 loc 1 color Green misc 1
hdac0: nid 21 0x01011112 as 1 seq 2 Line-out Jack jack 1 loc 1 color Black misc 1
hdac0: nid 22 0x01016111 as 1 seq 1 Line-out Jack jack 1 loc 1 color Orange misc 1
hdac0: nid 23 0x01012114 as 1 seq 4 Line-out Jack jack 1 loc 1 color Grey misc 1
hdac0: nid 24 0x01a19932 as 3 seq 2 Mic Jack jack 1 loc 1 color Pink misc 9
hdac0: nid 25 0x02a19c40 as 4 seq 0 Mic Jack jack 1 loc 2 color Pink misc 12
hdac0: nid 26 0x01813130 as 3 seq 0 Line-in Jack jack 1 loc 1 color Blue misc 1
hdac0: nid 27 0x02214c20 as 2 seq 0 Headphones Jack jack 1 loc 2 color Green misc 12
hdac0: nid 28 0x99331131 as 3 seq 1 CD Fixed jack 3 loc 25 color Black misc 1
hdac0: nid 30 0x0144111e as 1 seq 14 SPDIF-out Jack jack 4 loc 1 color Black misc 1
hdac0: nid 31 0x01c46150 as 5 seq 0 SPDIF-in Jack jack 4 loc 1 color Orange misc 1
hdac0: 5 associations found:
hdac0: Association 0 (1) out:
hdac0: Pin nid=20 seq=0
hdac0: Pin nid=22 seq=1
hdac0: Pin nid=21 seq=2
hdac0: Pin nid=23 seq=4
hdac0: Pin nid=30 seq=14
hdac0: Association 1 (2) out:
hdac0: Pin nid=27 seq=0
hdac0: Association 2 (3) in:
hdac0: Pin nid=26 seq=0
hdac0: Pin nid=28 seq=1
hdac0: Pin nid=24 seq=2
hdac0: Association 3 (4) in:
hdac0: Pin nid=25 seq=0
hdac0: Association 4 (5) in:
hdac0: Pin nid=31 seq=0
hdac0: Tracing association 0 (1)
hdac0: Pin 20 traced to DAC 2
hdac0: Pin 22 traced to DAC 3
hdac0: Pin 21 traced to DAC 4
hdac0: Pin 23 traced to DAC 5
hdac0: Pin 30 traced to DAC 6
hdac0: Association 0 (1) trace succeeded
hdac0: Tracing association 1 (2)
hdac0: Pin 27 traced to DAC 37
hdac0: Association 1 (2) trace succeeded
hdac0: Tracing association 2 (3)
hdac0: Pin 26 traced to ADC 7
hdac0: Pin 28 traced to ADC 7
hdac0: Pin 24 traced to ADC 7
hdac0: Association 2 (3) trace succeeded
hdac0: Tracing association 3 (4)
hdac0: Pin 25 traced to ADC 8
hdac0: Association 3 (4) trace succeeded
hdac0: Tracing association 4 (5)
hdac0: Unable to trace pin 31 to ADC 9, undo traces
hdac0: Pin 31 traced to ADC 10
hdac0: Association 4 (5) trace succeeded
hdac0: Tracing input monitor
hdac0: Tracing nid 11 to out
hdac0: nid 11 is input monitor
hdac0: Tracing nid 35 to out
hdac0: Tracing nid 36 to out
hdac0: Tracing other input monitors
hdac0: Tracing nid 24 to out
hdac0: Tracing nid 25 to out
hdac0: Tracing nid 26 to out
hdac0: Tracing nid 28 to out
hdac0: Tracing nid 31 to out
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: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0: IN amp: 0x00000000
hdac0: OUT amp: 0x00000000
hdac0:
hdac0: nid: 2
hdac0: Name: audio output
hdac0: Widget cap: 0x00000011
hdac0: STEREO
hdac0: Association: 0 (0x00000001)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 3
hdac0: Name: audio output
hdac0: Widget cap: 0x00000011
hdac0: STEREO
hdac0: Association: 0 (0x00000002)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 4
hdac0: Name: audio output
hdac0: Widget cap: 0x00000011
hdac0: STEREO
hdac0: Association: 0 (0x00000004)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 5
hdac0: Name: audio output
hdac0: Widget cap: 0x00000011
hdac0: STEREO
hdac0: Association: 0 (0x00000010)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 6
hdac0: Name: audio output
hdac0: Widget cap: 0x00000211
hdac0: DIGITAL STEREO
hdac0: Association: 0 (0x00004000)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x001e0560
hdac0: 16 20 24 32 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 7
hdac0: Name: audio input
hdac0: Widget cap: 0x0010011b
hdac0: STEREO
hdac0: Association: 2 (0x00000007)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x00060160
hdac0: 16 20 bits, 44 48 96 KHz
hdac0: Input amp: 0x80051f08
hdac0: mute=1 step=31 size=5 offset=8
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=36 [audio mixer]
hdac0:
hdac0: nid: 8
hdac0: Name: audio input
hdac0: Widget cap: 0x0010011b
hdac0: STEREO
hdac0: Association: 3 (0x00000001)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x00060160
hdac0: 16 20 bits, 44 48 96 KHz
hdac0: Input amp: 0x80051f08
hdac0: mute=1 step=31 size=5 offset=8
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=35 [audio mixer]
hdac0:
hdac0: nid: 9 [DISABLED]
hdac0: Name: audio input
hdac0: Widget cap: 0x0010011b
hdac0: STEREO
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x00060160
hdac0: 16 20 bits, 44 48 96 KHz
hdac0: Input amp: 0x80051f08
hdac0: mute=1 step=31 size=5 offset=8
hdac0: connections: 1
hdac0: |
hdac0: + [DISABLED] <- nid=34 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 10
hdac0: Name: audio input
hdac0: Widget cap: 0x00100391
hdac0: DIGITAL UNSOL STEREO
hdac0: Association: 4 (0x00000001)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x001e0560
hdac0: 16 20 24 32 bits, 44 48 96 192 KHz
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=31 [pin: SPDIF-in (Orange Jack)]
hdac0:
hdac0: nid: 11
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010b
hdac0: STEREO
hdac0: Association: 2 (0x00000007)
hdac0: OSS: mix (mix)
hdac0: Input amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 10
hdac0: |
hdac0: + <- nid=24 [pin: Mic (Pink Jack)]
hdac0: + [DISABLED] <- nid=25 [pin: Mic (Pink Jack)]
hdac0: + <- nid=26 [pin: Line-in (Blue Jack)]
hdac0: + [DISABLED] <- nid=27 [pin: Headphones (Green Jack)]
hdac0: + <- nid=28 [pin: CD (Fixed)]
hdac0: + <- nid=29 [beep widget]
hdac0: + [DISABLED] <- nid=20 [pin: Line-out (Green Jack)]
hdac0: + [DISABLED] <- nid=21 [pin: Line-out (Black Jack)]
hdac0: + [DISABLED] <- nid=22 [pin: Line-out (Orange Jack)]
hdac0: + [DISABLED] <- nid=23 [pin: Line-out (Grey Jack)]
hdac0:
hdac0: nid: 12
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 0 (0x00000001)
hdac0: OSS: pcm, mix
hdac0: Output amp: 0x00051f1f
hdac0: mute=0 step=31 size=5 offset=31
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=2 [audio output]
hdac0: + <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 13
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 0 (0x00000002)
hdac0: OSS: pcm, mix
hdac0: Output amp: 0x00051f1f
hdac0: mute=0 step=31 size=5 offset=31
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=3 [audio output]
hdac0: + <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 14
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 0 (0x00000004)
hdac0: OSS: pcm, mix
hdac0: Output amp: 0x00051f1f
hdac0: mute=0 step=31 size=5 offset=31
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=4 [audio output]
hdac0: + <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 15
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 0 (0x00000010)
hdac0: OSS: pcm, mix
hdac0: Output amp: 0x00051f1f
hdac0: mute=0 step=31 size=5 offset=31
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=5 [audio output]
hdac0: + <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 16 [DISABLED]
hdac0: Name: vendor widget
hdac0: Widget cap: 0x00f00000
hdac0:
hdac0: nid: 17 [DISABLED]
hdac0: Name: vendor widget
hdac0: Widget cap: 0x00f00000
hdac0:
hdac0: nid: 18 [DISABLED]
hdac0: Name: vendor widget
hdac0: Widget cap: 0x00f00000
hdac0:
hdac0: nid: 19 [DISABLED]
hdac0: Name: vendor widget
hdac0: Widget cap: 0x00f00000
hdac0:
hdac0: nid: 20
hdac0: Name: pin: Line-out (Green Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00000001)
hdac0: Pin cap: 0x0000003f
hdac0: ISC TRQD PDC HP OUT IN
hdac0: Pin config: 0x01014110
hdac0: Pin control: 0x00000040 OUT
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + <- nid=12 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 21
hdac0: Name: pin: Line-out (Black Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00000004)
hdac0: Pin cap: 0x0000003f
hdac0: ISC TRQD PDC HP OUT IN
hdac0: Pin config: 0x01011112
hdac0: Pin control: 0x00000040 OUT
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer]
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + <- nid=14 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 22
hdac0: Name: pin: Line-out (Orange Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00000002)
hdac0: Pin cap: 0x0000003f
hdac0: ISC TRQD PDC HP OUT IN
hdac0: Pin config: 0x01016111
hdac0: Pin control: 0x00000040 OUT
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer]
hdac0: + <- nid=13 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 23
hdac0: Name: pin: Line-out (Grey Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00000010)
hdac0: Pin cap: 0x0000003f
hdac0: ISC TRQD PDC HP OUT IN
hdac0: Pin config: 0x01012114
hdac0: Pin control: 0x00000040 OUT
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer]
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + <- nid=15 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 24
hdac0: Name: pin: Mic (Pink Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 2 (0x00000004)
hdac0: OSS: mic (mic)
hdac0: Pin cap: 0x0000173f
hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x01a19932
hdac0: Pin control: 0x00000024 IN VREFs
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 25
hdac0: Name: pin: Mic (Pink Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 3 (0x00000001)
hdac0: OSS: monitor (monitor)
hdac0: Pin cap: 0x0000173f
hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x02a19c40
hdac0: Pin control: 0x00000024 IN VREFs
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 26
hdac0: Name: pin: Line-in (Blue Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 2 (0x00000001)
hdac0: OSS: line (line)
hdac0: Pin cap: 0x0000173f
hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x01813130
hdac0: Pin control: 0x00000024 IN VREFs
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer] (selected)
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + [DISABLED] <- nid=38 [audio mixer]
hdac0:
hdac0: nid: 27
hdac0: Name: pin: Headphones (Green Jack)
hdac0: Widget cap: 0x0040018f
hdac0: UNSOL STEREO
hdac0: Association: 1 (0x00000001)
hdac0: Pin cap: 0x0000173f
hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x02214c20
hdac0: Pin control: 0x000000c0 HP OUT
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 5
hdac0: |
hdac0: + [DISABLED] <- nid=12 [audio mixer]
hdac0: + [DISABLED] <- nid=13 [audio mixer]
hdac0: + [DISABLED] <- nid=14 [audio mixer]
hdac0: + [DISABLED] <- nid=15 [audio mixer]
hdac0: + <- nid=38 [audio mixer] (selected)
hdac0:
hdac0: nid: 28
hdac0: Name: pin: CD (Fixed)
hdac0: Widget cap: 0x00400001
hdac0: STEREO
hdac0: Association: 2 (0x00000002)
hdac0: OSS: cd (cd)
hdac0: Pin cap: 0x00000020
hdac0: IN
hdac0: Pin config: 0x99331131
hdac0: Pin control: 0x00000020 IN
hdac0:
hdac0: nid: 29
hdac0: Name: beep widget
hdac0: Widget cap: 0x00700000
hdac0: Association: -2 (0x00000000)
hdac0: OSS: speaker (speaker)
hdac0:
hdac0: nid: 30
hdac0: Name: pin: SPDIF-out (Black Jack)
hdac0: Widget cap: 0x00400300
hdac0: DIGITAL
hdac0: Association: 0 (0x00004000)
hdac0: Pin cap: 0x00000010
hdac0: OUT
hdac0: Pin config: 0x0144111e
hdac0: Pin control: 0x00000040 OUT
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=6 [audio output]
hdac0:
hdac0: nid: 31
hdac0: Name: pin: SPDIF-in (Orange Jack)
hdac0: Widget cap: 0x00400200
hdac0: DIGITAL
hdac0: Association: 4 (0x00000001)
hdac0: OSS: dig1 (dig1)
hdac0: Pin cap: 0x00000020
hdac0: IN
hdac0: Pin config: 0x01c46150
hdac0: Pin control: 0x00000020 IN
hdac0:
hdac0: nid: 32 [DISABLED]
hdac0: Name: vendor widget
hdac0: Widget cap: 0x00f00040
hdac0: PROC
hdac0:
hdac0: nid: 33 [DISABLED]
hdac0: Name: volume widget
hdac0: Widget cap: 0x00600080
hdac0: UNSOL
hdac0:
hdac0: nid: 34 [DISABLED]
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 11
hdac0: |
hdac0: + [DISABLED] <- nid=24 [pin: Mic (Pink Jack)]
hdac0: + [DISABLED] <- nid=25 [pin: Mic (Pink Jack)]
hdac0: + [DISABLED] <- nid=26 [pin: Line-in (Blue Jack)]
hdac0: + [DISABLED] <- nid=27 [pin: Headphones (Green Jack)]
hdac0: + [DISABLED] <- nid=28 [pin: CD (Fixed)]
hdac0: + [DISABLED] <- nid=29 [beep widget]
hdac0: + [DISABLED] <- nid=20 [pin: Line-out (Green Jack)]
hdac0: + [DISABLED] <- nid=21 [pin: Line-out (Black Jack)]
hdac0: + [DISABLED] <- nid=22 [pin: Line-out (Orange Jack)]
hdac0: + [DISABLED] <- nid=23 [pin: Line-out (Grey Jack)]
hdac0: + [DISABLED] <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 35
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 3 (0x00000001)
hdac0: OSS: speaker, monitor
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 11
hdac0: |
hdac0: + [DISABLED] <- nid=24 [pin: Mic (Pink Jack)]
hdac0: + <- nid=25 [pin: Mic (Pink Jack)]
hdac0: + [DISABLED] <- nid=26 [pin: Line-in (Blue Jack)]
hdac0: + [DISABLED] <- nid=27 [pin: Headphones (Green Jack)]
hdac0: + [DISABLED] <- nid=28 [pin: CD (Fixed)]
hdac0: + <- nid=29 [beep widget]
hdac0: + [DISABLED] <- nid=20 [pin: Line-out (Green Jack)]
hdac0: + [DISABLED] <- nid=21 [pin: Line-out (Black Jack)]
hdac0: + [DISABLED] <- nid=22 [pin: Line-out (Orange Jack)]
hdac0: + [DISABLED] <- nid=23 [pin: Line-out (Grey Jack)]
hdac0: + [DISABLED] <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 36
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 2 (0x00000007)
hdac0: OSS: speaker, line, mic, cd, mix
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 11
hdac0: |
hdac0: + <- nid=24 [pin: Mic (Pink Jack)]
hdac0: + [DISABLED] <- nid=25 [pin: Mic (Pink Jack)]
hdac0: + <- nid=26 [pin: Line-in (Blue Jack)]
hdac0: + [DISABLED] <- nid=27 [pin: Headphones (Green Jack)]
hdac0: + <- nid=28 [pin: CD (Fixed)]
hdac0: + <- nid=29 [beep widget]
hdac0: + [DISABLED] <- nid=20 [pin: Line-out (Green Jack)]
hdac0: + [DISABLED] <- nid=21 [pin: Line-out (Black Jack)]
hdac0: + [DISABLED] <- nid=22 [pin: Line-out (Orange Jack)]
hdac0: + [DISABLED] <- nid=23 [pin: Line-out (Grey Jack)]
hdac0: + <- nid=11 [audio mixer]
hdac0:
hdac0: nid: 37
hdac0: Name: audio output
hdac0: Widget cap: 0x00000011
hdac0: STEREO
hdac0: Association: 1 (0x00000001)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e0560
hdac0: 16 20 24 bits, 44 48 96 192 KHz
hdac0:
hdac0: nid: 38
hdac0: Name: audio mixer
hdac0: Widget cap: 0x0020010f
hdac0: STEREO
hdac0: Association: 1 (0x00000001)
hdac0: OSS: pcm, mix
hdac0: Output amp: 0x00051f1f
hdac0: mute=0 step=31 size=5 offset=31
hdac0: Input amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=37 [audio output]
hdac0: + <- nid=11 [audio mixer]
hdac0:
pcm0: <HDA Realtek ALC882 PCM #0 Digital> at cad 2 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: 0x000e0560
pcm0: 16 20 24 bits, 44 48 96 192 KHz
pcm0: DAC: 2 3 4 5 6
pcm0:
pcm0: Record:
pcm0:
pcm0: Stream cap: 0x00000005
pcm0: AC3 PCM
pcm0: PCM cap: 0x001e0560
pcm0: 16 20 24 32 bits, 44 48 96 192 KHz
pcm0: ADC: 10
pcm0:
pcm0: +-------------------------------+
pcm0: | DUMPING Playback/Record Paths |
pcm0: +-------------------------------+
pcm0:
pcm0: Playback:
pcm0:
pcm0: nid=20 [pin: Line-out (Green Jack)]
pcm0: |
pcm0: + <- nid=12 [audio mixer] [src: pcm, mix]
pcm0: |
pcm0: + <- nid=2 [audio output] [src: pcm]
pcm0: + <- nid=11 [audio mixer] [src: mix]
pcm0:
pcm0: nid=22 [pin: Line-out (Orange Jack)]
pcm0: |
pcm0: + <- nid=13 [audio mixer] [src: pcm, mix]
pcm0: |
pcm0: + <- nid=3 [audio output] [src: pcm]
pcm0: + <- nid=11 [audio mixer] [src: mix]
pcm0:
pcm0: nid=21 [pin: Line-out (Black Jack)]
pcm0: |
pcm0: + <- nid=14 [audio mixer] [src: pcm, mix]
pcm0: |
pcm0: + <- nid=4 [audio output] [src: pcm]
pcm0: + <- nid=11 [audio mixer] [src: mix]
pcm0:
pcm0: nid=23 [pin: Line-out (Grey Jack)]
pcm0: |
pcm0: + <- nid=15 [audio mixer] [src: pcm, mix]
pcm0: |
pcm0: + <- nid=5 [audio output] [src: pcm]
pcm0: + <- nid=11 [audio mixer] [src: mix]
pcm0:
pcm0: nid=30 [pin: SPDIF-out (Black Jack)]
pcm0: |
pcm0: + <- nid=6 [audio output] [src: pcm]
pcm0:
pcm0: Record:
pcm0:
pcm0: nid=10 [audio input]
pcm0: |
pcm0: + <- nid=31 [pin: SPDIF-in (Orange Jack)] [src: dig1]
pcm0:
pcm0: Input Mix:
pcm0:
pcm0: nid=11 [audio mixer]
pcm0: |
pcm0: + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm0: + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm0: + <- nid=28 [pin: CD (Fixed)] [src: cd]
pcm0: + <- nid=29 [beep widget] [src: speaker]
pcm0:
pcm0: +-------------------------+
pcm0: | DUMPING Volume Controls |
pcm0: +-------------------------+
pcm0:
pcm0: Master Volume (OSS: vol)
pcm0: |
pcm0: +- ctl 14 (nid 12 out): -46/0dB (32 steps)
pcm0: +- ctl 15 (nid 12 in 0): mute
pcm0: +- ctl 16 (nid 12 in 1): mute
pcm0: +- ctl 17 (nid 13 out): -46/0dB (32 steps)
pcm0: +- ctl 18 (nid 13 in 0): mute
pcm0: +- ctl 19 (nid 13 in 1): mute
pcm0: +- ctl 20 (nid 14 out): -46/0dB (32 steps)
pcm0: +- ctl 21 (nid 14 in 0): mute
pcm0: +- ctl 22 (nid 14 in 1): mute
pcm0: +- ctl 23 (nid 15 out): -46/0dB (32 steps)
pcm0: +- ctl 24 (nid 15 in 0): mute
pcm0: +- ctl 25 (nid 15 in 1): mute
pcm0: +- ctl 26 (nid 20 in ): mute
pcm0: +- ctl 28 (nid 21 in ): mute
pcm0: +- ctl 30 (nid 22 in ): mute
pcm0: +- ctl 32 (nid 23 in ): mute
pcm0:
pcm0: PCM Volume (OSS: pcm)
pcm0: |
pcm0: +- ctl 15 (nid 12 in 0): mute
pcm0: +- ctl 18 (nid 13 in 0): mute
pcm0: +- ctl 21 (nid 14 in 0): mute
pcm0: +- ctl 24 (nid 15 in 0): mute
pcm0:
pcm0: Input Mix Level (OSS: mix)
pcm0: |
pcm0: +- ctl 16 (nid 12 in 1): mute
pcm0: +- ctl 19 (nid 13 in 1): mute
pcm0: +- ctl 22 (nid 14 in 1): mute
pcm0: +- ctl 25 (nid 15 in 1): mute
pcm0:
pcm0: Input Monitoring Level (OSS: igain)
pcm0: |
pcm0: +- ctl 16 (nid 12 in 1): mute
pcm0: +- ctl 19 (nid 13 in 1): mute
pcm0: +- ctl 22 (nid 14 in 1): mute
pcm0: +- ctl 25 (nid 15 in 1): mute
pcm0:
pcm0: Enabling Soft PCM volume
pcm0: Mixer "vol":
pcm0: Mixer "pcm":
pcm0: Mixer "mix":
pcm0: Mixer "igain":
pcm0: Soft PCM mixer ENABLED
pcm0: clone manager: deadline=750ms flags=0x8000001e
pcm0: sndbuf_setmap 4020000, 4000; 0xffffff809e8f6000 -> 4020000
pcm0: sndbuf_setmap 4030000, 4000; 0xffffff809e906000 -> 4030000
pcm1: <HDA Realtek ALC882 PCM #1 Analog> at cad 2 nid 1 on hdac0
pcm1: +--------------------------------------+
pcm1: | DUMPING PCM Playback/Record Channels |
pcm1: +--------------------------------------+
pcm1:
pcm1: Playback:
pcm1:
pcm1: Stream cap: 0x00000001
pcm1: PCM
pcm1: PCM cap: 0x000e0560
pcm1: 16 20 24 bits, 44 48 96 192 KHz
pcm1: DAC: 37
pcm1:
pcm1: Record:
pcm1:
pcm1: Stream cap: 0x00000001
pcm1: PCM
pcm1: PCM cap: 0x00060160
pcm1: 16 20 bits, 44 48 96 KHz
pcm1: ADC: 7
pcm1:
pcm1: +-------------------------------+
pcm1: | DUMPING Playback/Record Paths |
pcm1: +-------------------------------+
pcm1:
pcm1: Playback:
pcm1:
pcm1: nid=27 [pin: Headphones (Green Jack)]
pcm1: |
pcm1: + <- nid=38 [audio mixer] [src: pcm, mix]
pcm1: |
pcm1: + <- nid=37 [audio output] [src: pcm]
pcm1: + <- nid=11 [audio mixer] [src: mix]
pcm1:
pcm1: Record:
pcm1:
pcm1: nid=7 [audio input]
pcm1: |
pcm1: + <- nid=36 [audio mixer] [src: speaker, line, mic, cd, mix]
pcm1: |
pcm1: + <- nid=24 [pin: Mic (Pink Jack)] [src: mic]
pcm1: + <- nid=26 [pin: Line-in (Blue Jack)] [src: line]
pcm1: + <- nid=28 [pin: CD (Fixed)] [src: cd]
pcm1: + <- nid=29 [beep widget] [src: speaker]
pcm1: + <- nid=11 [audio mixer] [src: mix]
pcm1:
pcm1: +-------------------------+
pcm1: | DUMPING Volume Controls |
pcm1: +-------------------------+
pcm1:
pcm1: Master Volume (OSS: vol)
pcm1: |
pcm1: +- ctl 40 (nid 27 in ): mute
pcm1: +- ctl 75 (nid 38 out): -46/0dB (32 steps)
pcm1: +- ctl 76 (nid 38 in 0): mute
pcm1: +- ctl 77 (nid 38 in 1): mute
pcm1:
pcm1: PCM Volume (OSS: pcm)
pcm1: |
pcm1: +- ctl 76 (nid 38 in 0): mute
pcm1:
pcm1: CD Volume (OSS: cd)
pcm1: |
pcm1: +- ctl 8 (nid 11 in 4): -34/12dB (32 steps) + mute
pcm1: +- ctl 68 (nid 36 in 4): mute
pcm1:
pcm1: Microphone Volume (OSS: mic)
pcm1: |
pcm1: +- ctl 35 (nid 24 out): 0/30dB (4 steps)
pcm1: +- ctl 64 (nid 36 in 0): mute
pcm1:
pcm1: Line-in Volume (OSS: line)
pcm1: |
pcm1: +- ctl 39 (nid 26 out): 0/30dB (4 steps)
pcm1: +- ctl 66 (nid 36 in 2): mute
pcm1:
pcm1: Speaker/Beep Volume (OSS: speaker)
pcm1: |
pcm1: +- ctl 9 (nid 11 in 5): -34/12dB (32 steps) + mute
pcm1: +- ctl 69 (nid 36 in 5): mute
pcm1:
pcm1: Recording Level (OSS: rec)
pcm1: |
pcm1: +- ctl 1 (nid 7 in 0): -12/34dB (32 steps) + mute
pcm1: +- ctl 64 (nid 36 in 0): mute
pcm1: +- ctl 66 (nid 36 in 2): mute
pcm1: +- ctl 68 (nid 36 in 4): mute
pcm1: +- ctl 69 (nid 36 in 5): mute
pcm1: +- ctl 74 (nid 36 in 10): mute
pcm1:
pcm1: Input Mix Level (OSS: mix)
pcm1: |
pcm1: +- ctl 4 (nid 11 in 0): -34/12dB (32 steps) + mute
pcm1: +- ctl 6 (nid 11 in 2): -34/12dB (32 steps) + mute
pcm1: +- ctl 8 (nid 11 in 4): -34/12dB (32 steps) + mute
pcm1: +- ctl 9 (nid 11 in 5): -34/12dB (32 steps) + mute
pcm1: +- ctl 74 (nid 36 in 10): mute
pcm1: +- ctl 77 (nid 38 in 1): mute
pcm1:
pcm1: Input Monitoring Level (OSS: igain)
pcm1: |
pcm1: +- ctl 77 (nid 38 in 1): mute
pcm1:
pcm1: Enabling Soft PCM volume
pcm1: Mixer "vol":
pcm1: Mixer "pcm":
pcm1: Mixer "speaker":
pcm1: Mixer "line":
pcm1: Mixer "mic":
pcm1: Mixer "cd":
pcm1: Mixer "mix":
pcm1: Mixer "rec":
pcm1: Mixer "igain":
pcm1: Soft PCM mixer ENABLED
pcm1: clone manager: deadline=750ms flags=0x8000001e
pcm1: sndbuf_setmap 4050000, 4000; 0xffffff809e916000 -> 4050000
pcm1: sndbuf_setmap 4060000, 4000; 0xffffff809e926000 -> 4060000
pcm2: <HDA Realtek ALC882 PCM #2 Analog> at cad 2 nid 1 on hdac0
pcm2: +--------------------------------------+
pcm2: | DUMPING PCM Playback/Record Channels |
pcm2: +--------------------------------------+
pcm2:
pcm2: Record:
pcm2:
pcm2: Stream cap: 0x00000001
pcm2: PCM
pcm2: PCM cap: 0x00060160
pcm2: 16 20 bits, 44 48 96 KHz
pcm2: ADC: 8
pcm2:
pcm2: +-------------------------------+
pcm2: | DUMPING Playback/Record Paths |
pcm2: +-------------------------------+
pcm2:
pcm2: Record:
pcm2:
pcm2: nid=8 [audio input]
pcm2: |
pcm2: + <- nid=35 [audio mixer] [src: speaker, monitor]
pcm2: |
pcm2: + <- nid=25 [pin: Mic (Pink Jack)] [src: monitor]
pcm2: + <- nid=29 [beep widget] [src: speaker]
pcm2:
pcm2: +-------------------------+
pcm2: | DUMPING Volume Controls |
pcm2: +-------------------------+
pcm2:
pcm2: Microphone2 Volume (OSS: monitor)
pcm2: |
pcm2: +- ctl 37 (nid 25 out): 0/30dB (4 steps)
pcm2: +- ctl 54 (nid 35 in 1): mute
pcm2:
pcm2: Speaker/Beep Volume (OSS: speaker)
pcm2: |
pcm2: +- ctl 58 (nid 35 in 5): mute
pcm2:
pcm2: Recording Level (OSS: rec)
pcm2: |
pcm2: +- ctl 2 (nid 8 in 0): -12/34dB (32 steps) + mute
pcm2: +- ctl 54 (nid 35 in 1): mute
pcm2: +- ctl 58 (nid 35 in 5): mute
pcm2:
pcm2: Mixer "speaker":
pcm2: Mixer "rec":
pcm2: Mixer "monitor":
pcm2: clone manager: deadline=750ms flags=0x8000001e
pcm2: sndbuf_setmap 4070000, 4000; 0xffffff809e936000 -> 4070000
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 480Mbps High Speed USB v2.0
ata0: reset tp1 mask=03 ostat0=50 ostat1=01
ata0: stat0=0x10 err=0x01 lsb=0x14 msb=0xeb
ata0: stat1=0x01 err=0x04 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=10 stat1=01 devices=0x10000
(aprobe0:ata0:0:0:0): SIGNATURE: eb14
ugen0.1: <Intel> at usbus0
uhub0: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus0
ugen1.1: <Intel> at usbus1
uhub1: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus1
ugen2.1: <Intel> at usbus2
uhub2: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus2
ugen3.1: <Intel> at usbus3
uhub3: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus3
ugen4.1: <Intel> at usbus4
uhub4: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus4
uhub0: 2 ports with 2 removable, self powered
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
ata2: SATA reset: ports status=0x01
ata2: p0: SATA connect time=0ms status=00000113
ata2: p1: SATA connect timeout status=00000000
ata2: reset tp1 mask=03 ostat0=50 ostat1=00
ata2: stat0=0x50 err=0x01 lsb=0x00 msb=0x00
ata2: stat1=0x00 err=0x01 lsb=0x00 msb=0x00
ata2: reset tp2 stat0=50 stat1=00 devices=0x1
(aprobe0:ata2:0:0:0): SIGNATURE: 0000
ata3: SATA reset: ports status=0x00
ata3: p0: SATA connect timeout status=00000000
ata3: p1: SATA connect timeout status=00000000
ada0 at ata2 bus 0 scbus1 target 0 lun 0
ada0: <ST3160023AS 3.43> ATA-7 SATA 1.x device
ada0: Serial Number 4MT22C2S
ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
ada0: 152627MB (312581808 512 byte sectors: 16H 63S/T 16383C)
ada0: Previously was known as ad4
GEOM: new disk ada0
pass0 at ata0 bus 0 scbus0 target 0 lun 0
pass0: <TSSTcorp CD/DVDW TS-H552L 0614> Removable CD-ROM SCSI-0 device
pass0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <TSSTcorp CD/DVDW TS-H552L 0614> Removable CD-ROM SCSI-0 device
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: cd present [295184 x 2048 byte records]
pass1 at ata2 bus 0 scbus1 target 0 lun 0
pass1: <ST3160023AS 3.43> ATA-7 SATA 1.x device
pass1: Serial Number 4MT22C2S
pass1: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)
SMP: AP CPU #1 Launched!
cpu1 AP:
ID: 0x01000000 VER: 0x00050014 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x000000f0 pmc: 0x00010400
SMP: failed TSC synchronization test
TSC timecounter discards lower 8 bit(s)
Timecounter "TSC-low" frequency 11722349 Hz quality -100
GEOM: new disk cd0
uhub4: 8 ports with 8 removable, self powered
Root mount waiting for: usbus4
Trying to mount root from ufs:/dev/ada0p2 [rw]...
start_init: trying /sbin/init
ugen0.2: <Plus More Enterprise LTD.> at usbus0
ukbd0: <Plus More Enterprise LTD. USB-compliant keyboard, class 0/0, rev 1.10/1.00, addr 2> on usbus0
kbd2 at ukbd0
kbd2: ukbd0, generic (0), config:0x0, flags:0x3d0000
ums0: <Plus More Enterprise LTD. USB-compliant keyboard, class 0/0, rev 1.10/1.00, addr 2> on usbus0
ums0: 0 buttons and [XYZ] coordinates ID=3
ugen4.2: <GH> at usbus4
umass0: <GH PicoBit, class 0/0, rev 2.00/1.10, addr 2> on usbus4
umass0: SCSI over Bulk-Only; quirks = 0x4100
umass0:3:0:-1: Attached to scbus3
(probe0:umass-sim0:0:0:0): Down reving Protocol Version from 2 to 0?
pass2 at umass-sim0 bus 0 scbus3 target 0 lun 0
pass2: <GH PicoBit PMAP> Removable Direct Access SCSI-0 device
pass2: Serial Number 0773143800FC
pass2: 40.000MB/s transfers
GEOM: new disk da0
da0 at umass-sim0 bus 0 scbus3 target 0 lun 0
da0: <GH PicoBit PMAP> Removable Direct Access SCSI-0 device
da0: Serial Number 0773143800FC
da0: 40.000MB/s transfers
da0: 981MB (2009088 512 byte sectors: 64H 32S/T 981C)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20121214085607.3938D10E2C8>
