Hi,

Not sure if anyone is interested in this panic as the
snapshot is a bit old.

Happend while gdb-ing a process.

(typing off images; expect typos)

login: panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock) == 0" 
failed: file "../../../../lock.c", line 126
Stopped at      Debugger+0x5:   leave
RUN AT LEAST ...
ddb{0}> trace
Debugger() at Debugger+0x5
panic() at panic+0xee
__assert() at __assert+0x21
_kernel_lock_init() at _kernel_lock_init
issignal() at issignal+0x205
sleep_setup_signal() at sleep_setup_signal+0x94
tsleep() at tsleep+0x92
thrsleep() at thrsleep+0x1b5
sys___thrsleep() at sys___thrsleep+0x6f
syscall() at syscall+0x249
--- syscall (number 94) ---
end of kernel
end trace frame: 0x1d47e3209d80, count: -10
0x1d47e4eba95a:
ddb{0}>

now, the ps has a lot of output. a lot of firefox and gimp, and...
I'm happy to email photos to anyone interested. But I think these
are the interesting parts:

ddb{0}> ps
PID     PPID    PGRP    UID     S       FLAGS           WAIT            COMMAND
  2944  15477    2944   1000    3            0x83       wait            gdb
 14290   2944   30442   1000    2       0x4100603                       myapp
  5416   2944   30442   1000    2       0x4100603                       myapp
  7295   2944   30442   1000    2       0x4100603                       myapp
 17989   2944   30442   1000    2       0x4100603                       myapp
 21860   2944   30442   1000    2       0x4100603                       myapp
 25934   2944   30442   1000    2       0x4100603                       myapp
 32131   2944   30442   1000    2       0x4100603                       myapp
  4616   2944   30442   1000    2       0x4100603                       myapp
 17063   2944   30442   1000    2       0xc100603                       myapp
*26101   2944   30442   1000    7       0xc100683       thrsleep        myapp
 30442   2944   30442   1000    3       0x8000683       poll            myapp
  3142   9337    3142   1000    4       0x8000403                       vi
 11005   8117   27631   1000    3       0x4100082       poll            firefox
... lots of firefox threads ...
    then other stuff ...

After typing all that: *gahhhh!* This shit is in the dmesg :P


"myapp" is what was being debugged.

The app dlopen()'s a .so object, looks for a object holding
pointers to functions, and executes functions upon events.

I had set a break point in one of those functions, or rather
I thought I did ... then boom!

Interesting?


Side note 1:
Incidentally, I couldn't figure out how to correctly leave
a symbol unresolved while compiling myapp, until dlopen()
time. If anyone cares to give me a pointer (ha!) off-list,
I'd much appreciate it. I don't know if this is the cause
of the problem, but I'd have thunk, error like this, would
just crash the app not the system. The loaded functions
seem to execute just fine though I see log statements
from them.

Side note 2:
I see gdb crash quite often on subsequent run of app being
debugged. I've noticed this on a bunch of snapshots dating
some months back. Never reported it cause, I don't have a
simple test-case to submit, and things have been moving
fast with what you guys are doing.

$ gdb someapp
(gdb) break paris
(gdb) r args
[then break point]
[examine ...]
(gdb) p inside_wine_glass
[... then let it run to end]
(gdb) c
[start again without quitting gdb!]
(gdb) r args
[then break point]
[examine ...]
(gdb) p wine_bottle
gdb coredumps!

Cheers,
--patrick



