Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: recurring tstile hangs on -current



With dmesg this time.

On Fri, Jun 28, 2019 at 11:39:05AM +0200, Thomas Klausner wrote:
> Hi Frank!
> 
> I checked some process states in ddb.
> 
> "master", the 2 "bjam" and at least one "cp" hanging in tstile have:
> sleepq_block()
> turnstile_block()
> rw_vector_enter()
> genfs_lock()
> VOP_LOCK()
> vn_lock()
> namei_tryemulroot()
> namei()
> check_exec()
> execve_loadvm()
> execve1()
> syscall()
> 
> These look quite similar to your backtraces.
> 
> The "cp" hanging in biolock has:
> sleepq_block
> cv_timedwait
> bbusy
> getblk
> bio_doread
> ffs_init_vnode
> ffs_newvnode
> vcache_new
> ufs_makeinode
> ufs_create
> VOP_CREATE
> vn_open
> do_open
> do_sys_openat
> sys_open
> syscall
> 
> I can't agree with the statement that it's a general -current problem
> -- my current working machine does not have this issue. It "only" has
> 32GB and 12 cores though, and no nvme. dmesg attached.
> 
> Do you see the issue on machines without nvme? Just to eliminate that.
> (I wanted to try replacing the nvme boot disk next.)
>  Thomas
> 
> 
> On Fri, Jun 28, 2019 at 11:20:45AM +0200, Frank Kardel wrote:
> > Hi Thomas,
> > 
> > glad that this is observed elsewhere.
> > 
> > Maybe following bugs could resonate with your observations:
> > 
> > kern/54207 [serious/high]:
> >         -current locks up solidly when pkgsrc building adapta-gtk-theme-3.95.0.11
> > looks like locking issue in layerfs* (nullfs). (AMD 1800X, 64GB)
> > 
> > kern/54210 [serious/high]:
> >         NetBSD-8 processes presumably not exiting
> > not tested with -current,but may be there too. (Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz, ~380Gb)
> > 
> > At this time I am not too confident, that -current is reliably able to do a pkgsrc build, though I have seen occasionally bulk builds that did finish.
> > Most of the time I run into hard lockups with no information about the system state available (no console, no X, no network, no DDB).
> > 
> > Frank
> > 
> > 
> > On 06/28/19 10:46, Thomas Klausner wrote:
> > > Hi!
> > > 
> > > I've set up a new machine for bulk building. I have tried various
> > > things, but in the end it always hangs in tstile.
> > > 
> > > First try was what I currently use: tmpfs sandboxes with nullfs
> > > mounted /bin, /lib, ... When it hung, the suspicion was that it's
> > > nullfs' fault. (The same setup works fine on my current machine.)
> > > 
> > > The second try was tmpfs with copied-in /bin, /lib, ... and
> > > NFS-mounted packages/distfiles/pkgsrc (from localhost). That also
> > > hung. So the suspicion was that tmpfs or NFS are broken.
> > > 
> > > The last try was building in the root file system, i.e. not even a
> > > sandbox (chroot). The only tmpfs is in /dev. distfiles/pkgsrc/packages
> > > are on spinning rust, / is on an ld@nvme. With 8 MAKE_JOBS this
> > > finished one pkgsrc build (where some packages didn't build because of
> > > missing distfiles, or because they randomly break like rust). When I
> > > restarted the bulk build with 24 MAKE_JOBS, it hung after ~4 hours.
> > > 
> > > I have the following systat output:
> > > 
> > >      2 users    Load  8.78  7.19  3.62                  Fri Jun 28 04:27:32
> > > 
> > > Proc:r  d  s        Csw  Traps SysCal  Intr   Soft  Fault     PAGING   SWAPPING
> > >      24    10       7548 265849 157956  3504   2399 265476     in  out   in  out
> > >                                                          ops
> > >    56.2% Sy   1.2% Us   0.0% Ni   0.0% In  42.5% Id    pages
> > > |    |    |    |    |    |    |    |    |    |    |
> > > ============================>                                         670 forks
> > >                                                                            fkppw
> > > Anon       294104    %   zero 62161268      5572 Interrupts               fksvm
> > > Exec        14116    %   wired   16296      1968 TLB shootdown            pwait
> > > File     24587740  18%   inact   43756       100 cpu0 timer               relck
> > > Meta      2606694    %   bufs   495676           msi1 vec 0               rlkok
> > >   (kB)        real   swaponly      free         9 msix2 vec 0              noram
> > > Active   24835908            100033996         9 msix2 vec 1        57262 ndcpy
> > > Namei         Sys-cache     Proc-cache           msix2 vec 2        27906 fltcp
> > >      Calls     hits    %     hits     %      3427 ioapic1 pin 12     87178 zfod
> > >     125076   122834   98       80     0        59 ioapic2 pin 0      35775 cow
> > >                                                   msix7 vec 0         8192 fmin
> > >    Disks:   seeks   xfers   bytes   %busy                            10922 ftarg
> > >       ld0            1969  16130K    34.8                                  itarg
> > >       dk0            1969  16130K    34.8                                  flnan
> > >       wd0                                                                  pdfre
> > >       dk1                                                                  pdscn
> > >       dk2
> > > 
> > > and this from top:
> > > 
> > > load averages:  5.13,  6.53,  3.56;               up 1+16:08:05                                                                                                                                                          04:28:13
> > > 59 processes: 2 runnable, 55 sleeping, 2 on CPU
> > > CPU states:  0.0% user,  0.0% nice,  0.0% system,  0.0% interrupt, 99.9% idle
> > > Memory: 24G Act, 43M Inact, 16M Wired, 14M Exec, 23G File, 95G Free
> > > Swap: 163G Total, 163G Free
> > > 
> > >    PID USERNAME PRI NICE   SIZE   RES STATE      TIME   WCPU    CPU COMMAND
> > > 10353 pbulk     77    0   185M  172M select/0   0:13  4.74%  4.54% bjam
> > > 12120 wiz      109    0    83M   59M tstile/1 165:46  1.46%  1.46% systat
> > >      0 root       0    0     0K   93M CPU/31    35:39  0.00%  0.00% [system]
> > >    219 root      85    0    32M 2676K kqueue/4   7:34  0.00%  0.00% syslogd
> > > 13354 wiz       85    0    89M 4948K select/0   0:52  0.00%  0.00% sshd
> > >    380 root      85    0    30M   16M pause/4    0:04  0.00%  0.00% ntpd
> > > 10918 wiz       43    0    25M 2872K CPU/3      0:01  0.00%  0.00% top
> > >      1 root      85    0    20M 1756K wait/29    0:01  0.00%  0.00% init
> > >   5594 pbulk      0    0     0K    0K RUN/0      0:00  0.00%  0.00% bjam
> > > 22861 pbulk      0    0     0K    0K RUN/0      0:00  0.00%  0.00% bjam
> > >    747 root     117    0    20M 2080K tstile/8   0:00  0.00%  0.00% cron
> > > 16473 pbulk    117    0    18M 1564K tstile/2   0:00  0.00%  0.00% cp
> > >   9705 pbulk    117    0    15M 1564K bioloc/5   0:00  0.00%  0.00% cp
> > >   7301 pbulk    117    0    15M 1560K tstile/2   0:00  0.00%  0.00% cp
> > > 22971 pbulk    117    0    19M 1520K tstile/1   0:00  0.00%  0.00% cp
> > > 10013 pbulk    117    0    15M 1520K tstile/1   0:00  0.00%  0.00% cp
> > >   3411 pbulk    117    0    15M 1520K tstile/3   0:00  0.00%  0.00% cp
> > >   5212 pbulk    117    0    15M 1520K tstile/2   0:00  0.00%  0.00% cp
> > >   7072 pbulk    117    0    18M 1516K tstile/2   0:00  0.00%  0.00% cp
> > >   8880 pbulk    117    0    15M 1516K tstile/2   0:00  0.00%  0.00% cp
> > >   5869 pbulk    117    0    15M 1516K tstile/0   0:00  0.00%  0.00% cp
> > > 10159 pbulk    117    0    15M 1516K tstile/1   0:00  0.00%  0.00% cp
> > > 11783 pbulk    117    0    15M 1516K tstile/7   0:00  0.00%  0.00% cp
> > >   7205 pbulk    117    0    15M 1512K tstile/1   0:00  0.00%  0.00% cp
> > > 18676 pbulk    109    0    15M 1516K tstile/3   0:00  0.00%  0.00% cp
> > >   7802 pbulk    109    0    15M 1516K tstile/2   0:00  0.00%  0.00% cp
> > >    622 pbulk    109    0    15M 1512K tstile/2   0:00  0.00%  0.00% cp
> > > 29434 pbulk    109    0  9576K  680K tstile/2   0:00  0.00%  0.00% cp
> > >   2686 root      85    0    86M 6824K select/2   0:00  0.00%  0.00% sshd
> > > 10052 root      85    0    89M 6784K select/2   0:00  0.00%  0.00% sshd
> > >    674 root      85    0    70M 5056K wait/18    0:00  0.00%  0.00% login
> > > 19345 wiz       85    0    86M 4960K select/3   0:00  0.00%  0.00% sshd
> > >    652 postfix   85    0    57M 4848K kqueue/4   0:00  0.00%  0.00% qmgr
> > >   4466 postfix   85    0    59M 4560K kqueue/0   0:00  0.00%  0.00% pickup
> > >    441 root      85    0    70M 3412K select/2   0:00  0.00%  0.00% sshd
> > >    656 root      85    0    57M 3328K kqueue/0   0:00  0.00%  0.00% master
> > >    278 root      85    0    45M 2232K nfsd/31    0:00  0.00%  0.00% nfsd
> > >    639 root      85    0    16M 2128K pause/0    0:00  0.00%  0.00% ksh
> > > 21402 root      85    0    20M 1988K wait/0     0:00  0.00%  0.00% sh
> > > 23371 root      85    0    20M 1972K wait/0     0:00  0.00%  0.00% sh
> > >   3940 wiz       85    0    16M 1948K pause/23   0:00  0.00%  0.00% ksh
> > >   8843 wiz       85    0    16M 1948K pause/5    0:00  0.00%  0.00% ksh
> > >    227 root      85    0    20M 1940K select/1   0:00  0.00%  0.00% rpcbind
> > >    698 root      85    0    20M 1836K ttyraw/3   0:00  0.00%  0.00% getty
> > >    542 root      85    0    20M 1832K ttyraw/2   0:00  0.00%  0.00% getty
> > >    535 root      85    0    20M 1832K ttyraw/0   0:00  0.00%  0.00% getty
> > >    531 root      85    0    25M 1644K kqueue/3   0:00  0.00%  0.00% inetd
> > >    329 root      85    0    24M 1524K select/2   0:00  0.00%  0.00% mountd
> > >    436 root      85    0    20M 1516K kqueue/2   0:00  0.00%  0.00% powerd
> > > 
> > > On the console I see that it's currently trying to build
> > > boost-headers, so it's not even something compile-heavy.
> > > 
> > > The machine is still in this state and I have a PS/2 keyboard
> > > attached, so let me know if you want to check something out.
> > > 
> > > I'll attach the dmesg from 8.99.42 (it's currently at 8.99.48).
> > > The kernel config is
> > > 
> > > include "arch/amd64/conf/GENERIC"
> > > options FONT_GO_MONO12x23
> > > no options FONT_BOLD16x32
> > > no options FONT_BOLD8x16
> > > 
> > > It's a 16-core AMD Threadripper system with 128GB RAM.
> > > 
> > > What could go wrong here? I'm running out of ideas.
> > >   Thomas
> > 
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
2018, 2019 The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
The Regents of the University of California.  All rights reserved.

