Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Feb 2011 13:28:11 -0600
From:      Brandon Gooch <jamesbrandongooch@gmail.com>
To:        Fredrik Lindberg <fli@shapeshifter.se>
Cc:        freebsd-usb@freebsd.org
Subject:   Re: New uhso(4) device: Globetrotter HSUPA Modem Option N.V.
Message-ID:  <AANLkTim-qR8TTCHATL0fFPBmeVfwPJwGRCLg6cCBf8=Z@mail.gmail.com>
In-Reply-To: <4D62B4E1.6070700@shapeshifter.se>
References:  <AANLkTi=YgTF434WgoF7w1B=y2rTBW_6Jqg3g3ncuy4-d@mail.gmail.com> <4D62A120.8040604@shapeshifter.se> <AANLkTikrhvNk%2Bk7jo5PLSPkTc22pT-5F=7Wr%2B87R2C_A@mail.gmail.com> <4D62B4E1.6070700@shapeshifter.se>

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

[-- Attachment #1 --]
> Yeah, I got that message.  Not connecting and not getting an serial
> console is a bit different.  From the output above it looks like
> random garbage on the serial port.
>
> Try connecting to all different serial ports (without uhsoctl running)
> with minicom or cu and try typing AT<enter>. (The diagnostic port
> doesn't work, so skip that one).

I just encountered a panic when the driver attaches after plugging in
the device.

The panic stems from uhso_attach(), and seems due to my kernel having
the VIMAGE option compiled in -- it doesn't panic on my non-VIMAGE
kernel (which I need to rebuild to continue helping debug).

I'm trying to get a textdump ATM...

OK, got it. See attached. Maybe there isn't sufficient locking applied
when working in vnet-enabled environment? Nevertheless, I'm building a
new kernel without VIMAGE to finish helping debug issue...

-Brandon

[-- Attachment #2 --]
ddb.txt06000014000011530534666  7103 ustarrootwheeldb> show allpcpu

Current CPU: 1

cpuid        = 0
dynamic pcpu = 0x48c580
curthread    = 0xfffffe00015fe000: pid 11 "idle: cpu0"
curpcb       = 0xffffff8000021d10
fpcurthread  = none
idlethread   = 0xfffffe00015fe000: tid 100004 "idle: cpu0"
curpmap      = 0xffffffff809e9ed0
tssp         = 0xffffffff80a39de0
commontssp   = 0xffffffff80a39de0
rsp0         = 0xffffff8000021d10
gs32p        = 0xffffffff80a38c38
ldt          = 0xffffffff80a38c78
tss          = 0xffffffff80a38c68
curvnet      = 0

cpuid        = 1
dynamic pcpu = 0xffffff807f642580
curthread    = 0xfffffe00018a78c0: pid 14 "usbus6"
curpcb       = 0xffffff807a8d9d10
fpcurthread  = none
idlethread   = 0xfffffe00015fe460: tid 100003 "idle: cpu1"
curpmap      = 0xffffffff809e9ed0
tssp         = 0xffffffff80a39e48
commontssp   = 0xffffffff80a39e48
rsp0         = 0xffffff807a8d9d10
gs32p        = 0xffffffff80a38ca0
ldt          = 0xffffffff80a38ce0
tss          = 0xffffffff80a38cd0
curvnet      = 0

db> bt

Tracing pid 14 tid 100061 td 0xfffffe00018a78c0
ifindex_alloc_locked() at ifindex_alloc_locked+0x25
if_alloc() at if_alloc+0x71
uhso_attach() at uhso_attach+0x282
device_attach() at device_attach+0x69
usb_probe_and_attach_sub() at usb_probe_and_attach_sub+0x91
usb_probe_and_attach() at usb_probe_and_attach+0x145
uhub_explore() at uhub_explore+0x462
usb_bus_explore() at usb_bus_explore+0xc1
usb_process() at usb_process+0xbb
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8d9d00, rbp = 0 ---
db> ps

  pid  ppid  pgrp   uid   state   wmesg         wchan        cmd
 4196     1  4196  1001  Ss      select   0xfffffe0001ceb440 ssh-agent
 3724  3486  3724  1001  S+      ttyin    0xfffffe0001a220a8 zsh
 3532     1  3532    65  Ss      select   0xfffffe0030f951c0 dhclient
 3489     1  3489     0  Ss      select   0xfffffe0030385940 dhclient
 3486     1  3486     0  Ss+     wait     0xfffffe0001d3b470 login
 3462     1  3462  1001  Ss      select   0xfffffe00302c5bc0 ssh-agent
 3373  3311  3373  1001  S+      ttyin    0xfffffe0001a22ca8 zsh
 3348  3310  3348  1001  S+      ttyin    0xfffffe0001a224a8 zsh
 3316     1  3316     0  Ss+     ttyin    0xfffffe0001a0c0a8 getty
 3315     1  3315     0  Ss+     ttyin    0xfffffe0001a180a8 getty
 3314     1  3314     0  Ss+     ttyin    0xfffffe0001a23ca8 getty
 3313     1  3313     0  Ss+     ttyin    0xfffffe0001a238a8 getty
 3312     1  3312     0  Ss+     ttyin    0xfffffe0001a230a8 getty
 3311     1  3311     0  Ss+     wait     0xfffffe0001cb38e0 login
 3310     1  3310     0  Ss+     wait     0xfffffe00302af000 login
 3229     1  3229     0  Ss      nanslp   0xffffffff809ee208 cron
 3222     1  3222    25  Ss      pause    0xfffffe0001b74510 sendmail
 3218     1  3218     0  Ss      select   0xfffffe003028c240 sendmail
 3167     1  3167     0  Ss      select   0xfffffe0030293c40 sshd
 3072     1  3072     0  Ss      select   0xfffffe0001ceb7c0 moused
 2912     1  2912     0  Ss      select   0xfffffe0001c71940 powerd
 2898     1  2898     0  Ss      select   0xfffffe0001d1db40 ntpd
 2863     1  2863     0  Ss      select   0xfffffe0001b3f6c0 amd
 2846     1  2846     0  Ss      select   0xfffffe0001c71c40 rpcbind
 2275     1  2275     0  Ss      select   0xfffffe0001c70a40 syslogd
 2199     1  2199     0  Ls     *Giant    0xfffffe00016b6180 devd
  990     1   990     0  Ss      select   0xfffffe0001d1c740 wpa_supplicant
  615     0     0     0  DL      (threaded)                  [ng_queue]
100131                   D       sleep    0xffffffff8104f210 [ng_queue1]
100090                   D       sleep    0xffffffff8104f210 [ng_queue0]
  579     1   579     0  Ss      pause    0xfffffe0001ad7980 adjkerntz
   22     0     0     0  DL      c_flowcl 0xffffffff80a216a0 [flowcleaner]
   21     0     0     0  DL      sdflush  0xffffffff80a2d078 [softdepflush]
   20     0     0     0  DL      vlruwt   0xfffffe0001ad58e0 [vnlru]
   19     0     0     0  DL      syncer   0xffffffff80a21400 [syncer]
   18     0     0     0  DL      psleep   0xffffffff80a20e88 [bufdaemon]
    9     0     0     0  DL      pgzero   0xffffffff80a36f3c [pagezero]
    8     0     0     0  DL      psleep   0xffffffff80a361e8 [vmdaemon]
    7     0     0     0  DL      psleep   0xffffffff80a361ac [pagedaemon]
    6     0     0     0  DL      ccb_scan 0xffffffff809d1ee0 [xpt_thrd]
    5     0     0     0  DL      waiting_ 0xffffffff80a23a40 [sctp_iterator]
   17     0     0     0  DL      IPRT Sem 0xfffffe0001a42a70 [TIMER]
   16     0     0     0  DL      cooling  0xfffffe0001875158 [acpi_cooling1]
   15     0     0     0  DL      tzpoll   0xffffffff809d69f0 [acpi_thermal]
   14     0     0     0  RL      (threaded)                  [usb]
100219                   D       -        0xfffffe003680fb20 [ucom]
100218                   D       -        0xfffffe0036896320 [ucom]
100217                   D       -        0xfffffe0030f22520 [ucom]
100062                   D       -        0xffffff800034ce18 [usbus6]
100061                   Run     CPU 1                       [usbus6]
100060                   D       -        0xffffff800034cd68 [usbus6]
100059                   D       -        0xffffff800034cd10 [usbus6]
100057                   D       -        0xffffff8000343ef0 [usbus5]
100056                   D       -        0xffffff8000343e98 [usbus5]
100055                   D       -        0xffffff8000343e40 [usbus5]
100054                   D       -        0xffffff8000343de8 [usbus5]
100052                   D       -        0xffffff800033aef0 [usbus4]
100051                   D       -        0xffffff800033ae98 [usbus4]
100050                   D       -        0xffffff800033ae40 [usbus4]
100049                   D       -        0xffffff800033ade8 [usbus4]
100047                   D       -        0xffffff8000331ef0 [usbus3]
100046                   D       -        0xffffff8000331e98 [usbus3]
100045                   D       -        0xffffff8000331e40 [usbus3]
100044                   D       -        0xffffff8000331de8 [usbus3]
100039                   D       -        0xffffff80002f2e18 [usbus2]
100038                   D       -        0xffffff80002f2dc0 [usbus2]
100037                   D       -        0xffffff80002f2d68 [usbus2]
100036                   D       -        0xffffff80002f2d10 [usbus2]
100034                   D       -        0xffffff80002e9ef0 [usbus1]
100033                   D       -        0xffffff80002e9e98 [usbus1]
100032                   D       -        0xffffff80002e9e40 [usbus1]
100031                   D       -        0xffffff80002e9de8 [usbus1]
100029                   D       -        0xffffff80002e0ef0 [usbus0]
100028                   D       -        0xffffff80002e0e98 [usbus0]
100027                   D       -        0xffffff80002e0e40 [usbus0]
100026                   D       -        0xffffff80002e0de8 [usbus0]
   13     0     0     0  DL      -        0xffffffff809ecea4 [yarrow]
    4     0     0     0  DL      -        0xffffffff809e93c8 [g_down]
    3     0     0     0  DL      -        0xffffffff809e93c0 [g_up]
    2     0     0     0  DL      -        0xffffffff809e93b0 [g_event]
   12     0     0     0  LL      (threaded)                  [intr]
100145                   I                                   [irq256:]
100067                   I                                   [irq12: psm0]
100066                   I                                   [irq1: atkbd0]
100063                   I                                   [irq14: ata0]
100058                   I                                   [irq19: ehci1]
100053                   I                                   [irq18: uhci4]
100048                   I                                   [irq17: uhci3]
100043                   I                                   [irq16: uhci2+]
100042                   I                                   [irq259: iwn0]
100040                   I                                   [irq258: hdac0]
100035                   I                                   [irq22: ehci0]
100030                   I                                   [irq21: uhci1]
100025                   I                                   [irq20: uhci0]
100020                   I                                   [swi2: cambio]
100018                   I                                   [swi6: task queue]
100017                   I                                   [swi6: Giant taskq]
100015                   I                                   [swi5: +]
100008                   I                                   [swi1: netisr 0]
100007                   I                                   [swi3: vm]
100006                   I                                   [swi4: clock]
100005                   L      *Giant    0xfffffe00016b6180 [swi4: clock]
   11     0     0     0  RL      (threaded)                  [idle]
100004                   Run     CPU 0                       [idle: cpu0]
100003                   CanRun                              [idle: cpu1]
    1     0     1     0  SLs     wait     0xfffffe00015fc8e0 [init]
   10     0     0     0  DL      audit_wo 0xffffffff80a2c1b0 [audit]
    0     0     0     0  DLs     (threaded)                  [kernel]
100080                   D       -        0xfffffe0001acdb80 [mca taskq]
100070                   D       -        0xfffffe0001a31900 [dummynet]
100041                   D       -        0xfffffe00017de800 [iwn0 taskq]
100024                   D       -        0xfffffe0001768180 [em0 taskq]
100023                   D       -        0xfffffe00016ba880 [acpi_task_2]
100022                   D       -        0xfffffe00016ba880 [acpi_task_1]
100021                   D       -        0xfffffe00016ba880 [acpi_task_0]
100019                   D       -        0xfffffe0001673680 [ffs_trim taskq]
100016                   D       -        0xfffffe00016b2380 [thread taskq]
100014                   D       -        0xfffffe00016b2500 [kqueue taskq]
100012                   D       -        0xfffffe00015f9100 [firmware taskq]
100000                   D       sched    0xffffffff809e9500 [swapper]
db> alltrace


Tracing command ssh-agent pid 4196 tid 100123 td 0xfffffe0001cf58c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x80135e86c, rsp = 0x7fffffffd5e8, rbp = 0xa ---

Tracing command zsh pid 3724 tid 100116 td 0xfffffe0001d01000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800f368ec, rsp = 0x7fffffffd758, rbp = 0 ---

Tracing command dhclient pid 3532 tid 100158 td 0xfffffe003035b8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
poll() at poll+0x478
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (209, FreeBSD ELF64, poll), rip = 0x8008f489c, rsp = 0x7fffffffdb98, rbp = 0x7ffffd78 ---

Tracing command dhclient pid 3489 tid 100098 td 0xfffffe0001b878c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
poll() at poll+0x478
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (209, FreeBSD ELF64, poll), rip = 0x8008f489c, rsp = 0x7fffffffdb98, rbp = 0x6 ---

Tracing command login pid 3486 tid 100112 td 0xfffffe0001d02460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_sleep() at _sleep+0x269
kern_wait() at kern_wait+0x6fd
wait4() at wait4+0x35
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (7, FreeBSD ELF64, wait4), rip = 0x800eef07c, rsp = 0x7fffffffdc18, rbp = 0x8011b5800 ---

Tracing command ssh-agent pid 3462 tid 100133 td 0xfffffe0001d2f460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x80135e86c, rsp = 0x7fffffffd5e8, rbp = 0xa ---

Tracing command zsh pid 3373 tid 100091 td 0xfffffe0001b76460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800f368ec, rsp = 0x7fffffffd758, rbp = 0 ---

Tracing command zsh pid 3348 tid 100132 td 0xfffffe0001d2f8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800f368ec, rsp = 0x7fffffffd758, rbp = 0 ---

Tracing command getty pid 3316 tid 100122 td 0xfffffe0001cf6000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800b558ec, rsp = 0x7fffffffdca8, rbp = 0 ---

Tracing command getty pid 3315 tid 100136 td 0xfffffe0001d2e460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800b558ec, rsp = 0x7fffffffdca8, rbp = 0 ---

Tracing command getty pid 3314 tid 100137 td 0xfffffe0001d2e000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800b558ec, rsp = 0x7fffffffdca8, rbp = 0 ---

Tracing command getty pid 3313 tid 100139 td 0xfffffe0001d2d460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800b558ec, rsp = 0x7fffffffdca8, rbp = 0 ---

Tracing command getty pid 3312 tid 100094 td 0xfffffe0001add460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
tty_wait() at tty_wait+0x25
ttydisc_read() at ttydisc_read+0x2b1
ttydev_read() at ttydev_read+0x10f
devfs_read_f() at devfs_read_f+0x88
dofileread() at dofileread+0xa1
kern_readv() at kern_readv+0x60
read() at read+0x55
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (3, FreeBSD ELF64, read), rip = 0x800b558ec, rsp = 0x7fffffffdca8, rbp = 0 ---

Tracing command login pid 3311 tid 100099 td 0xfffffe0001b87460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_sleep() at _sleep+0x269
kern_wait() at kern_wait+0x6fd
wait4() at wait4+0x35
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (7, FreeBSD ELF64, wait4), rip = 0x800eef07c, rsp = 0x7fffffffdc08, rbp = 0x8011b5800 ---

Tracing command login pid 3310 tid 100144 td 0xfffffe0030268460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_sleep() at _sleep+0x269
kern_wait() at kern_wait+0x6fd
wait4() at wait4+0x35
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (7, FreeBSD ELF64, wait4), rip = 0x800eef07c, rsp = 0x7fffffffdc08, rbp = 0x8011b5800 ---

Tracing command cron pid 3229 tid 100124 td 0xfffffe0001cf5460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_sleep() at _sleep+0x1b1
kern_nanosleep() at kern_nanosleep+0x118
nanosleep() at nanosleep+0x6e
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (240, FreeBSD ELF64, nanosleep), rip = 0x800d4793c, rsp = 0x7fffffffdae8, rbp = 0x3c ---

Tracing command sendmail pid 3222 tid 100085 td 0xfffffe0001b7a460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_sleep() at _sleep+0x269
kern_sigsuspend() at kern_sigsuspend+0xbc
sigsuspend() at sigsuspend+0x34
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (4, FreeBSD ELF64, write), rip = 0x8013511ac, rsp = 0x7fffffffbdb8, rbp = 0x1 ---

Tracing command sendmail pid 3218 tid 100121 td 0xfffffe0001cf6460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x8013f186c, rsp = 0x7fffffffb228, rbp = 0x7fffffffb2c0 ---

Tracing command sshd pid 3167 tid 100113 td 0xfffffe0001d02000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x8024e786c, rsp = 0x7fffffffd108, rbp = 0xa ---

Tracing command moused pid 3072 tid 100126 td 0xfffffe0001cea460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x800d7886c, rsp = 0x7fffffffd818, rbp = 0 ---

Tracing command powerd pid 2912 tid 100101 td 0xfffffe0001b868c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x800b5386c, rsp = 0x7fffffffdb68, rbp = 0x7fffffffdbd0 ---

Tracing command ntpd pid 2898 tid 100128 td 0xfffffe0001ce98c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x80136586c, rsp = 0x7fffffffdbd8, rbp = 0x7fffffffdd08 ---

Tracing command amd pid 2863 tid 100117 td 0xfffffe0001cf78c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x800b7386c, rsp = 0x7fffffffd8f8, rbp = 0x7fffffffda70 ---

Tracing command rpcbind pid 2846 tid 100129 td 0xfffffe0001ce9460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
poll() at poll+0x478
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (209, FreeBSD ELF64, poll), rip = 0x800d0589c, rsp = 0x7fffffffba58, rbp = 0x8010640c0 ---

Tracing command syslogd pid 2275 tid 100111 td 0xfffffe0001d028c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_cv_wait_sig() at _cv_wait_sig+0x128
seltdwait() at seltdwait+0x110
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x800b5886c, rsp = 0x7fffffffd128, rbp = 0x80108c0d0 ---

Tracing command devd pid 2199 tid 100086 td 0xfffffe0001b7a000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
turnstile_wait() at turnstile_wait+0x1cb
_mtx_lock_sleep() at _mtx_lock_sleep+0xb0
giant_poll() at giant_poll+0xc6
devfs_poll_f() at devfs_poll_f+0x63
kern_select() at kern_select+0x512
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x443a6c, rsp = 0x7fffffffd838, rbp = 0x7fffffffd850 ---

Tracing command wpa_supplicant pid 990 tid 100084 td 0xfffffe0001b7a8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_timedwait_sig() at sleepq_timedwait_sig+0x19
_cv_timedwait_sig() at _cv_timedwait_sig+0x134
seltdwait() at seltdwait+0x98
kern_select() at kern_select+0x64d
select() at select+0x5d
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (93, FreeBSD ELF64, select), rip = 0x8011b986c, rsp = 0x7fffffffdb38, rbp = 0x80181e040 ---

Tracing command ng_queue pid 615 tid 100131 td 0xfffffe0001ad9460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
ngthread() at ngthread+0x6a
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80932add00, rbp = 0 ---

Tracing command ng_queue pid 615 tid 100090 td 0xfffffe0001b768c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
ngthread() at ngthread+0x6a
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80931dcd00, rbp = 0 ---

Tracing command adjkerntz pid 579 tid 100087 td 0xfffffe0001b798c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_catch_signals() at sleepq_catch_signals+0x2f4
sleepq_wait_sig() at sleepq_wait_sig+0x16
_sleep() at _sleep+0x269
kern_sigsuspend() at kern_sigsuspend+0xbc
sigsuspend() at sigsuspend+0x34
syscallenter() at syscallenter+0x2cf
syscall() at syscall+0x4b
Xfast_syscall() at Xfast_syscall+0xdd
--- syscall (4, FreeBSD ELF64, write), rip = 0x8008a01ac, rsp = 0x7fffffffdc28, rbp = 0x1 ---

Tracing command flowcleaner pid 22 tid 100079 td 0xfffffe0001ada000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_cv_timedwait() at _cv_timedwait+0x134
flowtable_cleaner() at flowtable_cleaner+0x212
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090ea2d00, rbp = 0 ---

Tracing command softdepflush pid 21 tid 100078 td 0xfffffe0001ada460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
softdep_flush() at softdep_flush+0x359
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e9dd00, rbp = 0 ---

Tracing command vnlru pid 20 tid 100077 td 0xfffffe0001ada8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
vnlru_proc() at vnlru_proc+0x636
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e98d00, rbp = 0 ---

Tracing command syncer pid 19 tid 100076 td 0xfffffe0001adc000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_cv_timedwait() at _cv_timedwait+0x134
sched_sync() at sched_sync+0x520
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e93d00, rbp = 0 ---

Tracing command bufdaemon pid 18 tid 100075 td 0xfffffe0001adc460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
buf_daemon() at buf_daemon+0x1cb
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e8ed00, rbp = 0 ---

Tracing command pagezero pid 9 tid 100074 td 0xfffffe0001adc8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
vm_pagezero() at vm_pagezero+0x83
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e89d00, rbp = 0 ---

Tracing command vmdaemon pid 8 tid 100073 td 0xfffffe0001add000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
vm_daemon() at vm_daemon+0x81
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e84d00, rbp = 0 ---

Tracing command pagedaemon pid 7 tid 100072 td 0xfffffe00018a2000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
vm_pageout() at vm_pageout+0x9ca
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e7fd00, rbp = 0 ---

Tracing command xpt_thrd pid 6 tid 100071 td 0xfffffe00018a2460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
xpt_scanner_thread() at xpt_scanner_thread+0xfa
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e5ad00, rbp = 0 ---

Tracing command sctp_iterator pid 5 tid 100069 td 0xfffffe00018a4000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
sctp_iterator_thread() at sctp_iterator_thread+0x54
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e50d00, rbp = 0 ---

Tracing command TIMER pid 17 tid 100068 td 0xfffffe00018a4460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
rtR0SemEventWait() at rtR0SemEventWait+0x1fa
rtTimerThread() at rtTimerThread+0x3e
rtThreadMain() at rtThreadMain+0x2c
rtThreadNativeMain() at rtThreadNativeMain+0x16
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e4bd00, rbp = 0 ---

Tracing command acpi_cooling1 pid 16 tid 100065 td 0xfffffe00018a6460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
acpi_tz_cooling_thread() at acpi_tz_cooling_thread+0xdb
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e37d00, rbp = 0 ---

Tracing command acpi_thermal pid 15 tid 100064 td 0xfffffe00018a68c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
acpi_tz_thread() at acpi_tz_thread+0x229
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e32d00, rbp = 0 ---

Tracing command usb pid 14 tid 100219 td 0xfffffe003682d8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8093348d00, rbp = 0 ---

Tracing command usb pid 14 tid 100218 td 0xfffffe003682e000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80932fdd00, rbp = 0 ---

Tracing command usb pid 14 tid 100217 td 0xfffffe003682e460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80932f8d00, rbp = 0 ---

Tracing command usb pid 14 tid 100062 td 0xfffffe00018a7460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8ded00, rbp = 0 ---

Tracing command usb pid 14 tid 100061 td 0xfffffe00018a78c0
ifindex_alloc_locked() at ifindex_alloc_locked+0x25
if_alloc() at if_alloc+0x71
uhso_attach() at uhso_attach+0x282
device_attach() at device_attach+0x69
usb_probe_and_attach_sub() at usb_probe_and_attach_sub+0x91
usb_probe_and_attach() at usb_probe_and_attach+0x145
uhub_explore() at uhub_explore+0x462
usb_bus_explore() at usb_bus_explore+0xc1
usb_process() at usb_process+0xbb
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8d9d00, rbp = 0 ---

Tracing command usb pid 14 tid 100060 td 0xfffffe00017d0460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8d4d00, rbp = 0 ---

Tracing command usb pid 14 tid 100059 td 0xfffffe00017d08c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8cfd00, rbp = 0 ---

Tracing command usb pid 14 tid 100057 td 0xfffffe0001871460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8c4d00, rbp = 0 ---

Tracing command usb pid 14 tid 100056 td 0xfffffe00018718c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8bfd00, rbp = 0 ---

Tracing command usb pid 14 tid 100055 td 0xfffffe0001872000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8bad00, rbp = 0 ---

Tracing command usb pid 14 tid 100054 td 0xfffffe0001872460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8b5d00, rbp = 0 ---

Tracing command usb pid 14 tid 100052 td 0xfffffe0001873000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001f8d00, rbp = 0 ---

Tracing command usb pid 14 tid 100051 td 0xfffffe0001873460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001f3d00, rbp = 0 ---

Tracing command usb pid 14 tid 100050 td 0xfffffe00018738c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001eed00, rbp = 0 ---

Tracing command usb pid 14 tid 100049 td 0xfffffe00017cc000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001e9d00, rbp = 0 ---

Tracing command usb pid 14 tid 100047 td 0xfffffe00017cc8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001ded00, rbp = 0 ---

Tracing command usb pid 14 tid 100046 td 0xfffffe00017cd000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001d9d00, rbp = 0 ---

Tracing command usb pid 14 tid 100045 td 0xfffffe00017cd460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001d4d00, rbp = 0 ---

Tracing command usb pid 14 tid 100044 td 0xfffffe00017cd8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001cfd00, rbp = 0 ---

Tracing command usb pid 14 tid 100039 td 0xfffffe00017a4000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000dfd00, rbp = 0 ---

Tracing command usb pid 14 tid 100038 td 0xfffffe00017a4460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000dad00, rbp = 0 ---

Tracing command usb pid 14 tid 100037 td 0xfffffe00017a48c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000d5d00, rbp = 0 ---

Tracing command usb pid 14 tid 100036 td 0xfffffe00017a5000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000d0d00, rbp = 0 ---

Tracing command usb pid 14 tid 100034 td 0xfffffe00017a58c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000c4d00, rbp = 0 ---

Tracing command usb pid 14 tid 100033 td 0xfffffe00017a6000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000bfd00, rbp = 0 ---

Tracing command usb pid 14 tid 100032 td 0xfffffe00017a6460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000bad00, rbp = 0 ---

Tracing command usb pid 14 tid 100031 td 0xfffffe00017a68c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000b5d00, rbp = 0 ---

Tracing command usb pid 14 tid 100029 td 0xfffffe00016b78c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000aad00, rbp = 0 ---

Tracing command usb pid 14 tid 100028 td 0xfffffe00016bc000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000a5d00, rbp = 0 ---

Tracing command usb pid 14 tid 100027 td 0xfffffe00016bc460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000a0d00, rbp = 0 ---

Tracing command usb pid 14 tid 100026 td 0xfffffe00016bc8c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_cv_wait() at _cv_wait+0x129
usb_process() at usb_process+0x15d
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff800009bd00, rbp = 0 ---

Tracing command yarrow pid 13 tid 100013 td 0xfffffe00016118c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_timedwait() at sleepq_timedwait+0x42
_sleep() at _sleep+0x301
random_kthread() at random_kthread+0x1e2
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff800004ed00, rbp = 0 ---

Tracing command g_down pid 4 tid 100011 td 0xfffffe0001612460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
g_io_schedule_down() at g_io_schedule_down+0x20e
g_down_procbody() at g_down_procbody+0x58
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000044d00, rbp = 0 ---

Tracing command g_up pid 3 tid 100010 td 0xfffffe00016128c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
g_io_schedule_up() at g_io_schedule_up+0xd8
g_up_procbody() at g_up_procbody+0x58
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff800003fd00, rbp = 0 ---

Tracing command g_event pid 2 tid 100009 td 0xfffffe00015ff460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
sleepq_wait() at sleepq_wait+0x42
_sleep() at _sleep+0x317
g_run_events() at g_run_events+0x407
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff800003ad00, rbp = 0 ---

Tracing command intr pid 12 tid 100145 td 0xfffffe0001ad9000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80932f3d00, rbp = 0 ---

Tracing command intr pid 12 tid 100067 td 0xfffffe00018a48c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e41d00, rbp = 0 ---

Tracing command intr pid 12 tid 100066 td 0xfffffe00018a6000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8090e3cd00, rbp = 0 ---

Tracing command intr pid 12 tid 100063 td 0xfffffe00018a7000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a906d00, rbp = 0 ---

Tracing command intr pid 12 tid 100058 td 0xfffffe0001871000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff807a8cad00, rbp = 0 ---

Tracing command intr pid 12 tid 100053 td 0xfffffe00018728c0
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100048 td 0xfffffe00017cc460
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100043 td 0xfffffe00017cf000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80001cad00, rbp = 0 ---

Tracing command intr pid 12 tid 100042 td 0xfffffe00017cf460
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100040 td 0xfffffe00017d0000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000e4d00, rbp = 0 ---

Tracing command intr pid 12 tid 100035 td 0xfffffe00017a5460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff80000cbd00, rbp = 0 ---

Tracing command intr pid 12 tid 100030 td 0xfffffe00016b7460
fork_trampoline() at fork_trampoline

Tracing command intr pid 12 tid 100025 td 0xfffffe00016bd000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000096d00, rbp = 0 ---

Tracing command intr pid 12 tid 100020 td 0xfffffe00016b48c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000073d00, rbp = 0 ---

Tracing command intr pid 12 tid 100018 td 0xfffffe00016b5460
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000069d00, rbp = 0 ---

Tracing command intr pid 12 tid 100017 td 0xfffffe00016b58c0
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fork_trampoline+0xe
--- trap 0, rip = 0, rsp = 0xffffff8000064d00, rbp = 0 ---

Tracing command intr pid 12 tid 100015 td 0xfffffe0001611000
sched_switch() at sched_switch+0xf9
mi_switch() at mi_switch+0x174
ithread_loop() at ithread_loop+0x1d1
fork_exit() at fork_exit+0x118
fork_trampoline() at fconfig.txt060000364111530534666  7470 ustarrootwheeloptions	CONFIG_AUTOGENERATED
ident	X300
machine	amd64
cpu	HAMMER
makeoptions	DEBUG=-g
options	VIMAGE
options	USB_DEBUG
options	IPFIREWALL_DEFAULT_TO_ACCEPT
options	DUMMYNET
options	IPSTEALTH
options	IPDIVERT
options	IPFIREWALL_NAT
options	IPFIREWALL_FORWARD
options	IPFIREWALL_VERBOSE
options	IPFIREWALL
options	LIBALIAS
options	SC_PIXEL_MODE
options	X86BIOS
options	VESA
options	ATA_CAM
options	IEEE80211_SUPPORT_MESH
options	IEEE80211_AMPDU_AGE
options	IEEE80211_DEBUG
options	ATA_STATIC_ID
options	SMP
options	GDB
options	DDB
options	KDB
options	INCLUDE_CONFIG_FILE
options	FLOWTABLE
options	MAC
options	AUDIT
options	HWPMC_HOOKS
options	KBD_INSTALL_CDEV
options	PRINTF_BUFR_SIZE=128
options	_KPOSIX_PRIORITY_SCHEDULING
options	P1003_1B_SEMAPHORES
options	SYSVSEM
options	SYSVMSG
options	SYSVSHM
options	STACK
options	KTRACE
options	SCSI_DELAY=5000
options	COMPAT_FREEBSD7
options	COMPAT_FREEBSD6
options	COMPAT_FREEBSD5
options	COMPAT_FREEBSD4
options	COMPAT_FREEBSD32
options	GEOM_LABEL
options	GEOM_PART_GPT
options	PSEUDOFS
options	PROCFS
options	CD9660
options	MSDOSFS
options	NFS_ROOT
options	NFSLOCKD
options	NFSSERVER
options	NFSCLIENT
options	MD_ROOT
options	UFS_GJOURNAL
options	UFS_DIRHASH
options	UFS_ACL
options	SOFTUPDATES
options	FFS
options	SCTP
options	INET6
options	INET
options	PREEMPTION
options	SCHED_ULE
options	GEOM_PART_MBR
options	GEOM_PART_EBR_COMPAT
options	GEOM_PART_EBR
options	GEOM_PART_BSD
device	isa
device	mem
device	io
device	uart_ns8250
device	cpufreq
device	acpi
device	pci
device	ata
device	atadisk
device	atapicd
device	scbus
device	ch
device	da
device	sa
device	cd
device	pass
device	ses
device	atkbdc
device	atkbd
device	psm
device	kbdmux
device	vga
device	splash
device	sc
device	agp
device	wlan
device	wlan_wep
device	wlan_ccmp
device	wlan_tkip
device	wlan_amrr
device	loop
device	random
device	ether
device	vlan
device	tun
device	pty
device	md
device	gif
device	faith
device	firmware
device	bpf
device	dpms
msgbuf.txt06000017774011530534666  7662 ustarrootwheel (v01  PmRef  Cpu1Ist 00000100 INTL 20050513)
ACPI: SSDT 0x7e6e1d72 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
ACPI: Dynamic OEM Table Load:
ACPI: SSDT 0 00085 (v01  PmRef  Cpu1Cst 00000100 INTL 20050513)
pci_link0:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   10   N     0  3 4 5 6 7 9 10 11
  Validation          0   10   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link1:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link2:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link3:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link4:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link5:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link6:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
pci_link7:        Index  IRQ  Rtd  Ref  IRQs
  Initial Probe       0   11   N     0  3 4 5 6 7 9 10 11
  Validation          0   11   N     0  3 4 5 6 7 9 10 11
  After Disable       0  255   N     0  3 4 5 6 7 9 10 11
acpi_lid0: <Control Method Lid Switch> on acpi0
acpi_button0: <Sleep Button> on acpi0
pcib0: <ACPI Host-PCI bridge> port 0xcf8-0xcff on acpi0
pci0: <ACPI PCI bus> on pcib0
pci0: domain=0, physical bus=0
found->	vendor=0x8086, dev=0x2a00, revid=0x0c
	domain=0, bus=0, slot=0, func=0
	class=06-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x2090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2a02, revid=0x0c
	domain=0, bus=0, slot=2, func=0
	class=03-00-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (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
	map[10]: type Memory, range 64, base 0xfa000000, size 20, enabled
	map[18]: type Prefetchable Memory, range 64, base 0xe0000000, size 28, enabled
	map[20]: type I/O Port, range 32, base 0x1800, size  3, enabled
pcib0: matched entry for 0.2.INTA
pcib0: slot 2 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x2a03, revid=0x0c
	domain=0, bus=0, slot=2, func=1
	class=03-80-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0090, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	powerspec 3  supports D0 D3  current D0
	map[10]: type Memory, range 64, base 0xfa100000, size 20, enabled
found->	vendor=0x8086, dev=0x1049, revid=0x03
	domain=0, bus=0, slot=25, func=0
	class=02-00-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0107, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 32, base 0xfa200000, size 17, enabled
	map[14]: type Memory, range 32, base 0xfa225000, size 12, enabled
	map[18]: type I/O Port, range 32, base 0x1840, size  5, enabled
pcib0: matched entry for 0.25.INTA
pcib0: slot 25 INTA hardwired to IRQ 20
found->	vendor=0x8086, dev=0x2834, revid=0x03
	domain=0, bus=0, slot=26, func=0
	class=0c-03-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[20]: type I/O Port, range 32, base 0x1860, size  5, enabled
pcib0: matched entry for 0.26.INTA
pcib0: slot 26 INTA hardwired to IRQ 20
found->	vendor=0x8086, dev=0x2835, revid=0x03
	domain=0, bus=0, slot=26, func=1
	class=0c-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0005, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	map[20]: type I/O Port, range 32, base 0x1880, size  5, enabled
pcib0: matched entry for 0.26.INTB
pcib0: slot 26 INTB hardwired to IRQ 21
found->	vendor=0x8086, dev=0x283a, revid=0x03
	domain=0, bus=0, slot=26, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xfa426c00, size 10, enabled
pcib0: matched entry for 0.26.INTC
pcib0: slot 26 INTC hardwired to IRQ 22
found->	vendor=0x8086, dev=0x284b, revid=0x03
	domain=0, bus=0, slot=27, func=0
	class=04-03-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xfa220000, size 14, enabled
pcib0: matched entry for 0.27.INTB
pcib0: slot 27 INTB hardwired to IRQ 17
found->	vendor=0x8086, dev=0x283f, revid=0x03
	domain=0, bus=0, slot=28, func=0
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTA
pcib0: slot 28 INTA hardwired to IRQ 20
found->	vendor=0x8086, dev=0x2841, revid=0x03
	domain=0, bus=0, slot=28, func=1
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=b, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTB
pcib0: slot 28 INTB hardwired to IRQ 21
found->	vendor=0x8086, dev=0x2843, revid=0x03
	domain=0, bus=0, slot=28, func=2
	class=06-04-00, hdrtype=0x01, mfdev=1
	cmdreg=0x0107, statreg=0x0010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x04 (1000 ns), maxlat=0x00 (0 ns)
	intpin=c, irq=11
	powerspec 2  supports D0 D3  current D0
	MSI supports 1 message
pcib0: matched entry for 0.28.INTC
pcib0: slot 28 INTC hardwired to IRQ 22
found->	vendor=0x8086, dev=0x2830, revid=0x03
	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=10
	map[20]: type I/O Port, range 32, base 0x18a0, size  5, enabled
pcib0: matched entry for 0.29.INTA
pcib0: slot 29 INTA hardwired to IRQ 16
found->	vendor=0x8086, dev=0x2831, revid=0x03
	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=11
	map[20]: type I/O Port, range 32, base 0x18c0, size  5, enabled
pcib0: matched entry for 0.29.INTB
pcib0: slot 29 INTB hardwired to IRQ 17
found->	vendor=0x8086, dev=0x2832, revid=0x03
	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=11
	map[20]: type I/O Port, range 32, base 0x18e0, size  5, enabled
pcib0: matched entry for 0.29.INTC
pcib0: slot 29 INTC hardwired to IRQ 18
found->	vendor=0x8086, dev=0x2836, revid=0x03
	domain=0, bus=0, slot=29, func=7
	class=0c-03-20, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x0290, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=d, irq=11
	powerspec 2  supports D0 D3  current D0
	map[10]: type Memory, range 32, base 0xfa427000, size 10, enabled
pcib0: matched entry for 0.29.INTD
pcib0: slot 29 INTD hardwired to IRQ 19
found->	vendor=0x8086, dev=0x2448, revid=0xf3
	domain=0, bus=0, slot=30, func=0
	class=06-04-01, hdrtype=0x01, mfdev=0
	cmdreg=0x0005, statreg=0x0010, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2811, revid=0x03
	domain=0, bus=0, slot=31, func=0
	class=06-01-00, hdrtype=0x00, mfdev=1
	cmdreg=0x0007, statreg=0x0210, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
found->	vendor=0x8086, dev=0x2850, revid=0x03
	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=c, irq=255
	map[20]: type I/O Port, range 32, base 0x1c00, size  4, enabled
found->	vendor=0x8086, dev=0x2829, revid=0x03
	domain=0, bus=0, slot=31, func=2
	class=01-06-01, 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=10
	powerspec 3  supports D0 D3  current D0
	MSI supports 4 messages
	map[10]: type I/O Port, range 32, base 0x1c50, size  3, enabled
	map[14]: type I/O Port, range 32, base 0x1c44, size  2, enabled
	map[18]: type I/O Port, range 32, base 0x1c48, size  3, enabled
	map[1c]: type I/O Port, range 32, base 0x1c40, size  2, enabled
	map[20]: type I/O Port, range 32, base 0x1c20, size  5, enabled
	map[24]: type Memory, range 32, base 0xfa426000, size 11, enabled
pcib0: matched entry for 0.31.INTB
pcib0: slot 31 INTB hardwired to IRQ 16
found->	vendor=0x8086, dev=0x283e, revid=0x03
	domain=0, bus=0, slot=31, func=3
	class=0c-05-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0103, statreg=0x0280, cachelnsz=0 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	map[10]: type Memory, range 32, base 0xfa427400, size  8, enabled
	map[20]: type I/O Port, range 32, base 0x1c60, size  5, enabled
pcib0: matched entry for 0.31.INTA
pcib0: slot 31 INTA hardwired to IRQ 23
vgapci0: <VGA-compatible display> port 0x1800-0x1807 mem 0xfa000000-0xfa0fffff,0xe0000000-0xefffffff irq 16 at device 2.0 on pci0
agp0: <Intel GM965 SVGA controller> on vgapci0
agp0: aperture size is 256M, detected 7676k stolen memory
acpi_video0: <ACPI video extension> on vgapci0
found Internal/Integrated Digital Flat Panel(400), idx#0, port#0, head #0
found VGA CRT or VESA Compatible Analog Monitor(100), idx#0, port#0, head #0
found External Digital Monitor(300), idx#0, port#0, head #0
drm0: <Intel i965GM> on vgapci0
vgapci0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 256 to local APIC 0 vector 49
vgapci0: using IRQ 256 for MSI
info: [drm] MSI enabled 1 message(s)
info: [drm] AGP at 0xe0000000 256MB
info: [drm] Initialized i915 1.6.0 20080730
vgapci1: <VGA-compatible display> mem 0xfa100000-0xfa1fffff at device 2.1 on pci0
em0: <Intel(R) PRO/1000 Network Connection 7.1.9> port 0x1840-0x185f mem 0xfa200000-0xfa21ffff,0xfa225000-0xfa225fff irq 20 at device 25.0 on pci0
em0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 257 to local APIC 0 vector 50
em0: using IRQ 257 for MSI
em0: Using an MSI interrupt
em0: bpf attached
em0: Ethernet address: 00:1c:25:7c:1d:59
uhci0: <Intel 82801H (ICH8) USB controller USB-D> port 0x1860-0x187f irq 20 at device 26.0 on pci0
ioapic0: routing intpin 20 (PCI IRQ 20) to lapic 0 vector 51
usbus0: <Intel 82801H (ICH8) USB controller USB-D> on uhci0
usbus0: bpf attached
uhci0: usbpf attached
uhci1: <Intel 82801H (ICH8) USB controller USB-E> port 0x1880-0x189f irq 21 at device 26.1 on pci0
ioapic0: routing intpin 21 (PCI IRQ 21) to lapic 0 vector 52
usbus1: <Intel 82801H (ICH8) USB controller USB-E> on uhci1
usbus1: bpf attached
uhci1: usbpf attached
ehci0: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> mem 0xfa426c00-0xfa426fff irq 22 at device 26.7 on pci0
ioapic0: routing intpin 22 (PCI IRQ 22) to lapic 0 vector 53
usbus2: EHCI version 1.0
usbus2: <Intel 82801H (ICH8) USB 2.0 controller USB2-B> on ehci0
usbus2: bpf attached
ehci0: usbpf attached
hdac0: <Intel 82801H High Definition Audio Controller> mem 0xfa220000-0xfa223fff irq 17 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 258 to local APIC 0 vector 54
hdac0: using IRQ 258 for MSI
hdac0: Caps: OSS 4, ISS 4, BSS 0, NSDO 1, 64bit, CORB 256, RIRB 256
pcib1: <ACPI PCI-PCI bridge> irq 20 at device 28.0 on pci0
pcib1:   domain            0
pcib1:   secondary bus     2
pcib1:   subordinate bus   2
pcib1:   I/O decode        0x2000-0x2fff
pcib1:   memory decode     0xf4000000-0xf5ffffff
pcib1:   prefetched decode 0xfa500000-0xfa5fffff
pci2: <ACPI PCI bus> on pcib1
pci2: domain=0, physical bus=2
pcib2: <ACPI PCI-PCI bridge> irq 21 at device 28.1 on pci0
pcib2:   domain            0
pcib2:   secondary bus     3
pcib2:   subordinate bus   3
pcib2:   I/O decode        0x3000-0x3fff
pcib2:   memory decode     0xf8000000-0xf9ffffff
pcib2:   prefetched decode 0xfa600000-0xfa6fffff
pci3: <ACPI PCI bus> on pcib2
pci3: domain=0, physical bus=3
found->	vendor=0x8086, dev=0x4230, revid=0x61
	domain=0, bus=3, slot=0, func=0
	class=02-80-00, hdrtype=0x00, mfdev=0
	cmdreg=0x0106, statreg=0x4010, cachelnsz=16 (dwords)
	lattimer=0x00 (0 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns)
	intpin=a, irq=11
	powerspec 3  supports D0 D3  current D0
	MSI supports 1 message, 64 bit
	map[10]: type Memory, range 64, base 0xf9f00000, size 13, enabled
pcib2: requested memory range 0xf9f00000-0xf9f01fff: good
pcib2: matched entry for 3.0.INTA
pcib2: slot 0 INTA hardwired to IRQ 17
iwn0: <Intel(R) PRO/Wireless 4965BGN> mem 0xf9f00000-0xf9f01fff irq 17 at device 0.0 on pci3
iwn0: attempting to allocate 1 MSI vectors (1 supported)
msi: routing MSI IRQ 259 to local APIC 0 vector 55
iwn0: using IRQ 259 for MSI
iwn0: MIMO 2T3R, MoW1, address 00:1f:3b:28:30:c5
iwn0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
iwn0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps
iwn0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps
pcib3: <ACPI PCI-PCI bridge> irq 22 at device 28.2 on pci0
pcib3:   domain            0
pcib3:   secondary bus     4
pcib3:   subordinate bus   4
pcib3:   I/O decode        0x4000-0x4fff
pcib3:   memory decode     0xf6000000-0xf7ffffff
pcib3:   prefetched decode 0xfa700000-0xfa7fffff
pci4: <ACPI PCI bus> on pcib3
pci4: domain=0, physical bus=4
uhci2: <Intel 82801H (ICH8) USB controller USB-A> port 0x18a0-0x18bf irq 16 at device 29.0 on pci0
ioapic0: routing intpin 16 (PCI IRQ 16) to lapic 0 vector 56
usbus3: <Intel 82801H (ICH8) USB controller USB-A> on uhci2
usbus3: bpf attached
uhci2: usbpf attached
uhci3: <Intel 82801H (ICH8) USB controller USB-B> port 0x18c0-0x18df irq 17 at device 29.1 on pci0
ioapic0: routing intpin 17 (PCI IRQ 17) to lapic 0 vector 57
usbus4: <Intel 82801H (ICH8) USB controller USB-B> on uhci3
usbus4: bpf attached
uhci3: usbpf attached
uhci4: <Intel 82801H (ICH8) USB controller USB-C> port 0x18e0-0x18ff irq 18 at device 29.2 on pci0
ioapic0: routing intpin 18 (PCI IRQ 18) to lapic 0 vector 58
usbus5: <Intel 82801H (ICH8) USB controller USB-C> on uhci4
usbus5: bpf attached
uhci4: usbpf attached
ehci1: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> mem 0xfa427000-0xfa4273ff irq 19 at device 29.7 on pci0
ioapic0: routing intpin 19 (PCI IRQ 19) to lapic 0 vector 59
usbus6: EHCI version 1.0
usbus6: <Intel 82801H (ICH8) USB 2.0 controller USB2-A> on ehci1
usbus6: bpf attached
ehci1: usbpf attached
pcib4: <ACPI PCI-PCI bridge> at device 30.0 on pci0
pcib4:   domain            0
pcib4:   secondary bus     13
pcib4:   subordinate bus   13
pcib4:   I/O decode        0xf000-0xfff
pcib4:   no prefetched decode
pcib4:   Subtractively decoded bridge.
pci13: <ACPI PCI bus> on pcib4
pci13: domain=0, physical bus=13
isab0: <PCI-ISA bridge> at device 31.0 on pci0
isa0: <ISA bus> on isab0
atapci0: <Intel ICH8M UDMA100 controller> port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x1c00-0x1c0f at device 31.1 on pci0
ata0: <ATA channel 0> on atapci0
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 0 vector 60
atapci1: <Intel ICH8M SATA300 controller> port 0x1c50-0x1c57,0x1c44-0x1c47,0x1c48-0x1c4f,0x1c40-0x1c43,0x1c20-0x1c3f mem 0xfa426000-0xfa4267ff irq 16 at device 31.2 on pci0
atapci1: AHCI called from vendor specific driver
atapci1: AHCI v1.10 controller with 3 1.5Gbps ports, PM not supported
atapci1: Caps: 64bit NCQ SNTF ALP AL CLO 1.5Gbps PMD SSC PSC 32cmd CCC 3ports
ata2: <ATA channel 0> on atapci1
ata3: <ATA channel 2> on atapci1
pci0: <serial bus, SMBus> at device 31.3 (no driver attached)
acpi_tz0: <Thermal Zone> on acpi0
acpi_tz1: <Thermal Zone> on acpi0
attimer0: <AT timer> port 0x40-0x43 irq 0 on acpi0
Timecounter "i8254" frequency 1193182 Hz quality 0
hpet0: <High Precision Event Timer> iomem 0xfed00000-0xfed003ff on acpi0
hpet0: vendor 0x8086, rev 0x1, 14318180Hz 64bit, 3 timers, legacy route
hpet0:  t0: irqs 0x00f00000 (0), 64bit, periodic
hpet0:  t1: irqs 0x00f00000 (0)
hpet0:  t2: irqs 0x00f00800 (0)
Timecounter "HPET" frequency 14318180 Hz quality 900
ioapic0: routing intpin 23 (PCI IRQ 23) to lapic 0 vector 61
Event timer "HPET" frequency 14318180 Hz quality 450
Event timer "HPET1" frequency 14318180 Hz quality 440
Event timer "HPET2" frequency 14318180 Hz quality 440
atrtc0: <AT realtime clock> port 0x70-0x71 irq 8 on acpi0
atrtc0: registered as a time-of-day clock (resolution 1000000us, adjustment 0.500000000s)
atkbdc0: <Keyboard controller (i8042)> port 0x60,0x64 irq 1 on acpi0
atkbd0: <AT Keyboard> irq 1 on atkbdc0
atkbd: the current kbd controller command byte 0047
atkbd: keyboard ID 0x54ab (2)
kbd0 at atkbd0
kbd0: atkbd0, AT 101/102 (2), config:0x0, flags:0x3d0000
ioapic0: routing intpin 1 (ISA IRQ 1) to lapic 0 vector 62
atkbd0: [GIANT-LOCKED]
psm0: unable to allocate IRQ
psmcpnp0: <PS/2 mouse port> irq 12 on acpi0
psm0: current command byte:0047
psm0: <PS/2 Mouse> irq 12 on atkbdc0
ioapic0: routing intpin 12 (ISA IRQ 12) to lapic 0 vector 63
psm0: [GIANT-LOCKED]
psm0: model Generic PS/2 mouse, device ID 0-00, 2 buttons
psm0: config:00000000, flags:00000008, packet size:3
psm0: syncmask:c0, syncbits:00
battery0: <ACPI Control Method Battery> on acpi0
acpi_acad0: <AC Adapter> on acpi0
acpi_ibm0: <IBM ThinkPad ACPI Extras> on acpi0
acpi0: wakeup code va 0xffffff8090e42000 pa 0x4000
isa_probe_children: disabling PnP devices
atkbdc: atkbdc0 already exists; skipping it
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
orm0: <ISA Option ROMs> at iomem 0xc0000-0xcffff,0xe0000-0xeffff on isa0
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
fdc0 failed to probe at port 0x3f0 irq 6 drq 2 on isa0
ppc0 failed to probe at irq 7 on isa0
uart0 failed to probe at port 0x3f8 irq 4 on isa0
uart1 failed to probe at port 0x2f8 irq 3 on isa0
isa_probe_children: probing PnP devices
coretemp0: <CPU On-Die Thermal Sensors> on cpu0
coretemp0: Setting TjMax=100
est0: <Enhanced SpeedStep Frequency Control> on cpu0
coretemp1: <CPU On-Die Thermal Sensors> on cpu1
coretemp1: Setting TjMax=100
est1: <Enhanced SpeedStep Frequency Control> on cpu1
Device configuration finished.
procfs registered
Timecounter "TSC" frequency 1197031026 Hz quality -100
Timecounters tick every 1.000 msec
vlan: initialized, using hash tables with chaining
vboxdrv: fAsync=0 offMin=0x108 offMax=0x252
ipfw2 (+ipv6) initialized, divert enabled, nat enabled, rule-based forwarding enabled, default to accept, logging disabled
ipfw0: bpf attached
DUMMYNET 0xfffffe000150bdc0 with IPv6 initialized (100409)
load_dn_sched dn_sched FIFO loaded
load_dn_sched dn_sched PRIO loaded
load_dn_sched dn_sched QFQ loaded
load_dn_sched dn_sched RR loaded
load_dn_sched dn_sched WF2Q+ loaded
lo0: bpf attached
hdac0: HDA Config: gpio0 gpio1 gpio2 gpio3 gpio4 gpio5 gpio6 gpio7
hdac0: Probing codec #0...
hdac0: HDA Codec #0: Analog Devices AD1984A
hdac0:  HDA Codec ID: 0x11d4194a
hdac0:        Vendor: 0x11d4
hdac0:        Device: 0x194a
hdac0:      Revision: 0x02
hdac0:      Stepping: 0x00
hdac0: PCI Subvendor: 0x20ac17aa
hdac0: 	Found audio FG nid=1 startnode=2 endnode=43 total=41
hdac0: 
hdac0: Processing audio FG cad=0 nid=1...
hdac0: GPIO: 0x40000003 NumGPIO=3 NumGPO=0 NumGPI=0 GPIWake=0 GPIUnsol=1
hdac0:  nid 17 0x03214040 as  4 seq  0    Headphones  Jack jack  1 loc  3 color   Green misc 0
hdac0: Patching pin config nid=17 0x03214040 -> 0x0321401f
hdac0:  nid 18 0x92170110 as  1 seq  0       Speaker Fixed jack  7 loc 18 color Unknown misc 1
hdac0:  nid 19 0x411301f0 as 15 seq  0       Speaker  None jack  3 loc  1 color Unknown misc 1
hdac0:  nid 20 0x03a15060 as  6 seq  0           Mic  Jack jack  1 loc  3 color     Red misc 0
hdac0: Patching pin config nid=20 0x03a15060 -> 0x0381502f
hdac0:  nid 21 0x51a701f0 as 15 seq  0           Mic  None jack  7 loc 17 color Unknown misc 1
hdac0:  nid 22 0x593301f0 as 15 seq  0            CD  None jack  3 loc 25 color Unknown misc 1
hdac0: Patching pin config nid=22 0x593301f0 -> 0x5933011f
hdac0:  nid 23 0x97a6e120 as  2 seq  0           Mic Fixed jack  6 loc 23 color   White misc 1
hdac0: Patching widget caps nid=26 0x00400000 -> 0x00700000
hdac0:  nid 27 0x584411f0 as 15 seq  0     SPDIF-out  None jack  4 loc 24 color   Black misc 1
hdac0:  nid 28 0x41a150f0 as 15 seq  0           Mic  None jack  1 loc  1 color     Red misc 0
hdac0: GHOST: nid=42 j=0 entnum=4 index=0 res=0x00002701
hdac0: Patched pins configuration:
hdac0:  nid 17 0x0321401f as  1 seq 15    Headphones  Jack jack  1 loc  3 color   Green misc 0
hdac0:  nid 18 0x92170110 as  1 seq  0       Speaker Fixed jack  7 loc 18 color Unknown misc 1
hdac0:  nid 19 0x411301f0 as 15 seq  0       Speaker  None jack  3 loc  1 color Unknown misc 1 [DISABLED]
hdac0:  nid 20 0x0381502f as  2 seq 15       Line-in  Jack jack  1 loc  3 color     Red misc 0
hdac0:  nid 21 0x51a701f0 as 15 seq  0           Mic  None jack  7 loc 17 color Unknown misc 1 [DISABLED]
hdac0:  nid 22 0x5933011f as  1 seq 15            CD  None jack  3 loc 25 color Unknown misc 1 [DISABLED]
hdac0:  nid 23 0x97a6e120 as  2 seq  0           Mic Fixed jack  6 loc 23 color   White misc 1
hdac0:  nid 27 0x584411f0 as 15 seq  0     SPDIF-out  None jack  4 loc 24 color   Black misc 1 [DISABLED]
hdac0:  nid 28 0x41a150f0 as 15 seq  0           Mic  None jack  1 loc  1 color     Red misc 0 [DISABLED]
hdac0: 2 associations found:
hdac0: Association 0 (1) out:
hdac0:  Pin nid=18 seq=0
hdac0:  Pin nid=17 seq=15
hdac0: Association 1 (2) in:
hdac0:  Pin nid=23 seq=0
hdac0:  Pin nid=20 seq=15
hdac0: Tracing association 0 (1)
hdac0:  Pin 18 traced to DAC 3
hdac0:  Pin 17 traced to DAC 3 and hpredir 0
hdac0: Association 0 (1) trace succeeded
hdac0: Tracing association 1 (2)
hdac0:  Pin 23 traced to ADC 8
hdac0:  Pin 20 traced to ADC 8
hdac0: Association 1 (2) trace succeeded
hdac0: Tracing input monitor
hdac0: Tracing other input monitors
hdac0:  Tracing nid 20 to out
hdac0:  nid 20 is input monitor
hdac0:  Tracing nid 23 to out
hdac0: Tracing beeper
hdac0:  nid 26 traced to out
hdac0: GPIO init: data=0x00000001 mask=0x00000000 dir=0x00000000
hdac0: GPIO commit: data=0x00000007 mask=0x00000007 dir=0x00000007
hdac0: Enabling headphone/speaker audio routing switching:
hdac0: 	as=0 sense nid=17 [UNSOL]
hdac0: Pin sense: nid=17 res=0x7fffffff
hdac0: FG config/quirks: gpio0 gpio1 gpio2 gpio3 gpio4 gpio5 gpio6 gpio7 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: 0x000e07ff
hdac0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
hdac0:          IN amp: 0x80000000
hdac0:         OUT amp: 0x00052727
hdac0: 
hdac0:             nid: 2 [DISABLED]
hdac0:            Name: audio output
hdac0:      Widget cap: 0x00030211
hdac0:                  DIGITAL STEREO
hdac0:      Stream cap: 0x00000005
hdac0:                  AC3 PCM
hdac0:         PCM cap: 0x000e07e0
hdac0:                  16 20 24 bits, 44 48 88 96 176 192 KHz
hdac0: 
hdac0:             nid: 3
hdac0:            Name: audio output
hdac0:      Widget cap: 0x00000405
hdac0:                  PWR STEREO
hdac0:     Association: 0 (0x00008001)
hdac0:             OSS: pcm (pcm)
hdac0:      Stream cap: 0x00000001
hdac0:                  PCM
hdac0:         PCM cap: 0x000e07ff
hdac0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
hdac0:      Output amp: 0x00052727
hdac0:                  mute=0 step=39 size=5 offset=39
hdac0: 
hdac0:             nid: 4 [DISABLED]
hdac0:            Name: audio output
hdac0:      Widget cap: 0x00000405
hdac0:                  PWR STEREO
hdac0:      Stream cap: 0x00000001
hdac0:                  PCM
hdac0:         PCM cap: 0x000e07ff
hdac0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
hdac0:      Output amp: 0x00052727
hdac0:                  mute=0 step=39 size=5 offset=39
hdac0: 
hdac0:             nid: 5 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00000
hdac0: 
hdac0:             nid: 6 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00000
hdac0: 
hdac0:             nid: 7
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200103
hdac0:                  STEREO
hdac0:     Association: 0 (0x00008000)
hdac0:             OSS: pcm
hdac0:       Input amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=34 [audio selector]
hdac0:           + [DISABLED] <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 8
hdac0:            Name: audio input
hdac0:      Widget cap: 0x00100501
hdac0:                  PWR STEREO
hdac0:     Association: 1 (0x00008001)
hdac0:      Stream cap: 0x00000001
hdac0:                  PCM
hdac0:         PCM cap: 0x000e07ff
hdac0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=12 [audio selector]
hdac0: 
hdac0:             nid: 9 [DISABLED]
hdac0:            Name: audio input
hdac0:      Widget cap: 0x00100501
hdac0:                  PWR STEREO
hdac0:      Stream cap: 0x00000001
hdac0:                  PCM
hdac0:         PCM cap: 0x000e07ff
hdac0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=13 [audio selector] [DISABLED]
hdac0: 
hdac0:             nid: 10
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200103
hdac0:                  STEREO
hdac0:     Association: 0 (0x00000001)
hdac0:             OSS: pcm, speaker, line
hdac0:       Input amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + [DISABLED] <- nid=4 [audio output] [DISABLED]
hdac0:           + <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 11 [DISABLED]
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200103
hdac0:                  STEREO
hdac0:       Input amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + [DISABLED] <- nid=15 [audio selector] [DISABLED]
hdac0:           + [DISABLED] <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 12
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x0030010d
hdac0:                  STEREO
hdac0:     Association: 1 (0x00008001)
hdac0:             OSS: line, monitor
hdac0:      Output amp: 0x80053627
hdac0:                  mute=1 step=54 size=5 offset=39
hdac0:     connections: 6
hdac0:           |
hdac0:           + <- nid=20 [pin: Line-in (Red Jack)]
hdac0:           + [DISABLED] <- nid=21 [pin: Mic (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=22 [pin: CD (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=32 [audio mixer]
hdac0:           + [DISABLED] <- nid=37 [audio selector] [DISABLED]
hdac0:           + <- nid=23 [pin: Mic (Fixed)] (selected)
hdac0: 
hdac0:             nid: 13 [DISABLED]
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x0030010d
hdac0:                  STEREO
hdac0:      Output amp: 0x80053627
hdac0:                  mute=1 step=54 size=5 offset=39
hdac0:     connections: 6
hdac0:           |
hdac0:           + <- nid=20 [pin: Line-in (Red Jack)] (selected)
hdac0:           + [DISABLED] <- nid=21 [pin: Mic (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=22 [pin: CD (None)] [DISABLED]
hdac0:           + <- nid=32 [audio mixer]
hdac0:           + [DISABLED] <- nid=37 [audio selector] [DISABLED]
hdac0:           + <- nid=23 [pin: Mic (Fixed)]
hdac0: 
hdac0:             nid: 14 [DISABLED]
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x00300101
hdac0:                  STEREO
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=3 [audio output] (selected)
hdac0:           + <- nid=4 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 15 [DISABLED]
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x00300101
hdac0:                  STEREO
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=3 [audio output] (selected)
hdac0:           + <- nid=4 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 16
hdac0:            Name: beep widget
hdac0:      Widget cap: 0x0070000c
hdac0:     Association: -2 (0x00000000)
hdac0:             OSS: speaker (speaker)
hdac0:      Output amp: 0x800b0f0f
hdac0:                  mute=1 step=15 size=11 offset=15
hdac0: 
hdac0:             nid: 17
hdac0:            Name: pin: Headphones (Green Jack)
hdac0:      Widget cap: 0x0040018d
hdac0:                  UNSOL STEREO
hdac0:     Association: 0 (0x00008000)
hdac0:         Pin cap: 0x0000001f
hdac0:                  ISC TRQD PDC HP OUT
hdac0:      Pin config: 0x0321401f
hdac0:     Pin control: 0x000000c0 HP OUT
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=7 [audio mixer]
hdac0: 
hdac0:             nid: 18
hdac0:            Name: pin: Speaker (Fixed)
hdac0:      Widget cap: 0x0040058d
hdac0:                  PWR UNSOL STEREO
hdac0:     Association: 0 (0x00000001)
hdac0:         Pin cap: 0x0001001f
hdac0:                  ISC TRQD PDC HP OUT EAPD
hdac0:      Pin config: 0x92170110
hdac0:     Pin control: 0x00000040 OUT
hdac0:            EAPD: 0x00000002
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=10 [audio mixer]
hdac0: 
hdac0:             nid: 19 [DISABLED]
hdac0:            Name: pin: Speaker (None)
hdac0:      Widget cap: 0x0040050c
hdac0:                  PWR
hdac0:         Pin cap: 0x00010010
hdac0:                  OUT EAPD
hdac0:      Pin config: 0x411301f0
hdac0:     Pin control: 0x00000000
hdac0:            EAPD: 0x00000002
hdac0:      Output amp: 0x80051f1f
hdac0:                  mute=1 step=31 size=5 offset=31
hdac0:     connections: 1
hdac0:           |
hdac0:           + [DISABLED] <- nid=31 [audio mixer] [DISABLED]
hdac0: 
hdac0:             nid: 20
hdac0:            Name: pin: Line-in (Red Jack)
hdac0:      Widget cap: 0x0040008b
hdac0:                  UNSOL STEREO
hdac0:     Association: 1 (0x00008000)
hdac0:             OSS: line (line)
hdac0:         Pin cap: 0x00003727
hdac0:                  ISC TRQD PDC IN VREF[ 50 80 100 GROUND HIZ ]
hdac0:      Pin config: 0x0381502f
hdac0:     Pin control: 0x00000025 IN VREFs
hdac0:       Input amp: 0x00270300
hdac0:                  mute=0 step=3 size=39 offset=0
hdac0: 
hdac0:             nid: 21 [DISABLED]
hdac0:            Name: pin: Mic (None)
hdac0:      Widget cap: 0x0040008b
hdac0:                  UNSOL STEREO
hdac0:         Pin cap: 0x00003727
hdac0:                  ISC TRQD PDC IN VREF[ 50 80 100 GROUND HIZ ]
hdac0:      Pin config: 0x51a701f0
hdac0:     Pin control: 0x00000000
hdac0:       Input amp: 0x00270300
hdac0:                  mute=0 step=3 size=39 offset=0
hdac0: 
hdac0:             nid: 22 [DISABLED]
hdac0:            Name: pin: CD (None)
hdac0:      Widget cap: 0x0040058d
hdac0:                  PWR UNSOL STEREO
hdac0:         Pin cap: 0x00010037
hdac0:                  ISC TRQD PDC OUT IN EAPD
hdac0:      Pin config: 0x5933011f
hdac0:     Pin control: 0x00000000
hdac0:            EAPD: 0x00000002
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 1
hdac0:           |
hdac0:           + [DISABLED] <- nid=11 [audio mixer] [DISABLED]
hdac0: 
hdac0:             nid: 23
hdac0:            Name: pin: Mic (Fixed)
hdac0:      Widget cap: 0x0040020b
hdac0:                  DIGITAL STEREO
hdac0:     Association: 1 (0x00000001)
hdac0:             OSS: monitor (monitor)
hdac0:         Pin cap: 0x00000020
hdac0:                  IN
hdac0:      Pin config: 0x97a6e120
hdac0:     Pin control: 0x00000020 IN
hdac0:       Input amp: 0x00170300
hdac0:                  mute=0 step=3 size=23 offset=0
hdac0: 
hdac0:             nid: 24 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00100
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=6 [vendor widget] [DISABLED]
hdac0: 
hdac0:             nid: 25 [DISABLED]
hdac0:            Name: power widget
hdac0:      Widget cap: 0x00500500
hdac0:                  PWR
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=32 [audio mixer] (selected)
hdac0:           + <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 26
hdac0:            Name: beep widget
hdac0:      Widget cap: 0x00700000
hdac0:     Association: -2 (0x00000000)
hdac0:             OSS: speaker (speaker)
hdac0: 
hdac0:             nid: 27 [DISABLED]
hdac0:            Name: pin: SPDIF-out (None)
hdac0:      Widget cap: 0x0040038d
hdac0:                  DIGITAL UNSOL STEREO
hdac0:         Pin cap: 0x00000014
hdac0:                  PDC OUT
hdac0:      Pin config: 0x584411f0
hdac0:     Pin control: 0x00000000
hdac0:      Output amp: 0x80052727
hdac0:                  mute=1 step=39 size=5 offset=39
hdac0:     connections: 1
hdac0:           |
hdac0:           + [DISABLED] <- nid=2 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 28 [DISABLED]
hdac0:            Name: pin: Mic (None)
hdac0:      Widget cap: 0x0040018d
hdac0:                  UNSOL STEREO
hdac0:         Pin cap: 0x00003737
hdac0:                  ISC TRQD PDC OUT IN VREF[ 50 80 100 GROUND HIZ ]
hdac0:      Pin config: 0x41a150f0
hdac0:     Pin control: 0x00000000
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 1
hdac0:           |
hdac0:           + [DISABLED] <- nid=36 [audio mixer] [DISABLED]
hdac0: 
hdac0:             nid: 29 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00100
hdac0:     connections: 25
hdac0:           |
hdac0:           + <- nid=7 [audio mixer] (selected)
hdac0:           + <- nid=10 [audio mixer]
hdac0:           + <- nid=11 [audio mixer] [DISABLED]
hdac0:           + <- nid=12 [audio selector]
hdac0:           + <- nid=13 [audio selector] [DISABLED]
hdac0:           + <- nid=14 [audio selector] [DISABLED]
hdac0:           + <- nid=15 [audio selector] [DISABLED]
hdac0:           + <- nid=17 [pin: Headphones (Green Jack)]
hdac0:           + <- nid=18 [pin: Speaker (Fixed)]
hdac0:           + [DISABLED] <- nid=19 [pin: Speaker (None)] [DISABLED]
hdac0:           + <- nid=20 [pin: Line-in (Red Jack)]
hdac0:           + [DISABLED] <- nid=21 [pin: Mic (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=22 [pin: CD (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=25 [power widget] [DISABLED]
hdac0:           + <- nid=26 [beep widget]
hdac0:           + [DISABLED] <- nid=28 [pin: Mic (None)] [DISABLED]
hdac0:           + <- nid=30 [audio mixer] [DISABLED]
hdac0:           + <- nid=31 [audio mixer] [DISABLED]
hdac0:           + <- nid=32 [audio mixer]
hdac0:           + <- nid=33 [audio selector]
hdac0:           + <- nid=34 [audio selector]
hdac0:           + <- nid=35 [audio selector] [DISABLED]
hdac0:           + <- nid=36 [audio mixer] [DISABLED]
hdac0:           + [DISABLED] <- nid=37 [audio selector] [DISABLED]
hdac0:           + <- nid=38 [vendor widget] [DISABLED]
hdac0: 
hdac0:             nid: 30 [DISABLED]
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200103
hdac0:                  STEREO
hdac0:       Input amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + [DISABLED] <- nid=14 [audio selector] [DISABLED]
hdac0:           + [DISABLED] <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 31 [DISABLED]
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200100
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=30 [audio mixer] [DISABLED]
hdac0: 
hdac0:             nid: 32
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x0020010b
hdac0:                  STEREO
hdac0:     Association: 0 (0x00000001)
hdac0:             OSS: pcm, speaker, line
hdac0:       Input amp: 0x80051f17
hdac0:                  mute=1 step=31 size=5 offset=23
hdac0:     connections: 7
hdac0:           |
hdac0:           + <- nid=20 [pin: Line-in (Red Jack)]
hdac0:           + [DISABLED] <- nid=21 [pin: Mic (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=22 [pin: CD (None)] [DISABLED]
hdac0:           + <- nid=26 [beep widget]
hdac0:           + [DISABLED] <- nid=37 [audio selector] [DISABLED]
hdac0:           + <- nid=3 [audio output]
hdac0:           + [DISABLED] <- nid=4 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 33
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x0030010d
hdac0:                  STEREO
hdac0:     Association: 0 (0x00000001)
hdac0:             OSS: pcm, speaker, line
hdac0:      Output amp: 0x80051f1f
hdac0:                  mute=1 step=31 size=5 offset=31
hdac0:     connections: 1
hdac0:           |
hdac0:           + <- nid=32 [audio mixer]
hdac0: 
hdac0:             nid: 34
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x00300101
hdac0:                  STEREO
hdac0:     Association: 0 (0x00008000)
hdac0:             OSS: pcm
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=3 [audio output] (selected)
hdac0:           + [DISABLED] <- nid=4 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 35 [DISABLED]
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x00300101
hdac0:                  STEREO
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=3 [audio output] (selected)
hdac0:           + <- nid=4 [audio output] [DISABLED]
hdac0: 
hdac0:             nid: 36 [DISABLED]
hdac0:            Name: audio mixer
hdac0:      Widget cap: 0x00200103
hdac0:                  STEREO
hdac0:       Input amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + [DISABLED] <- nid=35 [audio selector] [DISABLED]
hdac0:           + [DISABLED] <- nid=33 [audio selector]
hdac0: 
hdac0:             nid: 37 [DISABLED]
hdac0:            Name: audio selector
hdac0:      Widget cap: 0x0030010d
hdac0:                  STEREO
hdac0:      Output amp: 0x00270300
hdac0:                  mute=0 step=3 size=39 offset=0
hdac0:     connections: 1
hdac0:           |
hdac0:           + [DISABLED] <- nid=28 [pin: Mic (None)] [DISABLED]
hdac0: 
hdac0:             nid: 38 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00100
hdac0:     connections: 3
hdac0:           |
hdac0:           + <- nid=20 [pin: Line-in (Red Jack)] (selected)
hdac0:           + [DISABLED] <- nid=21 [pin: Mic (None)] [DISABLED]
hdac0:           + [DISABLED] <- nid=28 [pin: Mic (None)] [DISABLED]
hdac0: 
hdac0:             nid: 39 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00301
hdac0:                  DIGITAL STEREO
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=8 [audio input] (selected)
hdac0:           + <- nid=9 [audio input] [DISABLED]
hdac0: 
hdac0:             nid: 40 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f0030d
hdac0:                  DIGITAL STEREO
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=8 [audio input] (selected)
hdac0:           + <- nid=9 [audio input] [DISABLED]
hdac0: 
hdac0:             nid: 41 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f0030d
hdac0:                  DIGITAL STEREO
hdac0:      Output amp: 0x80000000
hdac0:                  mute=1 step=0 size=0 offset=0
hdac0:     connections: 2
hdac0:           |
hdac0:           + <- nid=8 [audio input] (selected)
hdac0:           + <- nid=9 [audio input] [DISABLED]
hdac0: 
hdac0:             nid: 42 [DISABLED]
hdac0:            Name: vendor widget
hdac0:      Widget cap: 0x00f00301
hdac0:                  DIGITAL STEREO
hdac0:     connections: 2
hdac0:           |
hdac0:           + [DISABLED] <- nid=1 [GHOST!] [UNKNOWN] (selected)
hdac0:           + <- nid=39 [vendor widget] [DISABLED]
hdac0: 
pcm0: <HDA Analog Devices AD1984A PCM #0 Analog> at cad 0 nid 1 on hdac0
pcm0: +--------------------------------------+
pcm0: | DUMPING PCM Playback/Record Channels |
pcm0: +--------------------------------------+
pcm0: 
pcm0: Playback:
pcm0: 
pcm0:      Stream cap: 0x00000001
pcm0:                  PCM
pcm0:         PCM cap: 0x000e07ff
pcm0:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
pcm0:             DAC: 3
pcm0: 
pcm0: +-------------------------------+
pcm0: | DUMPING Playback/Record Paths |
pcm0: +-------------------------------+
pcm0: 
pcm0: Playback:
pcm0: 
pcm0:     nid=18 [pin: Speaker (Fixed)]
pcm0:       |
pcm0:       + <- nid=10 [audio mixer] [src: pcm, speaker, line]
pcm0:              |
pcm0:              + <- nid=33 [audio selector] [src: pcm, speaker, line]
pcm0:                     |
pcm0:                     + <- nid=32 [audio mixer] [src: pcm, speaker, line]
pcm0:                            |
pcm0:                            + <- nid=20 [pin: Line-in (Red Jack)] [src: line]
pcm0:                            + <- nid=26 [beep widget] [src: speaker]
pcm0:                            + <- nid=3 [audio output] [src: pcm]
pcm0: 
pcm0:     nid=17 [pin: Headphones (Green Jack)]
pcm0:       |
pcm0:       + <- nid=7 [audio mixer] [src: pcm]
pcm0:              |
pcm0:              + <- nid=34 [audio selector] [src: pcm]
pcm0:                     |
pcm0:                     + <- nid=3 [audio output] [src: pcm]
pcm0: 
pcm0: +-------------------------+
pcm0: | DUMPING Volume Controls |
pcm0: +-------------------------+
pcm0: 
pcm0: Master Volume (OSS: vol)
pcm0:    |
pcm0:    +- ctl  1 (nid   3 out):    -58/0dB (40 steps)
pcm0:    +- ctl  3 (nid   7 in   0): mute
pcm0:    +- ctl  6 (nid  10 in   1): mute
pcm0:    +- ctl 12 (nid  17 in ):    mute
pcm0:    +- ctl 13 (nid  18 in ):    mute
pcm0:    +- ctl 28 (nid  32 in   5): -34/12dB (32 steps) + mute
pcm0:    +- ctl 30 (nid  33 out):    -46/0dB (32 steps) + mute
pcm0: 
pcm0: PCM Volume (OSS: pcm)
pcm0:    |
pcm0:    +- ctl  1 (nid   3 out):    -58/0dB (40 steps)
pcm0:    +- ctl  3 (nid   7 in   0): mute
pcm0:    +- ctl 12 (nid  17 in ):    mute
pcm0:    +- ctl 28 (nid  32 in   5): -34/12dB (32 steps) + mute
pcm0: 
pcm0: Speaker/Beep Volume (OSS: speaker)
pcm0:    |
pcm0:    +- ctl 11 (nid  16 out):    -45/0dB (16 steps) + mute
pcm0:    +- ctl 26 (nid  32 in   3): -34/12dB (32 steps) + mute
pcm0: 
pcm0: Input Monitoring Level (OSS: igain)
pcm0:    |
pcm0:    +- ctl 23 (nid  32 in   0): -34/12dB (32 steps) + mute
pcm0:    +- ctl 26 (nid  32 in   3): -34/12dB (32 steps) + mute
pcm0: 
pcm0: Mixer "vol":
pcm0: Mixer "bass":
pcm0: Mixer "treble":
pcm0: Mixer "pcm":
pcm0: Mixer "speaker":
pcm0: Mixer "igain":
pcm0: Mixer "ogain":
pcm0: EQ Treble/Bass ENABLED
pcm0: clone manager: deadline=750ms flags=0x8000001e
pcm0: sndbuf_setmap 2710000, 4000; 0xffffff8090e5b000 -> 2710000
pcm1: <HDA Analog Devices AD1984A PCM #1 Digital> at cad 0 nid 1 on hdac0
pcm1: +--------------------------------------+
pcm1: | DUMPING PCM Playback/Record Channels |
pcm1: +--------------------------------------+
pcm1: 
pcm1: Record:
pcm1: 
pcm1:      Stream cap: 0x00000001
pcm1:                  PCM
pcm1:         PCM cap: 0x000e07ff
pcm1:                  16 20 24 bits, 8 11 16 22 32 44 48 88 96 176 192 KHz
pcm1:             ADC: 8
pcm1: 
pcm1: +-------------------------------+
pcm1: | DUMPING Playback/Record Paths |
pcm1: +-------------------------------+
pcm1: 
pcm1: Record:
pcm1: 
pcm1:     nid=8 [audio input]
pcm1:       |
pcm1:       + <- nid=12 [audio selector] [src: line, monitor]
pcm1:              |
pcm1:              + <- nid=20 [pin: Line-in (Red Jack)] [src: line]
pcm1:              + <- nid=23 [pin: Mic (Fixed)] [src: monitor]
pcm1: 
pcm1: +-------------------------+
pcm1: | DUMPING Volume Controls |
pcm1: +-------------------------+
pcm1: 
pcm1: Microphone2 Volume (OSS: monitor)
pcm1:    |
pcm1:    +- ctl 18 (nid  23 out):    0/18dB (4 steps)
pcm1: 
pcm1: Line-in Volume (OSS: line)
pcm1:    |
pcm1:    +- ctl 15 (nid  20 out):    0/30dB (4 steps)
pcm1: 
pcm1: Recording Level (OSS: rec)
pcm1:    |
pcm1:    +- ctl  9 (nid  12 out):    -58/22dB (55 steps) + mute
pcm1: 
pcm1: Mixer "line":
pcm1: Mixer "rec":
pcm1: Mixer "monitor":
pcm1: clone manager: deadline=750ms flags=0x8000001e
pcm1: sndbuf_setmap 2720000, 4000; 0xffffff8090e6b000 -> 2720000
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 480Mbps High Speed USB v2.0
usbus3: 12Mbps Full Speed USB v1.0
usbus4: 12Mbps Full Speed USB v1.0
usbus5: 12Mbps Full Speed USB v1.0
usbus6: 480Mbps High Speed USB v2.0
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
(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 EHCI root HUB, class 9/0, rev 2.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 UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus4
ugen5.1: <Intel> at usbus5
uhub5: <Intel UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1> on usbus5
ugen6.1: <Intel> at usbus6
uhub6: <Intel EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1> on usbus6
ata2: AHCI reset...
ata2: hardware reset ...
ata2: SATA connect time=0ms status=00000113
ata2: ready wait time=6ms
ata2: software reset port 0...
ata2: ready wait time=0ms
ata2: SIGNATURE: 00000101
ata2: AHCI reset done: devices=00000001
(aprobe0:ata2:0:0:0): SIGNATURE: 0000
ata3: AHCI reset...
ata3: hardware reset ...
ata3: SATA connect timeout status=00000000
ata3: AHCI reset done: phy reset found no device
GEOM: new disk cd0
(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): Requesting SCSI sense data
ada0 at ata2 bus 0 scbus1 target 0 lun 0
ada0: <SAMSUNG MCCOE64G8MPP-0VA PS105L15> ATA-7(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:ata0:0:0:0): CAM status: SCSI Status Error
(cd0:ata0:0:0:0): SCSI status: Check Condition
(cd0:ata0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd0:ata0:0:0:0): Error 6, Unretryable error
cd0 at ata0 bus 0 scbus0 target 0 lun 0
cd0: <MATSHITA DVD-RAM UJ-844 RC02> Removable CD-ROM SCSI-0 device 
cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present
 SATA 2.x device
ada0: Serial Number SE813H0008
ada0: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): Requesting SCSI sense data

ada0: 61057MB (125045424 512 byte sectors: 16H 63S/T 16383C)
(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:ata0:0:0:0): CAM status: SCSI Status Error
(cd0:ata0:0:0:0): SCSI status: Check Condition
(cd0:ata0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd0:ata0:0:0:0): Error 6, Unretryable error
pass0 at ata0 bus 0 scbus0 target 0 lun 0
pass0: <MATSHITA DVD-RAM UJ-844 RC02> Removable CD-ROM SCSI-0 device 
pass0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes)
pass1 at ata2 bus 0 scbus1 target 0 lun 0
pass1: <SAMSUNG MCCOE64G8MPP-0VA PS105L15> ATA-7 SATA 2.x device(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): Requesting SCSI sense data

pass1: Serial Number SE813H0008
pass1: 150.000MB/s transfers (SATA 1.x, UDMA5, PIO 8192bytes)(cd0:ata0:0:0:0): SCSI status error
(cd0:ata0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd0:ata0:0:0:0): CAM status: SCSI Status Error
(cd0:ata0:0:0:0): SCSI status: Check Condition
(cd0:ata0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd0:ata0:0:0:0): Error 6, Unretryable error

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: 0x00010200 err: 0x000000f0 pmc: 0x00010400
ioapic0: routing intpin 9 (ISA IRQ 9) to lapic 1 vector 48
ioapic0: routing intpin 14 (ISA IRQ 14) to lapic 1 vector 49
ioapic0: routing intpin 17 (GEOM: new disk ada0PCI IRQ 17
) to lapic 1 vector 50battery0: 
battery initialization startioapic0: routing intpin 19 (
PCI IRQ 19acpi_acad0: ) to lapic 1 vector 51acline initialization start
ioapic0: routing intpin 21 (
PCI IRQ 21) to lapic 1 vector 52
msi: Assigning MSI IRQ 257 to local APIC 1 vector 53
msi: Assigning MSI IRQ 259 to local APIC 1 vector 54
acpi_acad0: On Line
acpi_acad0: acline initialization done, tried 1 times
battery0: battery initialization done, tried 1 times
Root mount waiting for: usbus6 usbus5 usbus4 usbus3 usbus2 usbus1 usbus0
uhub1: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
uhub4: 2 ports with 2 removable, self powered
uhub3: 2 ports with 2 removable, self powered
uhub5: 2 ports with 2 removable, self powered
Root mount waiting for: usbus6 usbus2
uhub2: 4 ports with 4 removable, self powered
Root mount waiting for: usbus6 usbus2
uhub6: 6 ports with 6 removable, self powered
Trying to mount root from ufs:/dev/gpt/root0 [rw,noatime]...
start_init: trying /sbin/init
<118>Setting hostuuid: 2c765401-4998-11cb-bdbc-d813ab2f2788.
<118>Setting hostid: 0x2d1fb3dd.
<118>Starting ddb.
<118>Entropy harvesting:
<118> interrupts
<118> ethernet
<118> point_to_point
<118> kickstart
<118>.
<118>Starting file system checks:
<118>/dev/gpt/root0: FILE SYSTEM CLEAN; SKIPPING CHECKS
<118>/dev/gpt/root0: clean, 600648 free (2632 frags, 74752 blocks, 0.3% fragmentation)
<118>/dev/gpt/var0: FILE SYSTEM CLEAN; SKIPPING CHECKS
<118>/dev/gpt/var0: clean, 832900 free (4516 frags, 103548 blocks, 0.4% fragmentation)
<118>/dev/gpt/usr0: FILE SYSTEM CLEAN; SKIPPING CHECKS
<118>/dev/gpt/usr0: clean, 9789833 free (96817 frags, 1211627 blocks, 0.4% fragmentation)
<118>Mounting local file systems:
Linux ELF exec handler installed
linprocfs registered
<118>.
<118>Setting hostname: x300.flick.local
<118>.
<118>kern.sched.preempt_thresh: 
<118>224
<118> -> 
<118>224
<118>
<118>dev.acpi_ibm.0.events: 
<118>0
<118> -> 
<118>1
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>0
<118> -> 
<118>7
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>7
<118> -> 
<118>6
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>6
<118> -> 
<118>5
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>5
<118> -> 
<118>4
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>4
<118> -> 
<118>3
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>3
<118> -> 
<118>2
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>2
<118> -> 
<118>1
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>1
<118> -> 
<118>0
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>0
<118> -> 
<118>1
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>1
<118> -> 
<118>2
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>2
<118> -> 
<118>3
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>3
<118> -> 
<118>4
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>4
<118> -> 
<118>5
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>5
<118> -> 
<118>6
<118>
<118>dev.acpi_ibm.0.lcd_brightness: 
<118>6
<118> -> 
<118>7
<118>
<118>hw.acpi.reset_video: 
<118>0
<118> -> 
<118>1
<118>
ugen0.2: <STMicroelectronics> at usbus0
vboxnet0: bpf attached
vboxnet0: Ethernet address: 0a:00:27:00:00:00
wlan0: bpf attached
wlan0: bpf attached
wlan0: Ethernet address: 00:1f:3b:28:30:c5
<118>Starting wpa_supplicant.
iwn0: radio is disabled by hardware switch
<118>Starting Network: lo0 em0 iwn0 ipfw0 vboxnet0.
<118>lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
<118>	options=3<RXCSUM,TXCSUM>
<118>	inet 127.0.0.1 netmask 0xff000000 
<118>	inet6 ::1 prefixlen 128 
<118>	inet6 fe80::1%lo0 prefixlen 64 scopeid 0xb 
<118>	nd6 options=21<PERFORMNUD,AUTO_LINKLOCAL>
<118>em0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
<118>	options=219b<RXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM,TSO4,WOL_MAGIC>
<118>	ether 00:1c:25:7c:1d:59
<118>	media: Ethernet autoselect
<118>	status: no carrier
<118>iwn0: flags=8803<UP,BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 2290
<118>	ether 00:1f:3b:28:30:c5
<118>	media: IEEE 802.11 Wireless Ethernet autoselect mode 11b
<118>	status: associated
<118>ipfw0: flags=8801<UP,SIMPLEX,MULTICAST> metric 0 mtu 65536
<118>vboxnet0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
<118>	ether 0a:00:27:00:00:00
<118>Starting devd.
<118>Starting Network: usbus0.
<118>Starting Network: usbus1.
<118>Starting Network: usbus2.
<118>Starting Network: usbus3.
<118>Starting Network: usbus4.
<118>Starting Network: usbus5.
<118>Starting Network: usbus6.
<118>Starting Network: vboxnet0.
<118>vboxnet0: flags=8802<BROADCAST,SIMPLEX,MULTICAST> metric 0 mtu 1500
<118>	ether 0a:00:27:00:00:00
<118>add net ::ffff:0.0.0.0: gateway ::1
<118>add net ::0.0.0.0: gateway ::1
<118>add net fe80::: gateway ::1
<118>add net ff02::: gateway ::1
<118>Creating and/or trimming log files
<118>.
<118>Starting syslogd.
<118>/etc/rc: WARNING: $fscd_enable is not set properly - see rc.conf(5).
<118>Waiting 30s for the default route interface: 
em0: Link is up 1000 Mbps Full Duplex
<5>em0: link state changed to UP
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>.
<118>
<118>65534 allow ip from any to any keep-state
<118>Firewall rules loaded.
<118>ELF ldconfig path: /lib /usr/lib /usr/lib/compat /usr/local/lib /usr/local/kde4/lib /usr/local/lib/compat /usr/local/lib/libxul /usr/local/lib/qt4 /usr/local/lib/virtualbox /usr/local/lib/zsh
<118>32-bit compatibility ldconfig path: /usr/lib32 /usr/local/lib32/compat
<118>No core dumps found.
<118>Additional ABI support:
<118> linux
<118>.
<118>Clearing /tmp (X related).
<118>Recovering vi editor sessions:
<118>.
<118>Updating motd:
<118>.
<118>NFS access cache time=60
<118>Starting rpcbind.
<118>Starting ntpd.
<118>Starting powerd.
<118>add label: <gpt/boot0> from <ada0p1>
<118>add label: <gpt/swap0> from <ada0p2>
<118>add label: <gpt/root0> from <ada0p3>
<118>add label: <gpt/var0> from <ada0p4>
<118>add label: <gpt/usr0> from <ada0p5>
<118>Starting default moused
<118>.
<118>add label: <iso9660/cd0> from <cd0>
<118>Starting sshd.
<118>Configuring syscons:
<118> keyrate
<118> blanktime
<118> allscreens
<118>.
<118>Starting cron.
<118>Starting background file system checks in 60 seconds.
<118>
<118>Mon Feb 21 12:34:26 CST 2011
<118>Feb 21 12:34:27 x300 ntpd_initres[2909]: host name not found: 0.freebsd.pool.ntp.org
<118>Feb 21 12:34:27 x300 ntpd_initres[2909]: host name not found: 1.freebsd.pool.ntp.org
<118>Feb 21 12:34:27 x300 ntpd_initres[2909]: host name not found: 2.freebsd.pool.ntp.org
em0: Link is Down
<5>em0: link state changed to DOWN
em0: Link is up 1000 Mbps Full Duplex
<5>em0: link state changed to UP
<118>Feb 21 12:35:15 x300 ntpd[2898]: sendto(128.177.27.52) (fd=26): No route to host
<118>Feb 21 12:35:15 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:16 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:17 x300 ntpd[2898]: sendto(128.177.27.52) (fd=26): No route to host
<118>Feb 21 12:35:17 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:18 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:19 x300 ntpd[2898]: sendto(128.177.27.52) (fd=26): No route to host
<118>Feb 21 12:35:19 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:20 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:21 x300 ntpd[2898]: sendto(128.177.27.52) (fd=26): No route to host
<118>Feb 21 12:35:21 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:22 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:23 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:24 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:25 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:26 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:27 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:28 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:29 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:30 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:35:31 x300 ntpd[2898]: sendto(199.4.28.166) (fd=26): No route to host
<118>Feb 21 12:35:32 x300 ntpd[2898]: sendto(173.201.38.85) (fd=26): No route to host
<118>Feb 21 12:36:45 x300 dhclient[3401]: My address (10.0.0.241) was deleted, dhclient exiting
<118>Feb 21 12:36:45 x300 dhclient[3332]: My address (10.11.6.21) was deleted, dhclient exiting
<118>Feb 21 12:36:45 x300 dhclient[3378]: connection closed
<118>Feb 21 12:36:45 x300 dhclient[3378]: exiting.
<118>Feb 21 12:36:45 x300 dhclient[2407]: connection closed
<118>Feb 21 12:36:45 x300 dhclient[2407]: exiting.
<118>Feb 21 12:40:18 x300 login: 1 LOGIN FAILURE ON ttyv0
ugen6.2: <Option N.V.> at usbus6
umass0: <Option N.V. Globetrotter HSUPA Modem, class 0/0, rev 2.00/0.00, addr 2> on usbus6
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0:3:0:-1: Attached to scbus3
(probe0:umass-sim0:0:0:0): SCSI status error
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:0): Error 6, Unretryable error
pass2 at umass-sim0 bus 0 scbus3 target 0 lun 0
pass2: <ZCOption HSUPA Modem > Removable CD-ROM SCSI-2 device 
pass2: Serial Number Serial Number
pass2: 40.000MB/s transfers
GEOM: new disk cd1
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd1:umass-sim0:0:0:0): Error 6, Unretryable error
cd1 at umass-sim0 bus 0 scbus3 target 0 lun 0
cd1: <ZCOption HSUPA Modem > Removable CD-ROM SCSI-2 device 
cd1: Serial Number Serial Number
cd1: 40.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 1 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd1:umass-sim0:0:0:0): Error 6, Unretryable error
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:28,0 (Not ready to ready change, medium may have changed)
(cd1:umass-sim0:0:0:0): Retrying command (per sense data)
ugen6.2: <Option N.V.> at usbus6 (disconnected)
umass0: at uhub6, port 1, addr 2 (disconnected)
(cd1:umass-sim0:0:0:0): lost device
(cd1:umass-sim0:0:0:0): removing device entry
(pass2:umass-sim0:0:0:0): lost device
(pass2:umass-sim0:0:0:0): removing device entry
ugen6.2: <Option N.V.> at usbus6
umass0: <Option N.V. Globetrotter HSUPA Modem, class 0/0, rev 2.00/0.00, addr 2> on usbus6
umass0:  SCSI over Bulk-Only; quirks = 0x0000
umass0:3:0:-1: Attached to scbus3
(probe0:umass-sim0:0:0:0): SCSI status error
(probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 
(probe0:umass-sim0:0:0:0): CAM status: SCSI Status Error
(probe0:umass-sim0:0:0:0): SCSI status: Check Condition
(probe0:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(probe0:umass-sim0:0:0:0): Error 6, Unretryable error
pass2 at umass-sim0 bus 0 scbus3 target 0 lun 0
pass2: <ZCOption HSUPA Modem > Removable CD-ROM SCSI-2 device 
pass2: Serial Number Serial Number
pass2: 40.000MB/s transfers
GEOM: new disk cd1
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd1:umass-sim0:0:0:0): Error 6, Unretryable error
cd1 at umass-sim0 bus 0 scbus3 target 0 lun 0
cd1: <ZCOption HSUPA Modem > Removable CD-ROM SCSI-2 device 
cd1: Serial Number Serial Number
cd1: 40.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 1 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: NOT READY asc:3a,0 (Medium not present)
(cd1:umass-sim0:0:0:0): Error 6, Unretryable error
(cd1:umass-sim0:0:0:0): SCSI status error
(cd1:umass-sim0:0:0:0): READ CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
(cd1:umass-sim0:0:0:0): CAM status: SCSI Status Error
(cd1:umass-sim0:0:0:0): SCSI status: Check Condition
(cd1:umass-sim0:0:0:0): SCSI sense: UNIT ATTENTION asc:28,0 (Not ready to ready change, medium may have changed)
(cd1:umass-sim0:0:0:0): Retrying command (per sense data)
ugen6.2: <Option N.V.> at usbus6 (disconnected)
umass0: at uhub6, port 1, addr 2 (disconnected)
(cd1:umass-sim0:0:0:0): lost device
(cd1:umass-sim0:0:0:0): removing device entry
(pass2:umass-sim0:0:0:0): lost device
(pass2:umass-sim0:0:0:0): removing device entry
ugen6.2: <Option N.V.> at usbus6
ugen6.2: <Option N.V.> at usbus6 (disconnected)
ugen6.2: <Option N.V.> at usbus6
uhso0: <Diagnostic port> at <Option N.V. Globetrotter HSUPA Modem> on uhub6
uhso0: "Diagnostic" port at cuaU0
uhso1: <Application port> at <Option N.V. Globetrotter HSUPA Modem> on uhub6
uhso1: "Application" port at cuaU1
uhso2: <Control port> at <Option N.V. Globetrotter HSUPA Modem> on uhub6
uhso2: "Control" port at cuaU2


Fatal trap 12: page fault while in kernel mode
cpuid = 0; apic id = 00
fault virtual address	= 0x28
fault code		= supervisor read data, page not present
instruction pointer	= 0x20:0xffffffff80457f85
stack pointer	        = 0x28:0xffffff807a8d98b0
frame pointer	        = 0x28:0xffffff807a8d98e0
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		= 14 (usbus6)
version.txt06000016111530534666  7622 ustarrootwheelFreeBSD 9.0-CURRENT #0 r218907: Mon Feb 21 01:19:41 CST 2011
    root@x300.flick.local:/usr/obj/usr/src/sys/X300

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTim-qR8TTCHATL0fFPBmeVfwPJwGRCLg6cCBf8=Z>