sd2: 15322MB, 512 bytes/sector, 31379456 sectors
sd2 detached
scsibus2 detached
umass1 detached
panic: kernel diagnostic assertion "__mp_lock_held(&sched_lock) == 0" failed: 
file "../../../../kern/kern_lock.c", line 126
Stopped at      Debugger+0x5:   leave   
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
IF RUNNING SMP, USE 'mach ddbcpu <#>' AND 'trace' ON OTHER PROCESSORS, TOO.
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb{0}> Debugger() at Debugger+0x5
panic() at panic+0xee
__assert() at __assert+0x21
_kernel_lock_init() at _kernel_lock_init
issignal() at issignal+0x205
sleep_setup_signal() at sleep_setup_signal+0x94
tsleep() at tsleep+0x92
thrsleep() at thrsleep+0x1b5
sys___thrsleep() at sys___thrsleep+0x6f
syscall() at syscall+0x249
--- syscall (number 94) ---
end of kernel
end trace frame: 0x1d47e3209d80, count: -10
0x1d47e4eba95a:
ddb{0}>    PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND       
  
  2944  15477   2944   1000  3        0x83  wait          gdb             
 14290   2944  30442   1000  2   0x4100603                myapp           
  5416   2944  30442   1000  2   0x4100603                myapp           
  7295   2944  30442   1000  2   0x4100603                myapp           
 17989   2944  30442   1000  2   0x4100603                myapp           
 21860   2944  30442   1000  2   0x4100603                myapp           
 25934   2944  30442   1000  2   0x4100603                myapp           
 32131   2944  30442   1000  2   0x4100603                myapp           
  4616   2944  30442   1000  2   0x4100603                myapp           
 17063   2944  30442   1000  2   0xc100603                myapp           