NetBSD 8.99.42 (KVOTHE) #70: Fri Jun  7 11:02:56 CEST 2019
	wiz%yt.nih.at@localhost:/disk/6/archive/foreign/src/sys/arch/amd64/compile/obj/KVOTHE
total memory = 32709 MB
avail memory = 28760 MB
pool redzone disabled for 'buf64k'
rnd: seeded with 128 bits
timecounter: Timecounters tick every 10.000 msec
Kernelized RAIDframe activated
running cgd selftest aes-xts-256 aes-xts-512 done
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
System manufacturer System Product Name (System Version)
mainbus0 (root)
ACPI: RSDP 0x00000000000F0490 000024 (v02 ALASKA)
ACPI: XSDT 0x00000000CC439070 00005C (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: FACP 0x00000000CC443870 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
ACPI: DSDT 0x00000000CC439168 00A702 (v02 ALASKA A M I    00000016 INTL 20051117)
ACPI: FACS 0x00000000CC72C080 000040
ACPI: APIC 0x00000000CC443980 000100 (v03 ALASKA A M I    01072009 AMI  00010013)
ACPI: FPDT 0x00000000CC443A80 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
ACPI: MCFG 0x00000000CC443AC8 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
ACPI: HPET 0x00000000CC443B08 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
ACPI: BGRT 0x00000000CC510CC0 000038 (v00 ALASKA A M I    01072009 AMI  00010013)
ACPI: SSDT 0x00000000CC443B98 0CD128 (v02 INTEL  CpuPm    00004000 INTL 20051117)
ACPI: 2 ACPI AML tables successfully acquired and loaded
ioapic0 at mainbus0 apid 0: pa 0xfec00000, version 0x20, 24 pins
ioapic1 at mainbus0 apid 2: pa 0xfec01000, version 0x20, 24 pins
cpu0 at mainbus0 apid 0
cpu0: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu0: package 0, core 0, smt 0
cpu1 at mainbus0 apid 2
cpu1: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu1: package 0, core 1, smt 0
cpu2 at mainbus0 apid 4
cpu2: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu2: package 0, core 2, smt 0
cpu3 at mainbus0 apid 6
cpu3: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu3: package 0, core 3, smt 0
cpu4 at mainbus0 apid 8
cpu4: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu4: package 0, core 4, smt 0
cpu5 at mainbus0 apid 10
cpu5: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu5: package 0, core 5, smt 0
cpu6 at mainbus0 apid 1
cpu6: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu6: package 0, core 0, smt 1
cpu7 at mainbus0 apid 3
cpu7: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu7: package 0, core 1, smt 1
cpu8 at mainbus0 apid 5
cpu8: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu8: package 0, core 2, smt 1
cpu9 at mainbus0 apid 7
cpu9: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu9: package 0, core 3, smt 1
cpu10 at mainbus0 apid 9
cpu10: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu10: package 0, core 4, smt 1
cpu11 at mainbus0 apid 11
cpu11: Intel(R) Xeon(R) CPU E5-1650 0 @ 3.20GHz, id 0x206d7
cpu11: package 0, core 5, smt 1
acpi0 at mainbus0: Intel ACPICA 20190405
acpi0: X/RSDT: OemId <ALASKA,   A M I,01072009>, AslId <AMI ,00010013>
acpi0: MCFG: segment 0, bus 0-255, address 0x00000000e0000000
acpi0: SCI interrupting at int 9
acpi0: fixed power button present
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
hpet0 at acpi0: high precision event timer (mem 0xfed00000-0xfed00400)
timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
acpiec0 at acpi0 (EC0, PNP0C09): io 0x62,0x66
IOH (PNP0C01) at acpi0 not configured
SIO1 (PNP0C02) at acpi0 not configured
attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
spkr0 at pcppi1: PC Speaker
wsbell at spkr0 not configured
midi0 at pcppi1: PC speaker
sysbeep0 at pcppi1
RMSC (PNP0C02) at acpi0 not configured
UAR1 (PNP0501) at acpi0 not configured
pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
PCH (PNP0C01) at acpi0 not configured
CWDT (INT3F0D) at acpi0 not configured
acpiwmi0 at acpi0 (WMI1, PNP0C14-MXM2): ACPI WMI Interface
acpiwmibus at acpiwmi0 not configured
acpibut0 at acpi0 (PWRB, PNP0C0C-170): ACPI Power Button
RMEM (PNP0C01) at acpi0 not configured
OMSC (PNP0C02) at acpi0 not configured
acpiwmi1 at acpi0 (AMW0, PNP0C14-ASUSWMI): ACPI WMI Interface
wmieeepc0 at acpiwmi1: Asus Eee PC WMI mappings
ACPI: Enabled 2 GPEs in block 00 to 3F
attimer1: attached to pcppi1
pckbd0 at pckbc1 (kbd slot)
pckbc1: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pci0 at mainbus0 bus 0: configuration mode 1
pci0: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
pchb0 at pci0 dev 0 function 0: vendor 8086 product 3c00 (rev. 0x07)
ppb0 at pci0 dev 1 function 0: vendor 8086 product 3c02 (rev. 0x07)
ppb0: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x8 @ 8.0GT/s
pci1 at ppb0 bus 6
pci1: i/o space, memory space enabled, rd/line, wr/inv ok
ppb1 at pci0 dev 2 function 0: vendor 8086 product 3c04 (rev. 0x07)
ppb1: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x16 @ 8.0GT/s
pci2 at ppb1 bus 7
pci2: i/o space, memory space enabled, rd/line, wr/inv ok
ppb2 at pci2 dev 0 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb2: PCI Express capability version 2 <Upstream Port of PCI-E Switch>
pci3 at ppb2 bus 8
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
ppb3 at pci3 dev 8 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb3: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x16 @ 8.0GT/s
pci4 at ppb3 bus 10
pci4: i/o space, memory space enabled, rd/line, wr/inv ok
ppb4 at pci3 dev 16 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb4: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x16 @ 8.0GT/s
pci5 at ppb4 bus 9
pci5: i/o space, memory space enabled, rd/line, wr/inv ok
ppb5 at pci0 dev 3 function 0: vendor 8086 product 3c08 (rev. 0x07)
ppb5: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x16 @ 8.0GT/s
pci6 at ppb5 bus 1
pci6: i/o space, memory space enabled, rd/line, wr/inv ok
ppb6 at pci6 dev 0 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb6: PCI Express capability version 2 <Upstream Port of PCI-E Switch>
pci7 at ppb6 bus 2
pci7: i/o space, memory space enabled, rd/line, wr/inv ok
ppb7 at pci7 dev 8 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb7: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x8 @ 8.0GT/s
pci8 at ppb7 bus 5
pci8: i/o space, memory space enabled, rd/line, wr/inv ok
ppb8 at pci7 dev 9 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb8: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x8 @ 8.0GT/s
ppb8: link is x8 @ 2.5GT/s
pci9 at ppb8 bus 4
pci9: i/o space, memory space enabled, rd/line, wr/inv ok
radeon0 at pci9 dev 0 function 0: vendor 1002 product 9498 (rev. 0x00)
hdaudio0 at pci9 dev 0 function 1: HD Audio Controller
hdaudio0: interrupting at msi0 vec 0
hdafg0 at hdaudio0: vendor 1002 product aa01
hdafg0: HDMI00 2ch: Digital Out [Jack]
hdafg0: 2ch/0ch 32000Hz 44100Hz 48000Hz PCM16 AC3
ppb9 at pci7 dev 16 function 0: vendor 10b5 product 8747 (rev. 0xba)
ppb9: PCI Express capability version 2 <Downstream Port of PCI-E Switch> x16 @ 8.0GT/s
pci10 at ppb9 bus 3
pci10: i/o space, memory space enabled, rd/line, wr/inv ok
vendor 8086 product 3c28 (miscellaneous system, revision 0x07) at pci0 dev 5 function 0 not configured
vendor 8086 product 3c2a (miscellaneous system, revision 0x07) at pci0 dev 5 function 2 not configured
vendor 8086 product 3c2c (interrupt system, IO(x) APIC, revision 0x07) at pci0 dev 5 function 4 not configured
ppb10 at pci0 dev 17 function 0: vendor 8086 product 1d3e (rev. 0x06)
ppb10: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 2.5GT/s
pci11 at ppb10 bus 11
pci11: i/o space, memory space enabled, rd/line, wr/inv ok
vendor 8086 product 1d3a (miscellaneous communications, revision 0x05) at pci0 dev 22 function 0 not configured
ehci0 at pci0 dev 26 function 0: vendor 8086 product 1d2d (rev. 0x06)
ehci0: interrupting at ioapic0 pin 23
ehci0: BIOS has given up ownership
ehci0: EHCI version 1.0
usb0 at ehci0: USB revision 2.0
hdaudio1 at pci0 dev 27 function 0: HD Audio Controller
hdaudio1: interrupting at msi1 vec 0
hdafg1 at hdaudio1: vendor 10ec product 0900
hdafg1: DAC00 8ch: Speaker [Jack]
hdafg1: DAC01 2ch: HP Out [Jack]
hdafg1: DIG02 2ch: SPDIF Out [Built-In]
hdafg1: DIG03 2ch: SPDIF Out [Jack]
hdafg1: ADC04 2ch: Line In [Jack], Mic In [Jack]
hdafg1: ADC05 2ch: Mic In [Jack]
hdafg1: 8ch/2ch 32000Hz 44100Hz 48000Hz 88200Hz 96000Hz 192000Hz PCM16 PCM20 PCM24 AC3
audio0 at hdafg1: full duplex, playback, capture, mmap, independent
audio0: slinear_le:16 8ch 48000Hz, blk 40ms for playback
audio0: slinear_le:16 2ch 48000Hz, blk 40ms for recording
spkr1 at audio0: PC Speaker (synthesized)
wsbell at spkr1 not configured
ppb11 at pci0 dev 28 function 0: vendor 8086 product 1d10 (rev. 0xb6)
ppb11: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
ppb11: link is x1 @ 2.5GT/s
pci12 at ppb11 bus 12
pci12: i/o space, memory space enabled, rd/line, wr/inv ok
wm0 at pci12 dev 0 function 0: I210-T1 Ethernet Server Adapter (rev. 0x03)
wm0: for TX and RX interrupting at msix2 vec 0 affinity to 1
wm0: for TX and RX interrupting at msix2 vec 1 affinity to 2
wm0: for TX and RX interrupting at msix2 vec 2 affinity to 3
wm0: for TX and RX interrupting at msix2 vec 3 affinity to 4
wm0: for LINK interrupting at msix2 vec 4
wm0: PCI-Express bus
wm0: 2048 words FLASH(HW), version 3.11, Image Unique ID 8000046e
wm0: ROM image version 3.11 is older than 3.25
wm0: Ethernet address bc:ee:7b:dc:50:28
wm0: Copper
wm0: 0xc414500<FLASH_HW,IOH_VALID,PCIE,NEWQUEUE,EEE,PLLWA,CLSEMWA>
makphy0 at wm0 phy 1: I210 10/100/1000 media interface, rev. 0
makphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
ppb12 at pci0 dev 28 function 1: vendor 8086 product 1d12 (rev. 0xb6)
ppb12: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
ppb12: link is x1 @ 2.5GT/s
pci13 at ppb12 bus 13
pci13: i/o space, memory space enabled, rd/line, wr/inv ok
wm1 at pci13 dev 0 function 0: I210-T1 Ethernet Server Adapter (rev. 0x03)
wm1: for TX and RX interrupting at msix3 vec 0 affinity to 1
wm1: for TX and RX interrupting at msix3 vec 1 affinity to 2
wm1: for TX and RX interrupting at msix3 vec 2 affinity to 3
wm1: for TX and RX interrupting at msix3 vec 3 affinity to 4
wm1: for LINK interrupting at msix3 vec 4
wm1: PCI-Express bus
wm1: 2048 words FLASH(HW), version 3.11, Image Unique ID 8000046e
wm1: ROM image version 3.11 is older than 3.25
wm1: Ethernet address bc:ee:7b:dc:50:29
wm1: Copper
wm1: 0xc414500<FLASH_HW,IOH_VALID,PCIE,NEWQUEUE,EEE,PLLWA,CLSEMWA>
makphy1 at wm1 phy 1: I210 10/100/1000 media interface, rev. 0
makphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto
ppb13 at pci0 dev 28 function 2: vendor 8086 product 1d14 (rev. 0xb6)
ppb13: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
ppb13: link is x1 @ 2.5GT/s
pci14 at ppb13 bus 14
pci14: i/o space, memory space enabled, rd/line, wr/inv ok
fwohci0 at pci14 dev 0 function 0: vendor 1106 product 3403 (rev. 0x01)
fwohci0: interrupting at ioapic0 pin 18
fwohci0: OHCI version 1.10 (ROM=1)
fwohci0: No. of Isochronous channels is 4.
fwohci0: EUI64 00:1e:8c:00:00:71:d9:15
fwohci0: Phy 1394a available S400, 2 ports.
fwohci0: Link S400, max_rec 2048 bytes.
ieee1394if0 at fwohci0: IEEE1394 bus
fwip0 at ieee1394if0: IP over IEEE1394
fwohci0: Initiate bus reset
ppb14 at pci0 dev 28 function 3: vendor 8086 product 1d16 (rev. 0xb6)
ppb14: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
pci15 at ppb14 bus 15
pci15: i/o space, memory space enabled, rd/line, wr/inv ok
ahcisata0 at pci15 dev 0 function 0: vendor 1b21 product 0612 (rev. 0x01)
ahcisata0: 64-bit DMA
ahcisata0: AHCI revision 1.20, 2 ports, 32 slots, CAP 0xeb32ff81<CCCS,PSC,SSC,PMD,SPM,ISS=0x3=Gen3,SCLO,SAL,SSS,SSNTF,SNCQ,S64A>
ahcisata0: interrupting at msi4 vec 0
atabus0 at ahcisata0 channel 0
atabus1 at ahcisata0 channel 1
ppb15 at pci0 dev 28 function 4: vendor 8086 product 1d18 (rev. 0xb6)
ppb15: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x2 @ 5.0GT/s
pci16 at ppb15 bus 16
pci16: i/o space, memory space enabled, rd/line, wr/inv ok
ahcisata1 at pci16 dev 0 function 0: vendor 1b4b product 9230 (rev. 0x10)
ahcisata1: 64-bit DMA
ahcisata1: AHCI revision 1.20, 8 ports, 32 slots, CAP 0xc0309f07<PMD,ISS=0x3=Gen3,SNCQ,S64A>
ahcisata1: interrupting at msi5 vec 0
atabus2 at ahcisata1 channel 0
atabus3 at ahcisata1 channel 1
atabus4 at ahcisata1 channel 2
atabus5 at ahcisata1 channel 3
atabus6 at ahcisata1 channel 4
atabus7 at ahcisata1 channel 5
atabus8 at ahcisata1 channel 6
atabus9 at ahcisata1 channel 7
ppb16 at pci0 dev 28 function 6: vendor 8086 product 1d1c (rev. 0xb6)
ppb16: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
pci17 at ppb16 bus 17
pci17: i/o space, memory space enabled, rd/line, wr/inv ok
xhci0 at pci17 dev 0 function 0: vendor 1b21 product 1042 (rev. 0x00)
xhci0: interrupting at msix6 vec 0
xhci0: xHCI version 0.96
usb1 at xhci0: USB revision 3.0
usb2 at xhci0: USB revision 2.0
ppb17 at pci0 dev 28 function 7: vendor 8086 product 1d1e (rev. 0xb6)
ppb17: PCI Express capability version 2 <Root Port of PCI-E Root Complex> x1 @ 5.0GT/s
pci18 at ppb17 bus 18
pci18: i/o space, memory space enabled, rd/line, wr/inv ok
xhci1 at pci18 dev 0 function 0: vendor 1b21 product 1042 (rev. 0x00)
xhci1: interrupting at msix7 vec 0
xhci1: xHCI version 0.96
usb3 at xhci1: USB revision 3.0
usb4 at xhci1: USB revision 2.0
ehci1 at pci0 dev 29 function 0: vendor 8086 product 1d26 (rev. 0x06)
ehci1: interrupting at ioapic0 pin 23
ehci1: BIOS has given up ownership
ehci1: EHCI version 1.0
usb5 at ehci1: USB revision 2.0
ppb18 at pci0 dev 30 function 0: vendor 8086 product 244e (rev. 0xa6)
pci19 at ppb18 bus 19
pci19: i/o space, memory space enabled
ichlpcib0 at pci0 dev 31 function 0: vendor 8086 product 1d41 (rev. 0x06)
timecounter: Timecounter "ichlpcib0" frequency 3579545 Hz quality 1000
ichlpcib0: 24-bit timer
tco0 at ichlpcib0: TCO (watchdog) timer configured.
tco0: Min/Max interval 1/367 seconds
ahcisata2 at pci0 dev 31 function 2: vendor 8086 product 1d02 (rev. 0x06)
ahcisata2: 64-bit DMA
ahcisata2: AHCI revision 1.30, 6 ports, 32 slots, CAP 0xe730ff45<EMS,PSC,SSC,PMD,ISS=0x3=Gen3,SCLO,SAL,SALP,SSNTF,SNCQ,S64A>
ahcisata2: interrupting at msi8 vec 0
atabus10 at ahcisata2 channel 0
atabus11 at ahcisata2 channel 1
atabus12 at ahcisata2 channel 2
atabus13 at ahcisata2 channel 3
atabus14 at ahcisata2 channel 5
ichsmb0 at pci0 dev 31 function 3: vendor 8086 product 1d22 (rev. 0x06)
ichsmb0: interrupting at ioapic0 pin 18
iic0 at ichsmb0: I2C bus
isa0 at ichlpcib0
com0 at isa0 port 0x3f8-0x3ff irq 4: ns16550a, working fifo
pci20 at mainbus0 bus 255
pci20: i/o space, memory space enabled, rd/line, rd/mult, wr/inv ok
vendor 8086 product 3c80 (miscellaneous system, revision 0x07) at pci20 dev 8 function 0 not configured
vendor 8086 product 3c83 (miscellaneous system, revision 0x07) at pci20 dev 8 function 3 not configured
vendor 8086 product 3c84 (miscellaneous system, revision 0x07) at pci20 dev 8 function 4 not configured
vendor 8086 product 3c90 (miscellaneous system, revision 0x07) at pci20 dev 9 function 0 not configured
vendor 8086 product 3c93 (miscellaneous system, revision 0x07) at pci20 dev 9 function 3 not configured
vendor 8086 product 3c94 (miscellaneous system, revision 0x07) at pci20 dev 9 function 4 not configured
vendor 8086 product 3cc0 (miscellaneous system, revision 0x07) at pci20 dev 10 function 0 not configured
vendor 8086 product 3cc1 (miscellaneous system, revision 0x07) at pci20 dev 10 function 1 not configured
vendor 8086 product 3cc2 (miscellaneous system, revision 0x07) at pci20 dev 10 function 2 not configured
vendor 8086 product 3cd0 (miscellaneous system, revision 0x07) at pci20 dev 10 function 3 not configured
vendor 8086 product 3ce0 (miscellaneous system, revision 0x07) at pci20 dev 11 function 0 not configured
vendor 8086 product 3ce3 (miscellaneous system, revision 0x07) at pci20 dev 11 function 3 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 12 function 0 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 12 function 1 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 12 function 2 not configured
vendor 8086 product 3cf4 (miscellaneous system, revision 0x07) at pci20 dev 12 function 6 not configured
vendor 8086 product 3cf6 (miscellaneous system, revision 0x07) at pci20 dev 12 function 7 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 13 function 0 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 13 function 1 not configured
vendor 8086 product 3ce8 (miscellaneous system, revision 0x07) at pci20 dev 13 function 2 not configured
vendor 8086 product 3cf5 (miscellaneous system, revision 0x07) at pci20 dev 13 function 6 not configured
vendor 8086 product 3ca0 (miscellaneous system, revision 0x07) at pci20 dev 14 function 0 not configured
vendor 8086 product 3c46 (performance counters DASP, revision 0x07) at pci20 dev 14 function 1 not configured
vendor 8086 product 3ca8 (miscellaneous system, revision 0x07) at pci20 dev 15 function 0 not configured
vendor 8086 product 3c71 (miscellaneous system, revision 0x07) at pci20 dev 15 function 1 not configured
vendor 8086 product 3caa (miscellaneous system, revision 0x07) at pci20 dev 15 function 2 not configured
vendor 8086 product 3cab (miscellaneous system, revision 0x07) at pci20 dev 15 function 3 not configured
vendor 8086 product 3cac (miscellaneous system, revision 0x07) at pci20 dev 15 function 4 not configured
vendor 8086 product 3cad (miscellaneous system, revision 0x07) at pci20 dev 15 function 5 not configured
vendor 8086 product 3cae (miscellaneous system, revision 0x07) at pci20 dev 15 function 6 not configured
vendor 8086 product 3cb0 (miscellaneous system, revision 0x07) at pci20 dev 16 function 0 not configured
vendor 8086 product 3cb1 (miscellaneous system, revision 0x07) at pci20 dev 16 function 1 not configured
vendor 8086 product 3cb2 (miscellaneous system, revision 0x07) at pci20 dev 16 function 2 not configured
vendor 8086 product 3cb3 (miscellaneous system, revision 0x07) at pci20 dev 16 function 3 not configured
vendor 8086 product 3cb4 (miscellaneous system, revision 0x07) at pci20 dev 16 function 4 not configured
vendor 8086 product 3cb5 (miscellaneous system, revision 0x07) at pci20 dev 16 function 5 not configured
vendor 8086 product 3cb6 (miscellaneous system, revision 0x07) at pci20 dev 16 function 6 not configured
vendor 8086 product 3cb7 (miscellaneous system, revision 0x07) at pci20 dev 16 function 7 not configured
vendor 8086 product 3cb8 (miscellaneous system, revision 0x07) at pci20 dev 17 function 0 not configured
vendor 8086 product 3ce4 (miscellaneous system, revision 0x07) at pci20 dev 19 function 0 not configured
vendor 8086 product 3c43 (performance counters DASP, revision 0x07) at pci20 dev 19 function 1 not configured
vendor 8086 product 3ce6 (performance counters DASP, revision 0x07) at pci20 dev 19 function 4 not configured
vendor 8086 product 3c44 (performance counters DASP, revision 0x07) at pci20 dev 19 function 5 not configured
vendor 8086 product 3c45 (miscellaneous system, revision 0x07) at pci20 dev 19 function 6 not configured
acpicpu0 at cpu0: ACPI CPU
acpicpu0: C1: FFH, lat   1 us, pow  1000 mW
acpicpu0: C2: FFH, lat  41 us, pow   350 mW
acpicpu0: P0: FFH, lat  10 us, pow 130000 mW, 3201 MHz, turbo boost
acpicpu0: P1: FFH, lat  10 us, pow 130000 mW, 3200 MHz
acpicpu0: P2: FFH, lat  10 us, pow 118159 mW, 3000 MHz
acpicpu0: P3: FFH, lat  10 us, pow 113032 mW, 2900 MHz
acpicpu0: P4: FFH, lat  10 us, pow 108001 mW, 2800 MHz
acpicpu0: P5: FFH, lat  10 us, pow 98240 mW, 2600 MHz
acpicpu0: P6: FFH, lat  10 us, pow 93489 mW, 2500 MHz
acpicpu0: P7: FFH, lat  10 us, pow 83090 mW, 2300 MHz
acpicpu0: P8: FFH, lat  10 us, pow 78626 mW, 2200 MHz
acpicpu0: P9: FFH, lat  10 us, pow 74267 mW, 2100 MHz
acpicpu0: P10: FFH, lat  10 us, pow 65782 mW, 1900 MHz
acpicpu0: P11: FFH, lat  10 us, pow 61671 mW, 1800 MHz
acpicpu0: P12: FFH, lat  10 us, pow 53708 mW, 1600 MHz
acpicpu0: P13: FFH, lat  10 us, pow 48804 mW, 1500 MHz
acpicpu0: P14: FFH, lat  10 us, pow 41374 mW, 1300 MHz
acpicpu0: P15: FFH, lat  10 us, pow 37783 mW, 1200 MHz
acpicpu0: T0: FFH, lat   1 us, pow 37783 mW, 100 %
acpicpu0: T1: FFH, lat   1 us, pow 35264 mW,  94 %
acpicpu0: T2: FFH, lat   1 us, pow 32745 mW,  88 %
acpicpu0: T3: FFH, lat   1 us, pow 30226 mW,  82 %
acpicpu0: T4: FFH, lat   1 us, pow 27707 mW,  75 %
acpicpu0: T5: FFH, lat   1 us, pow 25188 mW,  69 %
acpicpu0: T6: FFH, lat   1 us, pow 22669 mW,  63 %
acpicpu0: T7: FFH, lat   1 us, pow 20150 mW,  57 %
acpicpu0: T8: FFH, lat   1 us, pow 17632 mW,  50 %
acpicpu0: T9: FFH, lat   1 us, pow 15113 mW,  44 %
acpicpu0: T10: FFH, lat   1 us, pow 12594 mW,  38 %
acpicpu0: T11: FFH, lat   1 us, pow 10075 mW,  32 %
acpicpu0: T12: FFH, lat   1 us, pow  7556 mW,  25 %
acpicpu0: T13: FFH, lat   1 us, pow  5037 mW,  19 %
acpicpu0: T14: FFH, lat   1 us, pow  2518 mW,  13 %
coretemp0 at cpu0: thermal sensor, 1 C resolution, Tjmax=91
acpicpu1 at cpu1: ACPI CPU
coretemp1 at cpu1: thermal sensor, 1 C resolution, Tjmax=91
acpicpu2 at cpu2: ACPI CPU
coretemp2 at cpu2: thermal sensor, 1 C resolution, Tjmax=91
acpicpu3 at cpu3: ACPI CPU
coretemp3 at cpu3: thermal sensor, 1 C resolution, Tjmax=91
acpicpu4 at cpu4: ACPI CPU
coretemp4 at cpu4: thermal sensor, 1 C resolution, Tjmax=91
acpicpu5 at cpu5: ACPI CPU
coretemp5 at cpu5: thermal sensor, 1 C resolution, Tjmax=91
acpicpu6 at cpu6: ACPI CPU
acpicpu7 at cpu7: ACPI CPU
acpicpu8 at cpu8: ACPI CPU
acpicpu9 at cpu9: ACPI CPU
acpicpu10 at cpu10: ACPI CPU
acpicpu11 at cpu11: ACPI CPU
fwohci0: BUS reset
fwohci0: node_id=0xc800ffc0, gen=1, CYCLEMASTER mode
ieee1394if0: 1 nodes, maxhop <= 0 cable IRM irm(0) (me)
ieee1394if0: bus manager 0
timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
timecounter: Timecounter "TSC" frequency 3201929440 Hz quality 3000
uhub0 at usb1: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 3.00/1.00, addr 0
uhub0: 2 ports with 2 removable, self powered
uhub1 at usb2: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 0
uhub1: 2 ports with 2 removable, self powered
uhub2 at usb3: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 3.00/1.00, addr 0
uhub2: 2 ports with 2 removable, self powered
uhub3 at usb4: NetBSD (0000) xHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 0
uhub3: 2 ports with 2 removable, self powered
uhub4 at usb0: NetBSD (0000) EHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 1
uhub4: 2 ports with 2 removable, self powered
uhub5 at usb5: NetBSD (0000) EHCI root hub (0000), class 9/0, rev 2.00/1.00, addr 1
uhub5: 2 ports with 2 removable, self powered
IPsec: Initialized Security Association Processing.
ahcisata1 port 7: device present, speed: 1.5Gb/s
ahcisata2 port 1: device present, speed: 1.5Gb/s
ahcisata2 port 3: device present, speed: 3.0Gb/s
ahcisata2 port 0: device present, speed: 6.0Gb/s
ahcisata2 port 2: device present, speed: 3.0Gb/s
ahcisata2 port 5: device present, speed: 3.0Gb/s
atapibus0 at atabus9: 1 targets
uk0 at atapibus0 drive 0: <MARVELL VIRTUALL, HKDP221516WL, 1.09> processor fixed
uk0: drive supports PIO mode 4, Ultra-DMA mode 4 (Ultra/66)
uk0(ahcisata1:7:0): using PIO mode 4, Ultra-DMA mode 4 (Ultra/66) (using DMA)
wd0 at atabus10 drive 0
wd0: <Hitachi HUS724040ALE640>
wd0: drive supports 16-sector PIO transfers, LBA48 addressing
wd0: 3726 GB, 7752021 cyl, 16 head, 63 sec, 512 bytes/sect x 7814037168 sectors
wd0: GPT GUID: b5d20c56-d56f-4fdd-aed1-e33d02a10563
dk0 at wd0: "swap-20120612", 209715200 blocks at 2048, type: swap
dk1 at wd0: "cgd-20120612", 7604318208 blocks at 209717248, type: cgd
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags) w/PRIO
wd0(ahcisata2:0:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags) w/PRIO
atapibus1 at atabus11: 1 targets
cd0 at atapibus1 drive 0: <PLEXTOR DVDR   PX-891SA, 3524418 2A8225500802, 1.04> cdrom removable
cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
cd0(ahcisata2:1:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) (using DMA)
wd1 at atabus12 drive 0
wd1: <Samsung SSD 840 Series>
wd1: drive supports 16-sector PIO transfers, LBA48 addressing
wd1: 232 GB, 484521 cyl, 16 head, 63 sec, 512 bytes/sect x 488397168 sectors
wd1: GPT GUID: c092836c-972d-11e2-a3a6-001f1f595752
dk2 at wd1: "NetBSD_Boot_SSD", 488397071 blocks at 64, type: ffs
wd1: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
wd1(ahcisata2:2:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
wd2 at atabus13 drive 0
wd2: <ST33000651AS>
wd2: drive supports 16-sector PIO transfers, LBA48 addressing
wd2: 2794 GB, 5814021 cyl, 16 head, 63 sec, 512 bytes/sect x 5860533168 sectors
wd2: GPT GUID: a52fe140-65d7-11e0-8737-001f1f595752
dk3 at wd2: "a52fe14e-65d7-11e0-8737-001f1f595752", 50000000 blocks at 34, type: swap
dk4 at wd2: "moreroms", 5810533101 blocks at 50000034, type: ffs
wd2: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
wd2(ahcisata2:3:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
wd3 at atabus14 drive 0
wd3: <ST33000651AS>
wd3: drive supports 16-sector PIO transfers, LBA48 addressing
wd3: 2794 GB, 5814021 cyl, 16 head, 63 sec, 512 bytes/sect x 5860533168 sectors
wd3: GPT GUID: d7abb020-734e-11e0-a8df-001f1f595752
dk5 at wd3: "smallstuff", 1000000000 blocks at 34, type: ffs
dk6 at wd3: "d7abb036-734e-11e0-a8df-001f1f595752", 50000000 blocks at 1000000034, type: swap
dk7 at wd3: "bigstuff", 4810533101 blocks at 1050000034, type: ffs
wd3: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133), WRITE DMA FUA, NCQ (32 tags)
wd3(ahcisata2:5:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 6 (Ultra/133) (using DMA), NCQ (31 tags)
uhub6 at uhub5 port 1: vendor 8087 (0x8087) product 0024 (0x24), class 9/0, rev 2.00/0.00, addr 2
uhub6: single transaction translator
uhub7 at uhub4 port 1: vendor 8087 (0x8087) product 0024 (0x24), class 9/0, rev 2.00/0.00, addr 2
uhub7: single transaction translator
uhub6: 8 ports with 8 removable, self powered
uhub7: 6 ports with 6 removable, self powered
uhidev0 at uhub6 port 1 configuration 1 interface 0
uhidev0: Logitech (0x46d) USB Laser Mouse (0xc069), rev 2.00/56.01, addr 3, iclass 3/1
ums0 at uhidev0: 8 buttons, W and Z dirs
wsmouse0 at ums0 mux 0
uhidev1 at uhub6 port 2 configuration 1 interface 0
uhidev1: vendor 046a (0x46a) product 0023 (0x23), rev 2.00/2.20, addr 4, iclass 3/1
ukbd0 at uhidev1: 8 Variable keys, 6 Array codes
wskbd1 at ukbd0 mux 1
uhidev2 at uhub6 port 2 configuration 1 interface 1
uhidev2: vendor 046a (0x46a) product 0023 (0x23), rev 2.00/2.20, addr 4, iclass 3/0
uhidev2: 2 report ids
uhid0 at uhidev2 reportid 1: input=2, output=0, feature=0
uhid1 at uhidev2 reportid 2: input=1, output=0, feature=0
boot device: wd1
root on dk2 dumps on dk0
root file system type: ffs
kern.module.path=/stand/amd64/8.99.42/modules
kern info: [drm] initializing kernel modesetting (RV730 0x1002:0x9498 0x1787:0x2269).
kern info: [drm] register mmio base: 0xfb720000
kern info: [drm] register mmio size: 65536
kern info: ATOM BIOS: 88A07JCD.SFH
radeon0: info: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
radeon0: info: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
kern info: [drm] Detected VRAM RAM=200M, BAR=256M
kern info: [drm] RAM width 128bits DDR
Zone  kernel: Available graphics memory: 4259928 kiB
Zone   dma32: Available graphics memory: 2097152 kiB
kern info: [drm] radeon: 512M of VRAM memory ready
kern info: [drm] radeon: 1024M of GTT memory ready.
kern info: [drm] Loading RV730 Microcode
kern info: [drm] Internal thermal controller with fan control
kern info: [drm] radeon: dpm initialized
kern info: [drm] GART: num cpu pages 262144, num gpu pages 262144
kern info: [drm] PCIE GART of 1024M enabled (table at 0x000000000025E000).
radeon0: info: WB enabled
radeon0: info: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0x0xffffbf85aee9ec00
radeon0: info: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0x0xffffbf85aee9ec0c
radeon0: info: fence driver on ring 5 use gpu addr 0x000000000005c598 and cpu addr 0x0xffffbf85af03c598
kern info: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
kern info: [drm] Driver supports precise vblank timestamp query.
radeon0: info: radeon: MSI limited to 32-bit
radeon0: interrupting at ioapic1 pin 20 (radeon0)
kern info: [drm] radeon: irq initialized.
kern info: [drm] ring test on 0 succeeded in 1 usecs
kern info: [drm] ring test on 3 succeeded in 2 usecs
kern info: [drm] ring test on 5 succeeded in 1 usecs
kern info: [drm] UVD initialized successfully.
kern info: [drm] ib test on ring 0 succeeded in 0 usecs
kern info: [drm] ib test on ring 3 succeeded in 0 usecs
kern info: [drm] ib test on ring 5 succeeded
kern info: [drm] Radeon Display Connectors
kern info: [drm] Connector 0:
kern info: [drm]   DVI-I-1
kern info: [drm]   HPD2
kern info: [drm]   DDC: 0x7f10 0x7f10 0x7f14 0x7f14 0x7f18 0x7f18 0x7f1c 0x7f1c
kern info: [drm]   Encoders:
kern info: [drm]     CRT2: INTERNAL_KLDSCP_DAC2
kern info: [drm]     DFP2: INTERNAL_UNIPHY1
kern info: [drm] Connector 1:
kern info: [drm]   DIN-1
kern info: [drm]   Encoders:
kern info: [drm]     TV1: INTERNAL_KLDSCP_DAC2
kern info: [drm] Connector 2:
kern info: [drm]   DVI-I-2
kern info: [drm]   HPD1
kern info: [drm]   DDC: 0x7e20 0x7e20 0x7e24 0x7e24 0x7e28 0x7e28 0x7e2c 0x7e2c
kern info: [drm]   Encoders:
kern info: [drm]     CRT1: INTERNAL_KLDSCP_DAC1
kern info: [drm]     DFP1: INTERNAL_UNIPHY
radeondrmkmsfb0 at radeon0
radeondrmkmsfb0: framebuffer at 0xffffbf85af66e000, size 3840x2160, depth 32, stride 15360
wsdisplay0 at radeondrmkmsfb0 kbdmux 1: console (default, vt100 emulation), using wskbd0
wsmux1: connecting to wsdisplay0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1 added (default, vt100 emulation)
wsdisplay0: screen 2 added (default, vt100 emulation)
wsdisplay0: screen 3 added (default, vt100 emulation)
wsdisplay0: screen 4 added (default, vt100 emulation)


Home | Main Index | Thread Index | Old Index