[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Semi-working patch for amd64 suspend/resume
- To: "Andrey V. Elsukov" <bu7cher_(_at_)_yandex_(_dot_)_ru>
- Subject: Re: Semi-working patch for amd64 suspend/resume
- From: Alex Keda <admin_(_at_)_lissyara_(_dot_)_su>
- Date: Tue, 16 Dec 2008 19:55:12 +0300
- Cc: freebsd-amd64_(_at_)_FreeBSD_(_dot_)_org, Alexander Motin <mav_(_at_)_FreeBSD_(_dot_)_org>, Søren @FreeBSD.ORG, Nate Lawson <nate_(_at_)_root_(_dot_)_org>, freebsd-acpi_(_at_)_FreeBSD_(_dot_)_org, Schmidt <sos_(_at_)_FreeBSD_(_dot_)_org>
Andrey V. Elsukov пишет:
Nate Lawson wrote:
#7 0xffffffff80551631 in device_attach (dev=0xffffff000772fb00) at
bus_if.h:46
#8 0xffffffff805529ea in bus_generic_attach (dev=Variable "dev" is not
available.
) at /usr/src/sys/kern/subr_bus.c:2953
#9 0xffffffff8024c2f7 in ata_identify (dev=0xffffff0001559a00) at
/usr/src/sys/dev/ata/ata-all.c:713
#10 0xffffffff80254d22 in ata_sata_phy_event (context=Variable "context"
is not available.
) at /usr/src/sys/dev/ata/ata-sata.c:69
#11 0xffffffff8056155a in taskqueue_run (queue=0xffffff0001499780) at
/usr/src/sys/kern/subr_taskqueue.c:282
#12 0xffffffff80561802 in taskqueue_thread_loop (arg=Variable "arg" is
not available.
ATA should be disabling its SATA PHY task during suspend, then
re-enabling it after resume. Looks like it doesn't do this.
It seems that resuming of ATA controller is already done.
AHCI interrupts are enabled and PHY state was changed.
And task are doing attach of hot-plugged device..
So, Alex, can you show output of a kgdb command:
(kgdb) p "%s", msgbufp->msg_ptr
boot verbose, as requested
Script started on Tue Dec 16 19:49:33 2008
HP# kgdb -q /boot/kernel/kernel vmcore.9[K11
Reading symbols from /boot/kernel/sound.ko...Reading symbols from /boot/kernel/sound.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/sound.ko
Reading symbols from /boot/kernel/snd_hda.ko...Reading symbols from /boot/kernel/snd_hda.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/snd_hda.ko
Reading symbols from /boot/kernel/umodem.ko...Reading symbols from /boot/kernel/umodem.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/umodem.ko
Reading symbols from /boot/kernel/acpi_video.ko...Reading symbols from /boot/kernel/acpi_video.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi_video.ko
Reading symbols from /boot/kernel/atapicam.ko...Reading symbols from /boot/kernel/atapicam.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/atapicam.ko
Reading symbols from /boot/kernel/acpi_aiboost.ko...Reading symbols from /boot/kernel/acpi_aiboost.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi_aiboost.ko
Reading symbols from /boot/kernel/acpi_dock.ko...Reading symbols from /boot/kernel/acpi_dock.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/acpi_dock.ko
Reading symbols from /boot/kernel/ng_bt3c.ko...Reading symbols from /boot/kernel/ng_bt3c.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_bt3c.ko
Reading symbols from /boot/kernel/netgraph.ko...Reading symbols from /boot/kernel/netgraph.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/netgraph.ko
Reading symbols from /boot/kernel/ng_btsocket.ko...Reading symbols from /boot/kernel/ng_btsocket.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_btsocket.ko
Reading symbols from /boot/kernel/ng_bluetooth.ko...Reading symbols from /boot/kernel/ng_bluetooth.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_bluetooth.ko
Reading symbols from /boot/kernel/ng_ubt.ko...Reading symbols from /boot/kernel/ng_ubt.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_ubt.ko
Reading symbols from /boot/kernel/ubtbcmfw.ko...Reading symbols from /boot/kernel/ubtbcmfw.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ubtbcmfw.ko
Reading symbols from /boot/kernel/ng_l2cap.ko...Reading symbols from /boot/kernel/ng_l2cap.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/ng_l2cap.ko
Reading symbols from /boot/kernel/iicbb.ko...Reading symbols from /boot/kernel/iicbb.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/iicbb.ko
Reading symbols from /boot/kernel/iicbus.ko...Reading symbols from /boot/kernel/iicbus.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/iicbus.ko
Reading symbols from /boot/kernel/tmpfs.ko...Reading symbols from /boot/kernel/tmpfs.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/tmpfs.ko
Reading symbols from /usr/local/modules/rtc.ko...done.
Loaded symbols for /usr/local/modules/rtc.ko
Reading symbols from /boot/kernel/linux.ko...Reading symbols from /boot/kernel/linux.ko.symbols...done.
done.
Loaded symbols for /boot/kernel/linux.ko
#0 doadump () at pcpu.h:196
196 pcpu.h: No such file or directory.
in pcpu.h
(kgdb) bt
#0 doadump () at pcpu.h:196
#1 0xffffffff80528008 in boot (howto=260) at /usr/src/sys/kern/kern_shutdown.c:420
#2 0xffffffff8052844c in panic (fmt=0xffffffff808a4cbc "%s") at /usr/src/sys/kern/kern_shutdown.c:576
#3 0xffffffff807e4ca8 in trap_fatal (frame=0xffffff0001345720, eva=Variable "eva" is not available.
) at /usr/src/sys/amd64/amd64/trap.c:759
#4 0xffffffff807e5074 in trap_pfault (frame=0xfffffffe4005ba20, usermode=0) at /usr/src/sys/amd64/amd64/trap.c:675
#5 0xffffffff807e5970 in trap (frame=0xfffffffe4005ba20) at /usr/src/sys/amd64/amd64/trap.c:444
#6 0xffffffff807c80ae in calltrap () at /usr/src/sys/amd64/amd64/exception.S:217
#7 0xffffffff80551631 in device_attach (dev=0xffffff0001afe900) at bus_if.h:46
#8 0xffffffff805529ea in bus_generic_attach (dev=Variable "dev" is not available.
) at /usr/src/sys/kern/subr_bus.c:2953
#9 0xffffffff8024c2f7 in ata_identify (dev=0xffffff0001559a00) at /usr/src/sys/dev/ata/ata-all.c:713
#10 0xffffffff80254d22 in ata_sata_phy_event (context=Variable "context" is not available.
) at /usr/src/sys/dev/ata/ata-sata.c:69
#11 0xffffffff8056155a in taskqueue_run (queue=0xffffff0001499780) at /usr/src/sys/kern/subr_taskqueue.c:282
#12 0xffffffff80561802 in taskqueue_thread_loop (arg=Variable "arg" is not available.
) at /usr/src/sys/kern/subr_taskqueue.c:403
#13 0xffffffff805069c8 in fork_exit (callout=0xffffffff80561790 <taskqueue_thread_loop>, arg=0xffffffff80b6b250, frame=0xfffffffe4005bc90)
at /usr/src/sys/kern/kern_fork.c:821
#14 0xffffffff807c84be in fork_trampoline () at /usr/src/sys/amd64/amd64/exception.S:521
#15 0x0000000000000000 in ?? ()
#16 0x0000000000000000 in ?? ()
#17 0x0000000000000000 in ?? ()
#18 0x0000000000000000 in ?? ()
#19 0x0000000000000000 in ?? ()
#20 0x0000000000000000 in ?? ()
#21 0x0000000000000000 in ?? ()
#22 0x0000000000000000 in ?? ()
#23 0x0000000000000000 in ?? ()
#24 0x0000000000000000 in ?? ()
#25 0x0000000000000000 in ?? ()
#26 0x0000000000000000 in ?? ()
#27 0x0000000000000000 in ?? ()
#28 0x0000000000000000 in ?? ()
#29 0x0000000000000000 in ?? ()
#30 0x0000000000000000 in ?? ()
#31 0x0000000000000000 in ?? ()
#32 0x0000000000000000 in ?? ()
#33 0x0000000000000000 in ?? ()
#34 0x0000000000000000 in ?? ()
#35 0x0000000000000000 in ?? ()
#36 0x0000000000000000 in ?? ()
#37 0x0000000000000000 in ?? ()
#38 0x0000000000000000 in ?? ()
#39 0x0000000000e8a000 in ?? ()
#40 0xffffff0001345720 in ?? ()
---Type <return> to continue, or q <return> to quit---
#41 0xffffffff80b50500 in tdq_cpu ()
#42 0xffffffff80b4f880 in affinity ()
#43 0xffffff0001345720 in ?? ()
#44 0xfffffffe4005b690 in ?? ()
#45 0xfffffffe4005b648 in ?? ()
#46 0xffffff0001891ab0 in ?? ()
#47 0xffffffff8054abad in sched_switch (td=0xffffffff80561790, newtd=0xffffffff80b6b250, flags=Variable "flags" is not available.
) at /usr/src/sys/kern/sched_ule.c:1848
Previous frame inner to this frame (corrupt stack?)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb) printf "%s", msgbufp->msg_ptr
Copyright (c) 1992-2008 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 8.0-CURRENT #0: Sat Dec 13 22:29:48 MSK 2008
lissyara_(_at_)_acer_(_dot_)_lissyara_(_dot_)_int_(_dot_)_otradno_(_dot_)_ru:/usr/obj/usr/src/sys/color-console
Preloaded elf kernel "/boot/kernel/kernel" at 0xffffffff80e5f000.
Preloaded elf obj module "/boot/kernel/sound.ko" at 0xffffffff80e5f1f8.
Preloaded elf obj module "/boot/kernel/snd_hda.ko" at 0xffffffff80e5f860.
Preloaded elf obj module "/boot/kernel/umodem.ko" at 0xffffffff80e5fe48.
Preloaded elf obj module "/boot/kernel/acpi_video.ko" at 0xffffffff80e60370.
Preloaded /boot/zfs/zpool.cache "/boot/zfs/zpool.cache" at 0xffffffff80e608e0.
Preloaded elf obj module "/boot/kernel/atapicam.ko" at 0xffffffff80e60940.
Preloaded elf obj module "/boot/kernel/acpi_aiboost.ko" at 0xffffffff80e60f30.
Preloaded elf obj module "/boot/kernel/acpi_dock.ko" at 0xffffffff80e614a0.
Preloaded elf obj module "/boot/kernel/ng_bt3c.ko" at 0xffffffff80e61a10.
Preloaded elf obj module "/boot/kernel/netgraph.ko" at 0xffffffff80e61ff8.
Preloaded elf obj module "/boot/kernel/ng_btsocket.ko" at 0xffffffff80e62668.
Preloaded elf obj module "/boot/kernel/ng_bluetooth.ko" at 0xffffffff80e62cd8.
Preloaded elf obj module "/boot/kernel/ng_ubt.ko" at 0xffffffff80e63248.
Preloaded elf obj module "/boot/kernel/ubtbcmfw.ko" at 0xffffffff80e637b0.
Preloaded elf obj module "/boot/kernel/ng_l2cap.ko" at 0xffffffff80e63ca0.
Preloaded elf obj module "/boot/kernel/iicbb.ko" at 0xffffffff80e64290.
Preloaded elf obj module "/boot/kernel/iicbus.ko" at 0xffffffff80e64738.
Preloaded elf obj module "/boot/kernel/tmpfs.ko" at 0xffffffff80e64ba0.
Timecounter "i8254" frequency 1193182 Hz quality 0
Calibrating TSC clock ... TSC clock: 1994924370 Hz
CPU: AMD Turion(tm) 64 X2 Mobile Technology TL-60 (1994.92-MHz K8-class CPU)
Origin = "AuthenticAMD" Id = 0x60f82 Stepping = 2
Features=0x178bfbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CLFLUSH,MMX,FXSR,SSE,SSE2,HTT>
Features2=0x2001<SSE3,CX16>
AMD Features=0xea500800<SYSCALL,NX,MMX+,FFXSR,RDTSCP,LM,3DNow!+,3DNow!>
AMD Features2=0x11f<LAHF,CMP,SVM,ExtAPIC,CR8,Prefetch>
Cores per package: 2
L1 2MB data TLB: 8 entries, fully associative
L1 2MB instruction TLB: 8 entries, fully associative
L1 4KB data TLB: 32 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 unified TLB: 0 entries, disabled/not present
L2 4KB data TLB: 512 entries, 4-way associative
---Type <return> to continue, or q <return> to quit---
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 = 1998295040 (1905 MB)
Physical memory chunk(s):
0x0000000000001000 - 0x000000000009bfff, 634880 bytes (155 pages)
0x0000000000e92000 - 0x0000000074ad3fff, 1942233088 bytes (474178 pages)
avail memory = 1929797632 (1840 MB)
ACPI APIC Table: <HP 0944 >
INTR: Adding local APIC 1 as a target
FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs
cpu0 (BSP): APIC ID: 0
cpu1 (AP): APIC ID: 1
APIC: CPU 0 has ACPI ID 1
APIC: CPU 1 has ACPI ID 2
ULE: setup cpu 0
ULE: setup cpu 1
ACPI: RSDP @ 0x0xfe0b0/0x0024 (v 2 HP )
ACPI: XSDT @ 0x0x77fc81bc/0x0064 (v 1 HPQOEM SLIC-MPC 0x00000001 HP 0x00000001)
ACPI: FACP @ 0x0x77fc8084/0x00F4 (v 4 HP 0944 0x00000003 HP 0x00000001)
ACPI Error (tbfadt-0516): 32/64X address mismatch in "Pm2ControlBlock": [ 8800] [ 0 8100], using 64X [20070320]
ACPI: DSDT @ 0x0x77fc84a4/0x1193C (v 1 HP SB400 0x00010000 MSFT 0x03000001)
ACPI: FACS @ 0x0x77fe7d80/0x0040
ACPI: SLIC @ 0x0x77fc8220/0x0176 (v 1 HPQOEM SLIC-MPC 0x00000001 HP 0x00000001)
ACPI: EPTH @ 0x0x77fc8398/0x0038 (v 1 HP 0944 0x00000001 HP 0x00000001)
ACPI: APIC @ 0x0x77fc83d0/0x0062 (v 1 HP 0944 0x00000001 HP 0x00000001)
ACPI: MCFG @ 0x0x77fc8434/0x003C (v 1 HP 0944 0x00000001 HP 0x00000001)
ACPI: TCPA @ 0x0x77fc8470/0x0032 (v 2 HP 0944 0x00000001 HP 0x00000001)
ACPI: SSDT @ 0x0x77fd9de0/0x0059 (v 1 HP HPQNLP 0x00000001 MSFT 0x03000001)
ACPI: SSDT @ 0x0x77fd9e39/0x0206 (v 1 HP PSSTBLID 0x00000001 HP 0x00000001)
MADT: Found IO APIC ID 2, Interrupt 0 at 0xfec00000
ioapic0: Changing APIC ID to 2
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
ioapic0: intpin 9 polarity: low
lapic0: Routing NMI -> LINT1
lapic0: LINT1 trigger: edge
lapic0: LINT1 polarity: high
ioapic0 <Version 2.1> irqs 0-23 on motherboard
cpu0 BSP:
---Type <return> to continue, or q <return> to quit---
ID: 0x00000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000100ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400
ath_rate: version 1.9 <SampleRate bit-rate selection algorithm>
wlan: <802.11 Link Layer>
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
null: <null device, zero device>
random: <entropy source, Software, Yarrow>
nfslock: pseudo-device
io: <I/O>
kbd: new array size 4
kbd1 at kbdmux0
mem: <memory>
hptrr: RocketRAID 17xx/2xxx SATA controller driver v1.2 (Dec 13 2008 22:26:24)
acpi0: <HPQOEM SLIC-MPC> on motherboard
PCIe: Memory Mapped configuration base @ 0xe0000000
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C08C.C08D.C154 -> bus 1 dev 5 func 0
ioapic0: routing intpin 9 (ISA IRQ 9) to vector 48
acpi0: [MPSAFE]
acpi0: [ITHREAD]
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C093 -> bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C090 -> bus 0 dev 0 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C09F.C0B2 -> bus 0 dev 20 func 0
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C275.C278 -> bus 0 dev 18 func 0
acpi0: Power Button (fixed)
acpi0: wakeup code va 0xfffffffe40004000 pa 0x4000
acpi_bus_number: root bus has no _BBN, assuming 0
AcpiOsDerivePciId: \_SB_.C08B.C096 -> bus 0 dev 0 func 0
unknown: I/O range not supported
acpi0: reservation of 0, 8000000 (3) failed
acpi0: reservation of 100000, fff00000 (3) failed
ACPI timer: 1/1 1/1 1/1 1/1 1/1 0/3 1/1 1/1 1/1 1/1 -> 9
Timecounter "ACPI-safe" frequency 3579545 Hz quality 850
acpi_timer0: <32-bit timer at 3.579545MHz> port 0x8008-0x800b on acpi0
acpi_ec0: <Embedded Controller: GPE 0x11> port 0x62,0x66 on acpi0
pci_link0: Index IRQ Rtd Ref IRQs
---Type <return> to continue, or q <return> to quit---
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link1: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link2: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link3: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link4: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link5: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 9
Validation 0 255 N 0 9
After Disable 0 255 N 0 9
pci_link6: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pci_link7: Index IRQ Rtd Ref IRQs
Initial Probe 0 255 N 0 10 11
Validation 0 255 N 0 10 11
After Disable 0 255 N 0 10 11
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found-> vendor=0x1002, dev=0x7910, revid=0x00
domain=0, bus=0, slot=0, func=0
class=06-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x2220, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1002, dev=0x7912, revid=0x00
domain=0, bus=0, slot=1, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
---Type <return> to continue, or q <return> to quit---
cmdreg=0x0007, statreg=0x0230, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x0c (3000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1002, dev=0x7914, revid=0x00
domain=0, bus=0, slot=4, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x7915, revid=0x00
domain=0, bus=0, slot=5, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x7916, revid=0x00
domain=0, bus=0, slot=6, func=0
class=06-04-00, hdrtype=0x01, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
powerspec 3 supports D0 D3 current D0
MSI supports 1 message
found-> vendor=0x1002, dev=0x4380, revid=0x00
domain=0, bus=0, slot=18, func=0
class=01-01-8f, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0230, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
map[10]: type I/O Port, range 32, base 0x9000, size 3, enabled
map[14]: type I/O Port, range 32, base 0x9008, size 2, enabled
map[18]: type I/O Port, range 32, base 0x9010, size 3, enabled
map[1c]: type I/O Port, range 32, base 0x5018, size 2, enabled
map[20]: type I/O Port, range 32, base 0x5020, size 4, enabled
map[24]: type Memory, range 32, base 0xd0409000, size 10, enabled
pcib0: matched entry for 0.18.INTA
pcib0: slot 18 INTA hardwired to IRQ 16
found-> vendor=0x1002, dev=0x4387, revid=0x00
domain=0, bus=0, slot=19, func=0
class=0c-03-10, hdrtype=0x00, mfdev=1
cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
---Type <return> to continue, or q <return> to quit---
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=11
map[10]: type Memory, range 32, base 0xd0401000, size 12, enabled
pcib0: matched entry for 0.19.INTA
pcib0: slot 19 INTA hardwired to IRQ 23
found-> vendor=0x1002, dev=0x4388, revid=0x00
domain=0, bus=0, slot=19, func=1
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
map[10]: type Memory, range 32, base 0xd0402000, size 12, enabled
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 17
found-> vendor=0x1002, dev=0x4389, revid=0x00
domain=0, bus=0, slot=19, func=2
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=5
map[10]: type Memory, range 32, base 0xd0403000, size 12, enabled
pcib0: matched entry for 0.19.INTC
pcib0: slot 19 INTC hardwired to IRQ 17
found-> vendor=0x1002, dev=0x438a, revid=0x00
domain=0, bus=0, slot=19, func=3
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=5
map[10]: type Memory, range 32, base 0xd0404000, size 12, enabled
pcib0: matched entry for 0.19.INTB
pcib0: slot 19 INTB hardwired to IRQ 17
found-> vendor=0x1002, dev=0x438b, revid=0x00
domain=0, bus=0, slot=19, func=4
class=0c-03-10, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02a0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=c, irq=5
map[10]: type Memory, range 32, base 0xd0405000, size 12, enabled
pcib0: matched entry for 0.19.INTC
pcib0: slot 19 INTC hardwired to IRQ 17
found-> vendor=0x1002, dev=0x4386, revid=0x00
---Type <return> to continue, or q <return> to quit---
domain=0, bus=0, slot=19, func=5
class=0c-03-20, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x02b0, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=d, irq=11
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd0406000, size 8, enabled
pcib0: matched entry for 0.19.INTD
pcib0: slot 19 INTD hardwired to IRQ 23
found-> vendor=0x1002, dev=0x4385, revid=0x14
domain=0, bus=0, slot=20, func=0
class=0c-05-00, hdrtype=0x00, mfdev=1
cmdreg=0x0003, statreg=0x0230, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
map[10]: type I/O Port, range 32, base 0x8200, size 4, enabled
found-> vendor=0x1002, dev=0x438c, revid=0x00
domain=0, bus=0, slot=20, func=1
class=01-01-82, hdrtype=0x00, mfdev=0
cmdreg=0x0005, statreg=0x0220, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
map[20]: type I/O Port, range 32, base 0x5040, size 4, enabled
pcib0: matched entry for 0.20.INTA
pcib0: slot 20 INTA hardwired to IRQ 16
found-> vendor=0x1002, dev=0x4383, revid=0x00
domain=0, bus=0, slot=20, func=2
class=04-03-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0410, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 2 supports D0 D3 current D0
map[10]: type Memory, range 64, base 0xd0408000, size 14, enabled
pcib0: matched entry for 0.20.INTA
pcib0: slot 20 INTA hardwired to IRQ 16
found-> vendor=0x1002, dev=0x438d, revid=0x00
domain=0, bus=0, slot=20, func=3
class=06-01-00, hdrtype=0x00, mfdev=1
cmdreg=0x000f, statreg=0x0220, cachelnsz=0 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1002, dev=0x4384, revid=0x00
domain=0, bus=0, slot=20, func=4
class=06-04-01, hdrtype=0x01, mfdev=1
---Type <return> to continue, or q <return> to quit---
cmdreg=0x0027, statreg=0x02a0, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
found-> vendor=0x1022, dev=0x1100, 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=0x1101, 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=0x1102, 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=0x1103, 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)
pcib1: <ACPI PCI-PCI bridge> at device 1.0 on pci0
pcib1: domain 0
pcib1: secondary bus 1
pcib1: subordinate bus 1
pcib1: I/O decode 0x4000-0x4fff
pcib1: memory decode 0xd0200000-0xd03fffff
pcib1: prefetched decode 0xc0000000-0xc7ffffff
pci1: <ACPI PCI bus> on pcib1
pci1: domain=0, physical bus=1
found-> vendor=0x1002, dev=0x791f, revid=0x00
domain=0, bus=1, slot=5, func=0
class=03-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0007, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=b, irq=11
powerspec 2 supports D0 D1 D2 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Prefetchable Memory, range 64, base 0xc0000000, size 27, enabled
pcib1: requested memory range 0xc0000000-0xc7ffffff: good
map[18]: type Memory, range 64, base 0xd0200000, size 16, enabled
---Type <return> to continue, or q <return> to quit---
pcib1: requested memory range 0xd0200000-0xd020ffff: good
map[20]: type I/O Port, range 32, base 0x4000, size 8, enabled
pcib1: requested I/O range 0x4000-0x40ff: in range
map[24]: type Memory, range 32, base 0xd0300000, size 20, enabled
pcib1: requested memory range 0xd0300000-0xd03fffff: good
pcib1: matched entry for 1.5.INTB
pcib1: slot 5 INTB hardwired to IRQ 19
vgapci0: <VGA-compatible display> port 0x4000-0x40ff mem 0xc0000000-0xc7ffffff,0xd0200000-0xd020ffff,0xd0300000-0xd03fffff irq 19 at device 5.0 on pci1
acpi_video0: <ACPI video extension> on vgapci0
found Internal/Integrated Digital Flat Panel(110), idx#0, port#1, detectable by BIOS, head #0
found VGA CRT or VESA Compatible Analog Monitor(100), idx#0, port#0, detectable by BIOS, head #0
found TV/HDTV or Analog-Video Monitor(200), idx#0, port#0, detectable by BIOS, head #0
found TV/HDTV or Analog-Video Monitor(210), idx#0, port#1, detectable by BIOS, head #0
pcib2: <ACPI PCI-PCI bridge> at device 4.0 on pci0
pcib2: domain 0
pcib2: secondary bus 16
pcib2: subordinate bus 16
pcib2: I/O decode 0xf000-0xfff
pcib2: memory decode 0xd0000000-0xd00fffff
pcib2: no prefetched decode
pcib2: could not get PCI interrupt routing table for \_SB_.C08B.C250 - AE_NOT_FOUND
pci16: <ACPI PCI bus> on pcib2
pci16: domain=0, physical bus=16
found-> vendor=0x14e4, dev=0x1713, revid=0x02
domain=0, bus=16, slot=0, func=0
class=02-00-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0010, cachelnsz=16 (dwords)
lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
intpin=a, irq=10
powerspec 3 supports D0 D3 current D0
MSI supports 1 message, 64 bit
map[10]: type Memory, range 64, base 0xd0000000, size 16, enabled
pcib2: requested memory range 0xd0000000-0xd000ffff: good
pcib0: matched entry for 0.4.INTA
pcib0: slot 4 INTA hardwired to IRQ 16
pcib2: slot 0 INTA is routed to irq 16
bge0: <Broadcom BCM5906 A2, ASIC rev. 0xc002> mem 0xd0000000-0xd000ffff irq 16 at device 0.0 on pci16
bge0: Reserved 0x10000 bytes for rid 0x10 type 3 at 0xd0000000
bge0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 256 to vector 49
bge0: using IRQ 256 for MSI
miibus0: <MII bus> on bge0
---Type <return> to continue, or q <return> to quit---
brgphy0: <BCM5906 10/100baseTX PHY> PHY 1 on miibus0
brgphy0: OUI 0x000af7, model 0x0004, rev. 0
brgphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
bge0: bpf attached
bge0: Ethernet address: 00:1f:29:89:38:f3
bge0: [MPSAFE]
bge0: [ITHREAD]
pcib3: <ACPI PCI-PCI bridge> at device 5.0 on pci0
pcib3: domain 0
pcib3: secondary bus 32
pcib3: subordinate bus 32
pcib3: I/O decode 0x2000-0x3fff
pcib3: memory decode 0xcc000000-0xcfffffff
pcib3: no prefetched decode
pcib3: could not get PCI interrupt routing table for \_SB_.C08B.C255 - AE_NOT_FOUND
pci32: <ACPI PCI bus> on pcib3
pci32: domain=0, physical bus=32
pcib4: <ACPI PCI-PCI bridge> at device 6.0 on pci0
pcib4: domain 0
pcib4: secondary bus 48
pcib4: subordinate bus 48
pcib4: I/O decode 0xf000-0xfff
pcib4: memory decode 0xc8000000-0xc80fffff
pcib4: no prefetched decode
pcib4: could not get PCI interrupt routing table for \_SB_.C08B.C25F - AE_NOT_FOUND
pci48: <ACPI PCI bus> on pcib4
pci48: domain=0, physical bus=48
found-> vendor=0x14e4, dev=0x4312, revid=0x02
domain=0, bus=48, slot=0, func=0
class=02-80-00, hdrtype=0x00, mfdev=0
cmdreg=0x0006, statreg=0x0010, 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 Memory, range 64, base 0xc8000000, size 14, enabled
pcib4: requested memory range 0xc8000000-0xc8003fff: good
pcib0: matched entry for 0.6.INTA
pcib0: slot 6 INTA hardwired to IRQ 18
pcib4: slot 0 INTA is routed to irq 18
pci48: <network> at device 0.0 (no driver attached)
atapci0: <ATI IXP600 SATA300 controller> port 0x9000-0x9007,0x9008-0x900b,0x9010-0x9017,0x5018-0x501b,0x5020-0x502f mem 0xd0409000-0xd04093ff irq 16 at devi---Type <return> to continue, or q <return> to quit---
ce 18.0 on pci0
atapci0: Reserved 0x10 bytes for rid 0x20 type 4 at 0x5020
atapci0: Reserved 0x400 bytes for rid 0x24 type 3 at 0xd0409000
ioapic0: routing intpin 16 (PCI IRQ 16) to vector 50
atapci0: [MPSAFE]
atapci0: [ITHREAD]
atapci0: AHCI Version 01.10 controller with 4 ports PM not supported
ata2: <ATA channel 0> on atapci0
ata2: SATA connect time=0ms
ata2: BUSY wait time=1ms
ata2: SIGNATURE: 00000101
ata2: ahci_reset devices=00000001
ata2: [MPSAFE]
ata2: [ITHREAD]
ata3: <ATA channel 1> on atapci0
ata3: port not implemented
ata3: [MPSAFE]
ata3: [ITHREAD]
ata4: <ATA channel 2> on atapci0
ata4: port not implemented
ata4: [MPSAFE]
ata4: [ITHREAD]
ata5: <ATA channel 3> on atapci0
ata5: port not implemented
ata5: [MPSAFE]
ata5: [ITHREAD]
ohci0: <OHCI (generic) USB controller> mem 0xd0401000-0xd0401fff irq 23 at device 19.0 on pci0
ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0401000
ioapic0: routing intpin 23 (PCI IRQ 23) to vector 51
ohci0: [GIANT-LOCKED]
ohci0: [ITHREAD]
usb0: OHCI version 1.0, legacy support
usb0: <OHCI (generic) USB controller> on ohci0
usb0: USB revision 1.0
uhub0: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb0
uhub0: 2 ports with 2 removable, self powered
ohci1: <OHCI (generic) USB controller> mem 0xd0402000-0xd0402fff irq 17 at device 19.1 on pci0
ohci1: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0402000
ioapic0: routing intpin 17 (PCI IRQ 17) to vector 52
ohci1: [GIANT-LOCKED]
ohci1: [ITHREAD]
usb1: OHCI version 1.0, legacy support
---Type <return> to continue, or q <return> to quit---
usb1: <OHCI (generic) USB controller> on ohci1
usb1: USB revision 1.0
uhub1: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb1
uhub1: 2 ports with 2 removable, self powered
ohci2: <OHCI (generic) USB controller> mem 0xd0403000-0xd0403fff irq 17 at device 19.2 on pci0
ohci2: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0403000
ohci2: [GIANT-LOCKED]
ohci2: [ITHREAD]
usb2: OHCI version 1.0, legacy support
usb2: <OHCI (generic) USB controller> on ohci2
usb2: USB revision 1.0
uhub2: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb2
uhub2: 2 ports with 2 removable, self powered
ohci3: <OHCI (generic) USB controller> mem 0xd0404000-0xd0404fff irq 17 at device 19.3 on pci0
ohci3: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0404000
ohci3: [GIANT-LOCKED]
ohci3: [ITHREAD]
usb3: OHCI version 1.0, legacy support
usb3: <OHCI (generic) USB controller> on ohci3
usb3: USB revision 1.0
uhub3: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb3
uhub3: 2 ports with 2 removable, self powered
ohci4: <OHCI (generic) USB controller> mem 0xd0405000-0xd0405fff irq 17 at device 19.4 on pci0
ohci4: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0405000
ohci4: [GIANT-LOCKED]
ohci4: [ITHREAD]
usb4: OHCI version 1.0, legacy support
usb4: <OHCI (generic) USB controller> on ohci4
usb4: USB revision 1.0
uhub4: <ATI OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on usb4
uhub4: 2 ports with 2 removable, self powered
ehci0: <EHCI (generic) USB 2.0 controller> mem 0xd0406000-0xd04060ff irq 23 at device 19.5 on pci0
ehci0: Reserved 0x100 bytes for rid 0x10 type 3 at 0xd0406000
ehci0: [GIANT-LOCKED]
ehci0: [ITHREAD]
ehci0: Dropped interrupts workaround enabled
usb5: EHCI version 1.0
usb5: companion controllers, 2 ports each: usb0 usb1 usb2 usb3 usb4
usb5: <EHCI (generic) USB 2.0 controller> on ehci0
usb5: USB revision 2.0
uhub5: <ATI EHCI root hub, class 9/0, rev 2.00/1.00, addr 1> on usb5
uhub5: 10 ports with 10 removable, self powered
---Type <return> to continue, or q <return> to quit---
pci0: <serial bus, SMBus> at device 20.0 (no driver attached)
atapci1: <ATI IXP600 UDMA133 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x5040-0x504f irq 16 at device 20.1 on pci0
atapci1: Reserved 0x10 bytes for rid 0x20 type 4 at 0x5040
ata0: <ATA channel 0> on atapci1
atapci1: Reserved 0x8 bytes for rid 0x10 type 4 at 0x1f0
atapci1: Reserved 0x1 bytes for rid 0x14 type 4 at 0x3f6
ata0: reset tp1 mask=03 ostat0=50 ostat1=00
ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=00 stat1=00 devices=0x10000
ioapic0: routing intpin 14 (ISA IRQ 14) to vector 53
ata0: [MPSAFE]
ata0: [ITHREAD]
hdac0: <ATI SB600 High Definition Audio Controller> irq 16 at device 20.2 on pci0
hdac0: HDA Driver Revision: 20081123_0118
hdac0: Lazy allocation of 0x4000 bytes rid 0x10 type 3 at 0x80000000
hdac0: [MPSAFE]
hdac0: [ITHREAD]
isab0: <PCI-ISA bridge> at device 20.3 on pci0
isa0: <ISA bus> on isab0
pcib5: <ACPI PCI-PCI bridge> at device 20.4 on pci0
pcib5: domain 0
pcib5: secondary bus 2
pcib5: subordinate bus 3
pcib5: I/O decode 0xf000-0xfff
pcib5: memory decode 0xd0100000-0xd01fffff
pcib5: no prefetched decode
pcib5: Subtractively decoded bridge.
pci2: <ACPI PCI bus> on pcib5
pci2: domain=0, physical bus=2
found-> vendor=0x1180, dev=0x0476, revid=0xb6
domain=0, bus=2, slot=4, func=0
class=06-07-00, hdrtype=0x02, mfdev=1
cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
lattimer=0x40 (1920 ns), mingnt=0x80 (32000 ns), maxlat=0x07 (1750 ns)
intpin=a, irq=10
powerspec 2 supports D0 D1 D2 D3 current D0
map[10]: type Memory, range 32, base 0xd0100000, size 12, enabled
pcib5: requested memory range 0xd0100000-0xd0100fff: good
pcib5: matched entry for 2.4.INTA
pcib5: slot 4 INTA hardwired to IRQ 20
cbb0: <RF5C476 PCI-CardBus Bridge> mem 0xd0100000-0xd0100fff irq 20 at device 4.0 on pci2
---Type <return> to continue, or q <return> to quit---
cbb0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xd0100000
cardbus0: <CardBus bus> on cbb0
pccard0: <16-bit PCCard bus> on cbb0
ioapic0: routing intpin 20 (PCI IRQ 20) to vector 54
cbb0: [MPSAFE]
cbb0: [FILTER]
cbb0: PCI Configuration space:
0x00: 0x04761180 0x02100007 0x060700b6 0x00824000
0x10: 0xd0100000 0x020000dc 0x20030302 0xfffff000
0x20: 0x00000000 0xfffff000 0x00000000 0xfffffffc
0x30: 0x00000000 0xfffffffc 0x00000000 0x07000114
0x40: 0x30c2103c 0x00000001 0x00000000 0x00000000
0x50: 0x00000000 0x00000000 0x00000000 0x00000000
0x60: 0x00000000 0x00000000 0x00000000 0x00000000
0x70: 0x00000000 0x00000000 0x00000000 0x00000000
0x80: 0x30a00001 0x00000000 0x04630463 0x00000000
0x90: 0x00000000 0x00000000 0x00000000 0x00000000
0xa0: 0x00000008 0x00000000 0x00000000 0x00000000
0xb0: 0x00000000 0xbe000000 0x00003000 0x00000000
0xc0: 0x30c2103c 0x00000000 0x00000000 0x00000000
0xd0: 0x00000000 0x00000000 0x00000000 0xfe0a0001
0xe0: 0x24c04000 0x00000000 0x00000000 0x00000000
0xf0: 0x00000000 0x00000000 0x00000000 0x00000000
battery0: <ACPI Control Method Battery> on acpi0
battery1: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_button0: <Sleep Button> on acpi0
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_tz0: <Thermal Zone> on acpi0
atrtc0: <AT realtime clock> port 0x70-0x71,0x72-0x73 irq 8 on acpi0
atrtc0: registered as a time-of-day clock (resolution 1000000us)
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 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 55
atkbd0: [GIANT-LOCKED]
atkbd0: [ITHREAD]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
---Type <return> to continue, or q <return> to quit---
psm0: current command byte:0065
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to vector 56
psm0: [GIANT-LOCKED]
psm0: [ITHREAD]
psm0: model IntelliMouse, device ID 3-00, 3 buttons
psm0: config:00000000, flags:00000008, packet size:4
psm0: syncmask:08, syncbits:00
cpu0: <ACPI CPU> on acpi0
cpu0: switching to generic Cx mode
acpi_throttle0: <ACPI CPU Throttling> on cpu0
acpi_throttle0: P_CNT from P_BLK 0x8010
powernow0: <PowerNow! K8> on cpu0
cpu1: <ACPI CPU> on acpi0
acpi_throttle1: <ACPI CPU Throttling> on cpu1
acpi_throttle1: failed to attach P_CNT
device_attach: acpi_throttle1 attach returned 6
powernow1: <PowerNow! K8> on cpu1
ahc_isa_probe 0: ioport 0xc00 alloc failed
ex_isa_identify()
isa_probe_children: disabling PnP devices
atkbdc: atkbdc0 already exists; skipping it
sc: sc0 already exists; skipping it
vga: vga0 already exists; skipping it
isa_probe_children: probing non-PnP devices
orm0: <ISA Option ROM> at iomem 0xd0000-0xd0fff on isa0
sc0: <System console> at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sc0: fb0, kbd1, terminal emulator: sc (syscons terminal)
vga0: <Generic ISA VGA> at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
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
uart0: <ns8250> failed to probe at port 0x3f8-0x3ff irq 4 on isa0
uart1: <ns8250> failed to probe at port 0x2f8-0x2ff irq 3 on isa0
uart2: not probed (disabled)
uart3: not probed (disabled)
isa_probe_children: probing PnP devices
ubt0: <Broadcom Corp HP Integrated Module, class 224/1, rev 2.00/1.00, addr 2> on uhub0
ubt0: Interface 0 endpoints: interrupt=0x81, bulk-in=0x82, bulk-out=0x2
ubt0: Interface 1 (alt.config 4) endpoints: isoc-in=0x83, isoc-out=0x3; wMaxPacketSize=64; nframes=10, buffer size=640
ums0: <Logitech Optical USB Mouse, class 0/0, rev 2.00/3.40, addr 2> on uhub1
---Type <return> to continue, or q <return> to quit---
ums0: 3 buttons and Z dir.
Device configuration finished.
Reducing kern.maxvnodes 124747 -> 100000
procfs registered
lapic: Divisor 2, Frequency 99746224 hz
Timecounter "TSC" frequency 1994924370 Hz quality -100
Timecounters tick every 1.000 msec
lo0: bpf attached
hptrr: no controller detected.
ata0: identify ch->devices=00010000
acpi_tz0: _AC3: temperature 66.0 >= setpoint 40.0
acpi_tz0: _AC2: temperature 66.0 >= setpoint 50.0
acpi_tz0: _AC1: temperature 66.0 >= setpoint 60.0
acpi_tz0: switched from NONE to _AC1: 66.0C
ata0-master: pio=PIO4 wdma=WDMA2 udma=UNSUPPORTED cable=40 wire
battery0: battery initialization start
acd0: setting PIO4 on IXP600 chip
battery1: battery initialization start
acpi_acad0: acline initialization start
acd0: <HL-DT-ST DVDRAM GSA-T20L/NC08> DVDR drive at ata0 as master
acd0: read 4134KB/s (4134KB/s) write 4134KB/s (4134KB/s), 2048KB buffer, PIO4
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
ata2: identify ch->devices=00000001
ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
ad4: 152627MB <TOSHIBA MK1646GSX LB114C> at ata2-master SATA300
ad4: 312581808 sectors [310101C/16H/63S] 16 sectors/interrupt 1 depth queue
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
acpi_tz0: _AC3: temperature 66.0 >= setpoint 40.0
acpi_tz0: _AC2: temperature 66.0 >= setpoint 50.0
acpi_tz0: _AC3: temperature 66.0 >= setpoint 40.0
acpi_tz0: _AC2: temperature 66.0 >= setpoint 50.0
battery0: battery initialization done, tried 1 times
GEOM: new disk ad4
ad4: Silicon Image check3 failed
ad4: Adaptec check1 failed
ad4: LSI (v3) check1 failed
ad4: LSI (v2) check1 failed
---Type <return> to continue, or q <return> to quit---
ad4: FreeBSD check1 failed
ata3: identify ch->devices=00000000
ata4: identify ch->devices=00000000
ata5: identify ch->devices=00000000
hdac0: Probing codec #0...
hdac0: HDA Codec #0: Analog Devices AD1981HD
hdac0: HDA Codec ID: 0x11d41981
hdac0: Vendor: 0x11d4
hdac0: Device: 0x1981
hdac0: Revision: 0x02
hdac0: Stepping: 0x00
hdac0: PCI Subvendor: 0x30c2103c
hdac0: Found audio FG nid=1 startnode=2 endnode=32 total=30
hdac0: Probing codec #1...
hdac0: HDA Codec #1: Lucent/Agere Systems (Unknown)
hdac0: HDA Codec ID: 0x11c11040
hdac0: Vendor: 0x11c1
hdac0: Device: 0x1040
hdac0: Revision: 0x02
hdac0: Stepping: 0x00
hdac0: PCI Subvendor: 0x30c2103c
hdac0: Found modem FG nid=1 startnode=2 endnode=127 total=125
hdac0:
hdac0: Processing audio FG cad=0 nid=1...
hdac0: GPIO: 0x40000004 NumGPIO=4 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdac0: GHOST: nid=2 j=0 entnum=4 index=0 res=0x00000401
hdac0: nid 5 0x92174110 as 1 seq 0 Speaker Fixed jack 7 loc 18 color Green misc 1
hdac0: nid 6 0x0421201f as 1 seq 15 Headphones Jack jack 1 loc 4 color Grey misc 0
hdac0: nid 7 0x410710f0 as 15 seq 0 Line-out None jack 7 loc 1 color Black misc 0
hdac0: nid 8 0x04a12020 as 2 seq 0 Mic Jack jack 1 loc 4 color Grey misc 0
hdac0: nid 9 0x0181302e as 2 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0
hdac0: nid 10 0x4145f0f0 as 15 seq 0 SPDIF-out None jack 5 loc 1 color Other misc 0
hdac0: nid 22 0x995711f0 as 15 seq 0 Digital-out Fixed jack 7 loc 25 color Black misc 1
hdac0: nid 23 0x5993e0f0 as 15 seq 0 AUX None jack 3 loc 25 color White misc 0
hdac0: nid 24 0xf0a79159 as 5 seq 9 Mic Both jack 7 loc 48 color Pink misc 1
hdac0: nid 25 0x593310f0 as 15 seq 0 CD None jack 3 loc 25 color Black misc 0
hdac0: Patched pins configuration:
hdac0: nid 5 0x92174110 as 1 seq 0 Speaker Fixed jack 7 loc 18 color Green misc 1
hdac0: nid 6 0x0421201f as 1 seq 15 Headphones Jack jack 1 loc 4 color Grey misc 0
hdac0: nid 7 0x410710f0 as 15 seq 0 Line-out None jack 7 loc 1 color Black misc 0 [DISABLED]
hdac0: nid 8 0x04a12020 as 2 seq 0 Mic Jack jack 1 loc 4 color Grey misc 0
hdac0: nid 9 0x0181302e as 2 seq 14 Line-in Jack jack 1 loc 1 color Blue misc 0
---Type <return> to continue, or q <return> to quit---
hdac0: nid 10 0x4145f0f0 as 15 seq 0 SPDIF-out None jack 5 loc 1 color Other misc 0 [DISABLED]
hdac0: nid 22 0x995711f0 as 15 seq 0 Digital-out Fixed jack 7 loc 25 color Black misc 1
hdac0: nid 23 0x5993e0f0 as 15 seq 0 AUX None jack 3 loc 25 color White misc 0 [DISABLED]
hdac0: nid 24 0xf0a79159 as 5 seq 9 Mic Both jack 7 loc 48 color Pink misc 1
hdac0: nid 25 0x593310f0 as 15 seq 0 CD None jack 3 loc 25 color Black misc 0 [DISABLED]
hdac0: 4 associations found:
hdac0: Association 0 (1) out:
hdac0: Pin nid=5 seq=0
hdac0: Pin nid=6 seq=15
hdac0: Association 1 (2) in:
hdac0: Pin nid=8 seq=0
hdac0: Pin nid=9 seq=14
hdac0: Association 2 (5) in:
hdac0: Pin nid=24 seq=9
hdac0: Association 3 (15) out:
hdac0: Pin nid=22 seq=0
hdac0: Tracing association 0 (1)
hdac0: Pin 5 traced to DAC 3
hdac0: Pin 6 traced to DAC 3 and hpredir 0
hdac0: Association 0 (1) trace succeded
hdac0: Tracing association 1 (2)
hdac0: Pin 8 traced to ADC 4
hdac0: Pin 9 traced to ADC 4
hdac0: Association 1 (2) trace succeded
hdac0: Tracing association 2 (5)
hdac0: Association 2 (5) trace failed
hdac0: Tracing association 3 (15)
hdac0: Unable to trace pin 22 seq 0 with min nid 0
hdac0: Association 3 (15) trace failed
hdac0: Tracing input monitor
hdac0: Tracing nid 12 to out
hdac0: Tracing beeper
hdac0: Enabling headphone/speaker audio routing switching:
hdac0: as=0 sense nid=6 [UNSOL]
hdac0: Pin sense: nid=6 res=0x0000f5df
hdac0: FG config/quirks: forcestereo ivref50 ivref80 ivref100 ivref
hdac0:
hdac0: +-------------------+
hdac0: | DUMPING HDA NODES |
hdac0: +-------------------+
hdac0:
hdac0: Default Parameter
---Type <return> to continue, or q <return> to quit---
hdac0: -----------------
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e007f
hdac0: 16 20 24 bits, 8 11 16 22 32 44 48 KHz
hdac0: IN amp: 0x00270300
hdac0: OUT amp: 0x80053f3d
hdac0:
hdac0: nid: 2 [DISABLED]
hdac0: Name: audio output
hdac0: Widget cap: 0x00030311
hdac0: DIGITAL STEREO
hdac0: Stream cap: 0x00000005
hdac0: AC3 PCM
hdac0: PCM cap: 0x00020060
hdac0: 16 bits, 44 48 KHz
hdac0: connections: 2
hdac0: |
hdac0: + [DISABLED] <- nid=1 [GHOST!] [UNKNOWN] (selected)
hdac0: + <- nid=4 [audio input]
hdac0:
hdac0: nid: 3
hdac0: Name: audio output
hdac0: Widget cap: 0x00000441
hdac0: PWR PROC STEREO
hdac0: Association: 0 (0x00008001)
hdac0: OSS: pcm (pcm)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x000e007f
hdac0: 16 20 24 bits, 8 11 16 22 32 44 48 KHz
hdac0:
hdac0: nid: 4
hdac0: Name: audio input
hdac0: Widget cap: 0x00100511
hdac0: PWR STEREO
hdac0: Association: 1 (0x00004001)
hdac0: Stream cap: 0x00000001
hdac0: PCM
hdac0: PCM cap: 0x0006007f
hdac0: 16 20 bits, 8 11 16 22 32 44 48 KHz
hdac0: connections: 1
---Type <return> to continue, or q <return> to quit---
hdac0: |
hdac0: + <- nid=21 [audio selector]
hdac0:
hdac0: nid: 5
hdac0: Name: pin: Speaker (Fixed)
hdac0: Widget cap: 0x00400187
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00000001)
hdac0: Pin cap: 0x0001173f
hdac0: ISC TRQD PDC HP OUT IN VREF[ 50 80 GROUND HIZ ] EAPD
hdac0: Pin config: 0x92174110
hdac0: Pin control: 0x00000040 OUT
hdac0: EAPD: 0x00000002
hdac0: Output amp: 0x80053f3d
hdac0: mute=1 step=63 size=5 offset=61
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=3 [audio output] (selected)
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 6
hdac0: Name: pin: Headphones (Jack)
hdac0: Widget cap: 0x00400185
hdac0: UNSOL STEREO
hdac0: Association: 0 (0x00008000)
hdac0: Pin cap: 0x0000001f
hdac0: ISC TRQD PDC HP OUT
hdac0: Pin config: 0x0421201f
hdac0: Pin control: 0x000000c0 HP OUT
hdac0: Output amp: 0x80053f3d
hdac0: mute=1 step=63 size=5 offset=61
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=3 [audio output] (selected)
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 7 [DISABLED]
hdac0: Name: pin: Line-out (None)
hdac0: Widget cap: 0x00400104
hdac0: Pin cap: 0x00000010
---Type <return> to continue, or q <return> to quit---
hdac0: OUT
hdac0: Pin config: 0x410710f0
hdac0: Pin control: 0x00000000
hdac0: Output amp: 0x80053f3d
hdac0: mute=1 step=63 size=5 offset=61
hdac0: connections: 1
hdac0: |
hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 8
hdac0: Name: pin: Mic (Jack)
hdac0: Widget cap: 0x00400083
hdac0: UNSOL STEREO
hdac0: Association: 1 (0x00000001)
hdac0: OSS: mic (mic)
hdac0: Pin cap: 0x00001727
hdac0: ISC TRQD PDC IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x04a12020
hdac0: Pin control: 0x00000024 IN VREFs
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0:
hdac0: nid: 9
hdac0: Name: pin: Line-in (Jack)
hdac0: Widget cap: 0x00400187
hdac0: UNSOL STEREO
hdac0: Association: 1 (0x00004000)
hdac0: OSS: line (line)
hdac0: Pin cap: 0x00001737
hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0x0181302e
hdac0: Pin control: 0x00000024 IN VREFs
hdac0: Output amp: 0x80053f3d
hdac0: mute=1 step=63 size=5 offset=61
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + [DISABLED] <- nid=3 [audio output] (selected)
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 10 [DISABLED]
---Type <return> to continue, or q <return> to quit---
hdac0: Name: pin: SPDIF-out (None)
hdac0: Widget cap: 0x00400301
hdac0: DIGITAL STEREO
hdac0: Pin cap: 0x00000010
hdac0: OUT
hdac0: Pin config: 0x4145f0f0
hdac0: Pin control: 0x00000000
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=2 [audio output] [DISABLED]
hdac0:
hdac0: nid: 11 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x00300101
hdac0: STEREO
hdac0: connections: 6
hdac0: |
hdac0: + <- nid=3 [audio output] (selected)
hdac0: + <- nid=12 [audio mixer]
hdac0: + <- nid=9 [pin: Line-in (Jack)]
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0: + <- nid=5 [pin: Speaker (Fixed)]
hdac0: + <- nid=24 [pin: Mic (Both)] [DISABLED]
hdac0:
hdac0: nid: 12
hdac0: Name: audio mixer
hdac0: Widget cap: 0x00200101
hdac0: STEREO
hdac0: Association: 1 (0x00000001)
hdac0: OSS: mic
hdac0: connections: 2
hdac0: |
hdac0: + <- nid=30 [audio selector]
hdac0: + [DISABLED] <- nid=31 [audio selector] [DISABLED]
hdac0:
hdac0: nid: 13 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010c
hdac0: Output amp: 0x800b0f0f
hdac0: mute=1 step=15 size=11 offset=15
hdac0: connections: 2
hdac0: |
---Type <return> to continue, or q <return> to quit---
hdac0: + <- nid=16 [beep widget] (selected)
hdac0: + <- nid=22 [pin: Digital-out (Fixed)] [DISABLED]
hdac0:
hdac0: nid: 14 [DISABLED]
hdac0: Name: audio mixer
hdac0: Widget cap: 0x00200101
hdac0: STEREO
hdac0: connections: 8
hdac0: |
hdac0: + <- nid=13 [audio selector] [DISABLED]
hdac0: + <- nid=17 [audio selector] [DISABLED]
hdac0: + <- nid=18 [audio selector] [DISABLED]
hdac0: + <- nid=19 [audio selector] [DISABLED]
hdac0: + <- nid=26 [audio selector] [DISABLED]
hdac0: + <- nid=27 [audio selector] [DISABLED]
hdac0: + <- nid=28 [audio selector] [DISABLED]
hdac0: + <- nid=29 [audio selector] [DISABLED]
hdac0:
hdac0: nid: 15 [DISABLED]
hdac0: Name: audio mixer
hdac0: Widget cap: 0x00200100
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=11 [audio selector] [DISABLED]
hdac0:
hdac0: nid: 16
hdac0: Name: beep widget
hdac0: Widget cap: 0x00700000
hdac0: Association: -2 (0x00000000)
hdac0: OSS: speaker (speaker)
hdac0:
hdac0: nid: 17 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=3 [audio output]
hdac0:
hdac0: nid: 18 [DISABLED]
---Type <return> to continue, or q <return> to quit---
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=8 [pin: Mic (Jack)]
hdac0:
hdac0: nid: 19 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=9 [pin: Line-in (Jack)]
hdac0:
hdac0: nid: 20 [DISABLED]
hdac0: Name: power widget
hdac0: Widget cap: 0x00500500
hdac0: PWR
hdac0: connections: 13
hdac0: |
hdac0: + <- nid=13 [audio selector] [DISABLED] (selected)
hdac0: + <- nid=14 [audio mixer] [DISABLED]
hdac0: + <- nid=15 [audio mixer] [DISABLED]
hdac0: + <- nid=16 [beep widget]
hdac0: + <- nid=19 [audio selector] [DISABLED]
hdac0: + <- nid=20 [power widget] [DISABLED]
hdac0: + <- nid=21 [audio selector]
hdac0: + <- nid=22 [pin: Digital-out (Fixed)] [DISABLED]
hdac0: + <- nid=23 [pin: AUX (None)] [DISABLED]
hdac0: + <- nid=24 [pin: Mic (Both)] [DISABLED]
hdac0: + <- nid=25 [pin: CD (None)] [DISABLED]
hdac0: + <- nid=26 [audio selector] [DISABLED]
hdac0: + <- nid=29 [audio selector] [DISABLED]
hdac0:
hdac0: nid: 21
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
---Type <return> to continue, or q <return> to quit---
hdac0: STEREO
hdac0: Association: 1 (0x00004001)
hdac0: OSS: line, mic
hdac0: Output amp: 0x80050f00
hdac0: mute=1 step=15 size=5 offset=0
hdac0: connections: 8
hdac0: |
hdac0: + <- nid=12 [audio mixer] (selected)
hdac0: + <- nid=9 [pin: Line-in (Jack)]
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0: + [DISABLED] <- nid=15 [audio mixer] [DISABLED]
hdac0: + [DISABLED] <- nid=25 [pin: CD (None)] [DISABLED]
hdac0: + [DISABLED] <- nid=5 [pin: Speaker (Fixed)]
hdac0: + [DISABLED] <- nid=24 [pin: Mic (Both)] [DISABLED]
hdac0: + [DISABLED] <- nid=23 [pin: AUX (None)] [DISABLED]
hdac0:
hdac0: nid: 22 [DISABLED]
hdac0: Name: pin: Digital-out (Fixed)
hdac0: Widget cap: 0x00400000
hdac0: Pin cap: 0x00000020
hdac0: IN
hdac0: Pin config: 0x995711f0
hdac0: Pin control: 0x00000000
hdac0:
hdac0: nid: 23 [DISABLED]
hdac0: Name: pin: AUX (None)
hdac0: Widget cap: 0x00400081
hdac0: UNSOL STEREO
hdac0: Pin cap: 0x00000027
hdac0: ISC TRQD PDC IN
hdac0: Pin config: 0x5993e0f0
hdac0: Pin control: 0x00000000
hdac0:
hdac0: nid: 24 [DISABLED]
hdac0: Name: pin: Mic (Both)
hdac0: Widget cap: 0x00400187
hdac0: UNSOL STEREO
hdac0: Pin cap: 0x00001737
hdac0: ISC TRQD PDC OUT IN VREF[ 50 80 GROUND HIZ ]
hdac0: Pin config: 0xf0a79159
hdac0: Pin control: 0x00000000
hdac0: Output amp: 0x80053f3d
---Type <return> to continue, or q <return> to quit---
hdac0: mute=1 step=63 size=5 offset=61
hdac0: Input amp: 0x00270300
hdac0: mute=0 step=3 size=39 offset=0
hdac0: connections: 2
hdac0: |
hdac0: + [DISABLED] <- nid=3 [audio output] (selected)
hdac0: + [DISABLED] <- nid=14 [audio mixer] [DISABLED]
hdac0:
hdac0: nid: 25 [DISABLED]
hdac0: Name: pin: CD (None)
hdac0: Widget cap: 0x00400001
hdac0: STEREO
hdac0: Pin cap: 0x00000020
hdac0: IN
hdac0: Pin config: 0x593310f0
hdac0: Pin control: 0x00000000
hdac0:
hdac0: nid: 26 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=5 [pin: Speaker (Fixed)]
hdac0:
hdac0: nid: 27 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + [DISABLED] <- nid=23 [pin: AUX (None)] [DISABLED]
hdac0:
hdac0: nid: 28 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
---Type <return> to continue, or q <return> to quit---
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=24 [pin: Mic (Both)] [DISABLED]
hdac0:
hdac0: nid: 29 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80051f17
hdac0: mute=1 step=31 size=5 offset=23
hdac0: connections: 1
hdac0: |
hdac0: + [DISABLED] <- nid=25 [pin: CD (None)] [DISABLED]
hdac0:
hdac0: nid: 30
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Association: 1 (0x00000001)
hdac0: OSS: mic
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=8 [pin: Mic (Jack)]
hdac0:
hdac0: nid: 31 [DISABLED]
hdac0: Name: audio selector
hdac0: Widget cap: 0x0030010d
hdac0: STEREO
hdac0: Output amp: 0x80000000
hdac0: mute=1 step=0 size=0 offset=0
hdac0: connections: 1
hdac0: |
hdac0: + <- nid=24 [pin: Mic (Both)] [DISABLED]
hdac0:
hdac0: Processing modem FG cad=1 nid=1...
hdac0:
pcm0: <HDA Analog Devices AD1981HD PCM #0 Analog> at cad 0 nid 1 on hdac0
pcm0: +--------------------------------------+
pcm0: | DUMPING PCM Playback/Record Channels |
---Type <return> to continue, or q <return> to quit---
pcm0: +--------------------------------------+
pcm0:
pcm0: Playback:
pcm0:
pcm0: Stream cap: 0x00000001
pcm0: PCM
pcm0: PCM cap: 0x000e007f
pcm0: 16 20 24 bits, 8 11 16 22 32 44 48 KHz
pcm0: DAC: 3
pcm0:
pcm0: Record:
pcm0:
pcm0: Stream cap: 0x00000001
pcm0: PCM
pcm0: PCM cap: 0x0006007f
pcm0: 16 20 bits, 8 11 16 22 32 44 48 KHz
pcm0: ADC: 4
pcm0:
pcm0: +--------------------------------+
pcm0: | DUMPING Playback/Record Pathes |
pcm0: +--------------------------------+
pcm0:
pcm0: Playback:
pcm0:
pcm0: nid=5 [pin: Speaker (Fixed)]
pcm0: |
pcm0: + <- nid=3 [audio output] [src: pcm]
pcm0:
pcm0: nid=6 [pin: Headphones (Jack)]
pcm0: |
pcm0: + <- nid=3 [audio output] [src: pcm]
pcm0:
pcm0: Record:
pcm0:
pcm0: nid=4 [audio input]
pcm0: |
pcm0: + <- nid=21 [audio selector] [src: line, mic]
pcm0: |
pcm0: + <- nid=12 [audio mixer] [src: mic]
pcm0: |
pcm0: + <- nid=30 [audio selector] [src: mic]
pcm0: |
---Type <return> to continue, or q <return> to quit---
pcm0: + <- nid=8 [pin: Mic (Jack)] [src: mic]
pcm0: + <- nid=9 [pin: Line-in (Jack)] [src: line]
pcm0:
pcm0: +-------------------------+
pcm0: | DUMPING Volume Controls |
pcm0: +-------------------------+
pcm0:
pcm0: Master Volume (OSS: vol)
pcm0: |
pcm0: +- ctl 1 (nid 5 in ): -91/3dB (64 steps) + mute
pcm0: +- ctl 3 (nid 6 in ): -91/3dB (64 steps) + mute
pcm0:
pcm0: PCM Volume (OSS: pcm)
pcm0: |
pcm0: +- ctl 1 (nid 5 in ): -91/3dB (64 steps) + mute
pcm0: +- ctl 3 (nid 6 in ): -91/3dB (64 steps) + mute
pcm0:
pcm0: Microphone Volume (OSS: mic)
pcm0: |
pcm0: +- ctl 5 (nid 8 out): 0/30dB (4 steps)
pcm0: +- ctl 19 (nid 30 out): mute
pcm0:
pcm0: Line-in Volume (OSS: line)
pcm0: |
pcm0: +- ctl 7 (nid 9 out): 0/30dB (4 steps)
pcm0:
pcm0: Recording Level (OSS: rec)
pcm0: |
pcm0: +- ctl 12 (nid 21 out): 0/22dB (16 steps) + mute
pcm0: +- ctl 19 (nid 30 out): mute
pcm0:
pcm0: Mixer "vol":
pcm0: Mixer "pcm":
pcm0: Mixer "line":
pcm0: Mixer "mic":
pcm0: Mixer "rec":
pcm0: Mixer "ogain":
pcm0: clone manager: deadline=750ms flags=0x8000001e
pcm0: sndbuf_setmap 1970000, 4000; 0xfffffffe78dc3000 -> 1970000
pcm0: sndbuf_setmap 1780000, 4000; 0xfffffffe78dd3000 -> 1780000
ATA PseudoRAID loaded
SMP: AP CPU #1 Launched!
---Type <return> to continue, or q <return> to quit---
cpu1 AP:
ID: 0x01000000 VER: 0x80050010 LDR: 0x00000000 DFR: 0xffffffff
lint0: 0x00010700 lint1: 0x00000400 TPR: 0x00000000 SVR: 0x000001ff
timer: 0x000200ef therm: 0x00010000 err: 0x00010000 pcm: 0x00000400
ioapic0: Assigning ISA IRQ 1 to local APIC 0
ioapic0: Assigning ISA IRQ 9 to local APIC 1
ioapic0: Assigning ISA IRQ 12 to local APIC 0
ioapic0: Assigning ISA IRQ 14 to local APIC 1
ioapic0: Assigning PCI IRQ 16 to local APIC 0
ioapic0: Assigning PCI IRQ 17 to local APIC 1
ioapic0: Assigning PCI IRQ 20 to local APIC 0
ioapic0: Assigning PCI IRQ 23 to local APIC 1
msi: Assigning MSI IRQ 256 to local APIC 0
Trying to mount root from ufs:/dev/ad4s1a
WARNING: / was not properly dismounted
/: mount pending error: blocks 8 files 3
ct_to_ts([2008-12-16 19:33:55]) = 1229456035.000000000
start_init: trying /sbin/init
<118>Entropy harvesting: kickstart.
acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 sks=0x40 0x00 0x01
(probe0:ata0:0:0:0): error 22
(probe0:ata0:0:0:0): Unretryable Error
pass0 at ata0 bus 0 target 0 lun 0
pass0: <HL-DT-ST DVDRAM GSA-T20L NC08> Removable CD-ROM SCSI-0 device
pass0: 16.000MB/s transfers
GEOM: new disk cd0
(cd0:ata0:0:0:0): error 6
(cd0:ata0:0:0:0): Unretryable Error
cd0 at ata0 bus 0 target 0 lun 0
cd0: <HL-DT-ST DVDRAM GSA-T20L NC08> Removable CD-ROM SCSI-0 device
cd0: 16.000MB/s transfers
cd0: Attempt to query device size failed: NOT READY, Medium not present
(cd0:ata0:0:0:0): error 6
(cd0:ata0:0:0:0): Unretryable Error
(cd0:ata0:0:0:0): error 6
(cd0:ata0:0:0:0): Unretryable Error
(cd0:ata0:0:0:0): error 6
(cd0:ata0:0:0:0): Unretryable Error
(cd0:ata0:0:0:0): error 6
(cd0:ata0:0:0:0): Unretryable Error
acpi_tz0: _AC3: temperature 59.0 >= setpoint 40.0
acpi_tz0: _AC2: temperature 59.0 >= setpoint 50.0
---Type <return> to continue, or q <return> to quit---
acpi_tz0: switched from _AC1 to _AC2: 59.0C
acpi_tz0: _AC3: temperature 59.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 59.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 57.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 55.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 55.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
battery1: battery initialization failed, giving up
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 52.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 55.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
<118>/dev/ad4s1a: FREE BLK COUNT(S) WRONG IN SUPERBLK (SALVAGED)
<118>/dev/ad4s1a: SUMMARY INFORMATION BAD (SALVAGED)
<118>/dev/ad4s1a: BLK(S) MISSING IN BIT MAPS (SALVAGED)
<118>/dev/ad4s1a: 453034 files, 20740782 used, 53902307 free (100531 frags, 6725222 blocks, 0.1% fragmentation)
WARNING: TMPFS is considered to be a highly experimental feature in FreeBSD.
<118>/etc/rc: WARNING: $hostname is not set -- see rc.conf(5).
<118>Starting Network: lo0.
<118>hw.bus.devctl_disable: 0 -> 1
<118>Additional TCP/IP options: tcp extensions=NO TCP keepalive=NO.
<118>savecore: reboot after panic: page fault
<118>savecore: writing core to vmcore.10
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
<118>Removing stale Samba tdb files: done
<118>Configuring syscons: blanktime.
<118>Local package initialization:[: =: unexpected operator
acpi_tz0: _AC3: temperature 53.0 >= setpoint 40.0
<118>ipfw: : (skipping /usr/local/etc/rc.d/kdm.sh, not executable) rtcLinux ELF exec handler installed
<118>.
<118>/etc/rc.d/sysctl: WARNING: sysctl dev.pcm.0.vchans does not exist.
<118>
<118>Tue Dec 16 19:36:18 MSK 2008
<118>date: : acpi_tz0: _AC3: temperature 52.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 52.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
---Type <return> to continue, or q <return> to quit---
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 51.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 50.0 >= setpoint 40.0
hdac0: wake_prep disabled wake for \_SB_.C08B.C0FD (S3)
pci0:1:5:0: Transition from D0 to D3
pci0:16:0:0: Transition from D0 to D3
vga0: saving 68 bytes of video state
pci0:0:18:0: Transition from D0 to D3
pci0:0:19:5: Transition from D0 to D3
pci0:0:20:2: Transition from D0 to D3
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 54.0 >= setpoint 40.0
acpi_tz0: switched from _AC2 to _AC3: 54.0C
ata2: reiniting channel ..
ata2: CONNECT requested
ata2: SATA connect time=0ms
ata2: BUSY wait time=1ms
ata2: SIGNATURE: 00000101
ata2: ahci_reset devices=00000001
ata2: CONNECTED
ata2: SATA connect time=0ms
ata2: BUSY wait time=1ms
ata2: SIGNATURE: 00000101
ata2: ahci_reset devices=00000001
ata2: identify ch->devices=00000001
ata2: reinit done ..
---Type <return> to continue, or q <return> to quit---
ata3: reiniting channel ..
ata3: port not implemented
ata3: reinit done ..
ata4: reiniting channel ..
ata4: port not implemented
ata4: reinit done ..
ata5: reiniting channel ..
ata5: port not implemented
ata5: reinit done ..
acpi_tz0: _AC2: temperature 56.0 >= setpoint 55.0
acpi_tz0: switched from _AC3 to _AC2: 56.0C
acpi_tz0: _AC3: temperature 56.0 >= setpoint 40.0
acpi_tz0: _AC3: temperature 56.0 >= setpoint 40.0
ata0: reiniting channel ..
ata0: reset tp1 mask=03 ostat0=00 ostat1=00
ata0: stat0=0x00 err=0x01 lsb=0x14 msb=0xeb
ata0: stat1=0x00 err=0x00 lsb=0x00 msb=0x00
ata0: reset tp2 stat0=00 stat1=00 devices=0x10000
ubt0: at uhub0 port 2 (addr 2) disconnected
ata2-master: pio=PIO4 wdma=WDMA2 udma=UDMA100 cable=40 wire
ad: ad4 already exists; skipping it
ad: ad4 already exists; skipping it
Fatal trap 12: page fault while in kernel mode
cpuid = 1; apic id = 01
fault virtual address = 0x50
fault code = supervisor read data, page not present
instruction pointer = 0x8:0xffffffff80551631
stack pointer = 0x10:0xfffffffe4005bad0
frame pointer = 0x10:0xfffffffe4005bb20
code segment = base 0x0, limit 0xfffff, type 0x1b
= DPL 0, pres 1, long 1, def32 0, gran 1
processor eflags = interrupt enabled, resume, IOPL = 0
current process = 0 (thread taskq)
trap number = 12
panic: page fault
cpuid = 1
Uptime: 6m23s
Physical memory: 1905 MB
Dumping 217 MB: 202 186 170 154 138 122 106 90 74 58 42 26 10(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb)
(kgdb) quit
HP# exit
exit
Script done on Tue Dec 16 19:50:51 2008
_______________________________________________
freebsd-amd64_(_at_)_freebsd_(_dot_)_org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-amd64
To unsubscribe, send any mail to "freebsd-amd64-unsubscribe_(_at_)_freebsd_(_dot_)_org"
Visit your host, monkey.org