*26101   2944  30442   1000  7   0xc100683  thrsleep      myapp           
 30442   2944  30442   1000  3   0x8000683  poll          myapp           
  3142   9337   3142   1000  4   0x8000403                vi              
 11005   8117  27631   1000  3   0x4100082  poll          firefox         
  9196   8117  27631   1000  3   0x4100082  kqread        firefox         
 18287   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 11493   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 15794   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  9341   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 19265   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  7840   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 13781   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 12651   8117  27631   1000  3   0x4100082  poll          firefox         
  5977   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28088   8117  27631   1000  3   0x4100082  poll          firefox         
  1888   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 12090   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 15496   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 10497   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  4436   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28022   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  9284   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 19091   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  2711   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 13059   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 30586   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 31600   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 10594   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28437   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 17542   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  6302   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 23996   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 18895   8117  27631   1000  3   0x4100082  poll          firefox         
  2937   8117  27631   1000  3   0x4100082  kqread        firefox         
 27631   8117  27631   1000  3        0x82  poll          firefox         
 21963   5802  21963   1000  3        0x83  kqread        tmux            
  5802  21597   5802   1000  3        0x8b  pause         ksh             
 21597   8117  21597   1000  7        0x32                xterm           
 19370  15631  19370   1000  3        0x83  ttyin         ksh             
 29120   8117  25043   1000  3   0x4100082  poll          gimp-2.8        
 10889  25043  25043   1000  3        0x82  select        script-fu       
 18635   8117  25043   1000  3   0x4100082  kqread        gimp-2.8        
 28405   8117  25043   1000  3   0x4100082  thrsleep      gimp-2.8        
  1941   8117  25043   1000  3   0x4100082  thrsleep      gimp-2.8        
 31187   8117  25043   1000  3   0x4100082  poll          gimp-2.8        
 25043   8117  25043   1000  3        0x82  poll          gimp-2.8        
 15329      1  15329      0  3        0x83  ttyin         getty           
 10735      1  10735   1000  3        0x83  select        wmclock         
 31796   8117  31796   1000  3        0x82  poll          xcalc           
  6119      1   6119   1000  3        0x80  poll          dbus-daemon     
  2083      1  27006   1000  3        0x80  select        dbus-launch     
  8117    516   1753   1000  3        0x82  select        blackbox        
 11006    516   1753   1000  3        0x82  nanosleep     wmapm           
 16772    516   1753   1000  3        0x82  select        xidle           
 27178    516   1753   1000  3        0x82  poll          xconsole        
 23431    516   1753   1000  3        0x82  poll          xeyes           
   516   1753   1753   1000  3        0x8a  pause         sh              
  6573      1   6573   1000  3        0xb0  select        ssh-agent       
  1753   7858   1753   1000  3        0x8a  pause         sh              
  7858  15241   7858      0  3        0x80  wait          xdm             
 14089  15241  26884     35  3   0x41000b2  thrsleep      Xorg            
 29027  26884  26884      0  3        0xb0  netio         Xorg            
 26884  15241  26884     35  2        0x32                Xorg            
  9337  15631   9337   1000  3        0x8b  pause         ksh             
  8022  15631   8022   1000  3        0x83  ttyin         ksh             
 15477  15631  15477   1000  3        0x8b  pause         ksh             
 15631      1  15631   1000  3        0x80  kqread        tmux            
  9942      1   9942      0  3        0x83  ttyin         getty           
  3720      1   3720      0  3        0x83  ttyin         getty           
  4428      1   4428      0  3        0x83  ttyin         getty           
  6033      1   6033      0  3        0x83  ttyin         getty           
 15241      1  15241      0  3        0x88  pause         xdm             
 21844      1  21844      0  3        0x80  select        cron            
  4093      1   4093      0  3        0x80  kqread        apmd            
 32544      1  32544     99  3        0x90  poll          sndiod          
 12676      1  12676      0  3        0xb0  select        sendmail        
   469      1    469      0  3        0xb0  select        lpd             
 25468      1  25468      0  3        0x80  select        sshd            
 16554      1  16554      0  3        0x80  poll          ntpd            
  6326  12222   6326     83  3        0x90  poll          ntpd            
 12222      1  12222     83  3        0x90  poll          ntpd            
 19863  16886  16886     74  3        0x90  bpf           pflogd          
 16886      1  16886      0  3        0x80  netio         pflogd          
 32443  18728  18728     73  3        0x90  poll          syslogd         
 18728      1  18728      0  3        0x80  netio         syslogd         
 16355      0      0      0  3    0x100200  bored         ttm_swap        
 23786      0      0      0  3    0x100200  aiodoned      aiodoned        
 12742      0      0      0  3    0x100200  syncer        update          
  8475      0      0      0  3    0x100200  cleaner       cleaner         
 10884      0      0      0  3    0x100200  reaper        reaper          
  5141      0      0      0  3    0x100200  pgdaemon      pagedaemon      
 30851      0      0      0  3    0x100200  bored         crypto          
  7283      0      0      0  3    0x100200  pftm          pfpurge         
 18608      0      0      0  3    0x100200  bored         sensors         
 27203      0      0      0  3    0x100200  usbtsk        usbtask         
 26094      0      0      0  3    0x100200  usbatsk       usbatsk         
 13780      0      0      0  3  0x40100200  acpi0         acpi0           
  7332      0      0      0  3  0x40100200                idle1           
 27741      0      0      0  3    0x100200  bored         systq           
 29134      0      0      0  3    0x100200  bored         syswq           
  1721      0      0      0  3  0x40100200                idle0           
     1      0      1      0  3        0x82  wait          init            
     0     -1      0      0  3       0x200  scheduler     swapper         
ddb{0}> Bad character
?
ddb{0}> machine     print       examine     x           search      set         
write       w           delete      d           break       dwatch      
watch       step        s           continue    c           until       
next        match       trace       call        ps          callout     
show        boot        help        hangman     dmesg       
ddb{0}> Debugger() at Debugger+0x5
panic() at panic+0xee
__assert() at __assert+0x21
_kernel_lock_init() at _kernel_lock_init
issignal() at issignal+0x205
sleep_setup_signal() at sleep_setup_signal+0x94
tsleep() at tsleep+0x92
thrsleep() at thrsleep+0x1b5
sys___thrsleep() at sys___thrsleep+0x6f
syscall() at syscall+0x249
--- syscall (number 94) ---
end of kernel
end trace frame: 0x1d47e3209d80, count: -10
0x1d47e4eba95a:
ddb{0}>    PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND       
  
  2944  15477   2944   1000  3        0x83  wait          gdb             
 14290   2944  30442   1000  2   0x4100603                myapp           
  5416   2944  30442   1000  2   0x4100603                myapp           
  7295   2944  30442   1000  2   0x4100603                myapp           
 17989   2944  30442   1000  2   0x4100603                myapp           
 21860   2944  30442   1000  2   0x4100603                myapp           
 25934   2944  30442   1000  2   0x4100603                myapp           
 32131   2944  30442   1000  2   0x4100603                myapp           
  4616   2944  30442   1000  2   0x4100603                myapp           
 17063   2944  30442   1000  2   0xc100603                myapp           
*26101   2944  30442   1000  7   0xc100683  thrsleep      myapp           
 30442   2944  30442   1000  3   0x8000683  poll          myapp           
  3142   9337   3142   1000  4   0x8000403                vi              
 11005   8117  27631   1000  3   0x4100082  poll          firefox         
  9196   8117  27631   1000  3   0x4100082  kqread        firefox         
 18287   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 11493   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 15794   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  9341   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 19265   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  7840   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 13781   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 12651   8117  27631   1000  3   0x4100082  poll          firefox         
  5977   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28088   8117  27631   1000  3   0x4100082  poll          firefox         
  1888   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 12090   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 15496   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 10497   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  4436   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28022   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  9284   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 19091   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  2711   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 13059   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 30586   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 31600   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 10594   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 28437   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 17542   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  6302   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 23996   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 18895   8117  27631   1000  3   0x4100082  poll          firefox         
  2937   8117  27631   1000  3   0x4100082  kqread        firefox         
 27631   8117  27631   1000  3        0x82  poll          firefox         
 21963   5802  21963   1000  3        0x83  kqread        tmux            
  5802  21597   5802   1000  3        0x8b  pause         ksh             
 21597   8117  21597   1000  7        0x32                xterm           
 ddb{0}>    PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND      
   
  2944  15477   2944   1000  3        0x83  wait          gdb             
 14290   2944  30442   1000  2   0x4100603                myapp           
  5416   2944  30442   1000  2   0x4100603                myapp           
  7295   2944  30442   1000  2   0x4100603                myapp           
 17989   2944  30442   1000  2   0x4100603                myapp           
 21860   2944  30442   1000  2   0x4100603                myapp           
 25934   2944  30442   1000  2   0x4100603                myapp           
 32131   2944  30442   1000  2   0x4100603                myapp           
  4616   2944  30442   1000  2   0x4100603                myapp           
 17063   2944  30442   1000  2   0xc100603                myapp           
*26101   2944  30442   1000  7   0xc100683  thrsleep      myapp           
 30442   2944  30442   1000  3   0x8000683  poll          myapp           
  3142   9337   3142   1000  4   0x8000403                vi              
 11005   8117  27631   1000  3   0x4100082  poll          firefox         
  9196   8117  27631   1000  3   0x4100082  kqread        firefox         
 18287   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 11493   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 15794   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  9341   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 19265   8117  27631   1000  3   0x4100082  thrsleep      firefox         
  7840   8117  27631   1000  3   0x4100082  thrsleep      firefox         
 ddb{0}> machine     print       examine     x           search      set        
 
write       w           delete      d           break       dwatch      
watch       step        s           continue    c           until       
next        match       trace       call        ps          callout     
show        boot        help        hangman     dmesg       
ddb{0}> machine     print       examine     x           search      set         
write       w           delete      d           break       dwatch      
watch       step        s           continue    c           until       
next        match       trace       call        ps          callout     
show        boot        help        hangman     dmesg       
ddb{0}> sync        crash       dump        halt        reboot      poweroff    
ddb{0}> syncing disks... 15 done
WARNING: not updating battery clock
OpenBSD 5.4-current (GENERIC.MP) #222: Fri Dec 27 22:33:50 MST 2013
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3850960896 (3672MB)
avail mem = 3740258304 (3566MB)
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.6 @ 0xf9ba0 (60 entries)
bios0: vendor LENOVO version "8FET32WW (1.16 )" date 11/03/2011
bios0: LENOVO 06112EU
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SLIC HPET APIC MCFG UEFI UEFI SSDT SSDT UEFI
acpi0: wakeup devices PB4_(S4) PB5_(S4) PB6_(S4) PB7_(S4) OHC1(S3) OHC2(S3) 
EHC2(S3) OHC3(S3) EHC3(S3) OHC4(S3) SBAZ(S4) GEC_(S4) P2P_(S5) SPB0(S4) 
SPB1(S4) SPB2(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 32 bits
acpihpet0 at acpi0: 14318180 Hz
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: AMD E-350 Processor, 1597.55 MHz
cpu0: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,SSSE3,CX16,POPCNT,NXE,MMXX,FFXSR,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,IBS,SKINIT,ITSC
cpu0: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu0: 8 4MB entries fully associative
cpu0: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 199MHz
cpu0: mwait min=64, max=64, C-substates=0.0.0.0.0, IBE
cpu1 at mainbus0: apid 1 (application processor)
cpu1: AMD E-350 Processor, 1596.60 MHz
cpu1: 
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,MMX,FXSR,SSE,SSE2,HTT,SSE3,MWAIT,SSSE3,CX16,POPCNT,NXE,MMXX,FFXSR,LONG,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,IBS,SKINIT,ITSC
cpu1: 32KB 64b/line 2-way I-cache, 32KB 64b/line 8-way D-cache, 512KB 64b/line 
16-way L2 cache
cpu1: 8 4MB entries fully associative
cpu1: DTLB 40 4KB entries fully associative, 8 4MB entries fully associative
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 21, 24 pins
ioapic0: misconfigured as apic 0, remapped to apid 2
acpimcfg0 at acpi0 addr 0xf8000000, bus 0-31
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PB4_)
acpiprt2 at acpi0: bus -1 (PB5_)
acpiprt3 at acpi0: bus 1 (PB6_)
acpiprt4 at acpi0: bus -1 (PB7_)
acpiprt5 at acpi0: bus 2 (P2P_)
acpiprt6 at acpi0: bus 3 (SPB0)
acpiprt7 at acpi0: bus 4 (SPB1)
acpiprt8 at acpi0: bus -1 (SPB2)
acpiprt9 at acpi0: bus -1 (SPB3)
acpiec0 at acpi0
acpicpu0 at acpi0: C2, PSS
acpicpu1 at acpi0: C2, PSS
acpitz0 at acpi0: critical temperature is 92 degC
acpibtn0 at acpi0: PWRB
acpibtn1 at acpi0: SLPB
acpithinkpad0 at acpi0
acpiac0 at acpi0: AC unit online
acpibat0 at acpi0: BAT1 model "42T4785" serial  3355 type LION oem "SANYO"
acpibtn2 at acpi0: LID_
cpu0: 1597 MHz: speeds: 1600 1280 800 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "AMD AMD64 14h Host" rev 0x00
radeondrm0 at pci0 dev 1 function 0 "ATI Radeon HD 6310" rev 0x00: apic 2 int 18
drm0 at radeondrm0
azalia0 at pci0 dev 1 function 1 "ATI Radeon HD 6310 HD Audio" rev 0x00: msi
azalia0: no supported codecs
ppb0 at pci0 dev 6 function 0 "AMD AMD64 14h PCIE" rev 0x00: msi
pci1 at ppb0 bus 1
re0 at pci1 dev 0 function 0 "Realtek 8168" rev 0x03: RTL8168D/8111D (0x2800), 
msi, address e8:9a:8f:66:06:38
rgephy0 at re0 phy 7: RTL8169S/8110S PHY, rev. 2
ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x00: apic 2 int 19, AHCI 
1.2
scsibus0 at ahci0: 32 targets
sd0 at scsibus0 targ 0 lun 0: <ATA, TOSHIBA MK2555GS, FG00> SCSI3 0/direct 
fixed naa.50000391c6887a53
sd0: 238475MB, 512 bytes/sector, 488397168 sectors
ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 2 int 18, 
version 1.0, legacy support
ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int 17
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "ATI EHCI root hub" rev 2.00/1.00 addr 1
ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 2 int 18, 
version 1.0, legacy support
ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 2 int 17
usb1 at ehci1: USB revision 2.0
uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
piixpm0 at pci0 dev 20 function 0 "ATI SBx00 SMBus" rev 0x42: polling
iic0 at piixpm0
spdmem0 at iic0 addr 0x50: 2GB DDR3 SDRAM PC3-10600 SO-DIMM
spdmem1 at iic0 addr 0x51: 2GB DDR3 SDRAM PC3-10600 SO-DIMM
azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 2 int 16
azalia1: codecs: Conexant/0x5066
audio0 at azalia1
pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
ppb1 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
pci2 at ppb1 bus 2
ppb2 at pci0 dev 21 function 0 "ATI SB800 PCIE" rev 0x00
pci3 at ppb2 bus 3
ppb3 at pci0 dev 21 function 1 "ATI SB800 PCIE" rev 0x00: msi
pci4 at ppb3 bus 4
"Realtek 8188CE" rev 0x01 at pci4 dev 0 function 0 not configured
pchb1 at pci0 dev 24 function 0 "AMD AMD64 14h Link Cfg" rev 0x43
pchb2 at pci0 dev 24 function 1 "AMD AMD64 14h Address Map" rev 0x00
pchb3 at pci0 dev 24 function 2 "AMD AMD64 14h DRAM Cfg" rev 0x00
km0 at pci0 dev 24 function 3 "AMD AMD64 14h Misc Cfg" rev 0x00
pchb4 at pci0 dev 24 function 4 "AMD AMD64 14h CPU Power" rev 0x00
pchb5 at pci0 dev 24 function 5 "AMD AMD64 14h Reserved" rev 0x00
pchb6 at pci0 dev 24 function 6 "AMD AMD64 14h NB Power" rev 0x00
pchb7 at pci0 dev 24 function 7 "AMD AMD64 14h Reserved" rev 0x00
usb2 at ohci0: USB revision 1.0
uhub2 at usb2 "ATI OHCI root hub" rev 1.00/1.00 addr 1
usb3 at ohci1: USB revision 1.0
uhub3 at usb3 "ATI OHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics touchpad, firmware 7.5
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
umass0 at uhub1 port 2 configuration 1 interface 0 "Generic USB2.0-CRW" rev 
2.00/58.88 addr 2
umass0: using SCSI over Bulk-Only
scsibus1 at umass0: 2 targets, initiator 0
sd1 at scsibus1 targ 1 lun 0: <Generic-, Multi-Card, 1.00> SCSI0 0/direct 
removable serial.0bda0158114173400000
uvideo0 at uhub1 port 5 configuration 1 interface 0 "Image Processor Integrated 
Camera" rev 2.00/0.29 addr 3
video0 at uvideo0
ugen0 at uhub2 port 4 "Broadcom Corp Broadcom Bluetooth Device" rev 2.00/7.48 
addr 2
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (3be80d641a0b9637.a) swap on sd0b dump on sd0b
WARNING: / was not properly unmounted
drm: initializing kernel modesetting (PALM 0x1002:0x9802 0x17AA:0x21DF).
radeondrm0: VRAM: 384M 0x0000000000000000 - 0x0000000017FFFFFF (384M used)
radeondrm0: GTT: 512M 0x0000000018000000 - 0x0000000037FFFFFF
ttm_pool_mm_shrink_init stub
drm: PCIE GART of 512M enabled (table at 0x0000000000040000).
drm: Internal thermal controller without fan control
radeondrm0: 1366x768
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wsdisplay0: screen 1-5 added (std, vt100 emulation)

Reply via email to