fdisk and disklabel output below.

I should note that the panic is reproducible. I rebooted the problem
system and tried plugging and unplugging the USB drive and it panicked
again. The HP laptop, running the 5.8 install cd system, exhibits no
such problems. Plug the same drive in and I get a device address
normally in dmesg. Unplug it, no problem. So it appears there is
something about the USB hardware in the problem machine that is
confusing the OpenBSD driver. I should note that I've run Linux and
FreeBSD on the same machine with no USB issues of this kind with the
same drive.

Disk: sd1 geometry: 38913/255/63 [625142448 Sectors]
Offset: 0 Signature: 0xAA55
            Starting         Ending         LBA Info:
 #: id      C   H   S -      C   H   S [       start:        size ]
-------------------------------------------------------------------------------
 0: A6      0   0   2 -  38912 254  63 [           1:   625137344 ] OpenBSD
 1: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
 2: 00      0   0   0 -      0   0   0 [           0:           0 ] unused
 3: 00      0   0   0 -      0   0   0 [           0:           0 ] unused

# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: External USB HDD
duid: b87faac679619765
flags:
bytes/sector: 512# /dev/rsd1c:
type: SCSI
disk: SCSI disk
label: External USB HDD
duid: b87faac679619765
flags:
bytes/sector: 512
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 38913
total sectors: 625142448
boundstart: 1
boundend: 625142448
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  a:        625142399                1  4.2BSD   4096 32768    1
  c:        625142448                0  unused
sectors/track: 63
tracks/cylinder: 255
sectors/cylinder: 16065
cylinders: 38913
total sectors: 625142448
boundstart: 1
boundend: 625142448
drivedata: 0

16 partitions:
#                size           offset  fstype [fsize bsize  cpg]
  a:        625142399                1  4.2BSD   4096 32768    1
  c:        625142448                0  unused

On Thu, Nov 12, 2015 at 12:01 PM, Donald Allen <donaldcal...@gmail.com> wrote:
> I am running 5.8 Stable. I plugged in one of my Toshiba USB disks with
> the intention of beginning to backup the system. dmesg | tail did not
> provide a device address; the line that mentioned the device said 'not
> configured'. Without a device address, I couldn't mount the root
> partition. So I removed the USB connector and the kernel panicked:
>
> "Toshiba External USB HDD" rev 2.00/1.32 addr 2 at uhub2 port 4 not configured
> uvm_fault(0xffffffff81904280, 0x0, 0, 1) -> e
> kernel: page fault trap, code=0
> Stopped at usb_detach+0x20: movq 0(%rax),%rdi
> ddb{0}>
>
> Trying to type at the ddb prompt (hoping to get a stack trace) got no 
> response.
>
> I had previously attempted to set this disk up on this machine and had
> been able to create an A6 MBR partition and create a disklabel with an
> 'a' partition, but when I tried to create a file-system, newfs hung. I
> tried booting the 5.8 install cd on another machine (an old HP
> laptop), plugged in the drive (I had to run MAKEDEV to create
> /dev/sd1*) and was able to run newfs without trouble. I will send
> fdisk and disklabel output for the USB disk in a separate message.
>
>  0x00: apic 3 int 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> "ATI SBx00 SMBus" rev 0x42 at pci0 dev 20 function 0 not configured
> "ATI SBx00 HD Audio" rev 0x40 at pci0 dev 20 function 2 not configured
> "ATI SB700 ISA" rev 0x40 at pci0 dev 20 function 3 not configured
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb5 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at mainbus0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> uhub8 at uhub1 port 2 "vendor 0x0409 product 0x005a" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "vendor 0x2001 product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "vendor 0x0557 product 0x7000" rev 1.10/1.00 addr 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0
> wskbd1 at ukbd0 mux 1
> wskbd1: connecting to wsdisplay0
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> uhid at uhidev1 not configured
> softraid0 at root
> scsibus1 at softraid0: 256 targets
> root on rd0a swap on rd0b dump on rd0b
> syncing disks...
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET BGRT SSDT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.51 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.11 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0c 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1e 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (2149bb7ea3ceb1f8.a) swap on sd0b dump on sd0b
> error: [drm:pid0:ni_init_microcode] *ERROR* ni_cp: Failed to load
> firmware "radeon-caicos_pfp"
> error: [drm:pid0:evergreen_startup] *ERROR* Failed to load firmware!
> drm:pid0:evergreen_init *ERROR* disabling GPU acceleration
> drm:pid0:radeon_bo_unpin *WARNING* 0xffffff013ed622b8 unpin not necessary
> drm:pid0:radeon_bo_unpin *WARNING* 0xffffff013ed622b8 unpin not necessary
> error: [drm:pid0:evergreen_init] *ERROR* radeon: MC ucode required for NI+.
> drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init
> radeon_hwmon_fini stub
> ttm_pool_mm_shrink_fini stub
> drm0 detached
> radeondrm0 detached
> vga1 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> syncing disks...
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.45 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.11 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0b 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (2149bb7ea3ceb1f8.a) swap on sd0b dump on sd0b
> radeondrm0: 1920x1080
> wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> syncing disks...
> OpenBSD 5.8 (RAMDISK_CD) #1142: Sun Aug 16 02:36:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/RAMDISK_CD
> real mem = 4188626944 (3994MB)
> avail mem = 4059967488 (3871MB)
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET BGRT SSDT
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.51 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu at mainbus0: not configured
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> vga1 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation)
> "ATI Radeon HD 6400 Audio" rev 0x00 at pci1 dev 0 function 1 not configured
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus0 at ahci0: 32 targets
> sd0 at scsibus0 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus0 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> "ATI SBx00 SMBus" rev 0x42 at pci0 dev 20 function 0 not configured
> "ATI SBx00 HD Audio" rev 0x40 at pci0 dev 20 function 2 not configured
> "ATI SB700 ISA" rev 0x40 at pci0 dev 20 function 3 not configured
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb5 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at mainbus0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard, using wsdisplay0
> uhub8 at uhub1 port 2 "vendor 0x0409 product 0x005a" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "vendor 0x2001 product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "vendor 0x0557 product 0x7000" rev 1.10/1.00 addr 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0
> wskbd1 at ukbd0 mux 1
> wskbd1: connecting to wsdisplay0
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> uhid at uhidev1 not configured
> softraid0 at root
> scsibus1 at softraid0: 256 targets
> root on rd0a swap on rd0b dump on rd0b
> syncing disks...
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET BGRT SSDT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.44 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.11 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0b 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN
> International product 0x2212" rev 1.10/1.00 addr 5
> uhidev1: no report descriptor
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (ea8925ddf7bddc03.a) swap on sd0b dump on sd0b
> error: [drm:pid0:ni_init_microcode] *ERROR* ni_cp: Failed to load
> firmware "radeon-caicos_pfp"
> error: [drm:pid0:evergreen_startup] *ERROR* Failed to load firmware!
> drm:pid0:evergreen_init *ERROR* disabling GPU acceleration
> drm:pid0:radeon_bo_unpin *WARNING* 0xffffff013ed632b8 unpin not necessary
> drm:pid0:radeon_bo_unpin *WARNING* 0xffffff013ed632b8 unpin not necessary
> error: [drm:pid0:evergreen_init] *ERROR* radeon: MC ucode required for NI+.
> drm:pid0:radeondrm_attachhook *ERROR* Fatal error during GPU init
> radeon_hwmon_fini stub
> ttm_pool_mm_shrink_fini stub
> drm0 detached
> radeondrm0 detached
> vga1 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> wsdisplay0 at vga1 mux 1: console (80x25, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (80x25, vt100 emulation)
> syncing disks...
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.44 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.11 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0b 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (ea8925ddf7bddc03.a) swap on sd0b dump on sd0b
> radeondrm0: 1920x1080
> wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> syncing disks...
> OpenBSD 5.8 (GENERIC.MP) #1236: Sun Aug 16 02:31:04 MDT 2015
>     dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3011.30 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.12 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3011 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0c 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (ea8925ddf7bddc03.a) swap on sd0b dump on sd0b
> radeondrm0: 1920x1080
> wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> syncing disks...
> OpenBSD 5.8-stable (GENERIC.MP) #0: Thu Nov 12 07:26:39 EST 2015
>     d...@sergei.allen.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.51 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.12 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0b 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (ea8925ddf7bddc03.a) swap on sd0b dump on sd0b
> radeondrm0: 1920x1080
> wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0
> wsdisplay0: screen 1-5 added (std, vt100 emulation)
> "Toshiba External USB HDD" rev 2.00/1.32 addr 2 at uhub2 port 4 not configured
> OpenBSD 5.8-stable (GENERIC.MP) #0: Thu Nov 12 07:26:39 EST 2015
>     d...@sergei.allen.net:/usr/src/sys/arch/amd64/compile/GENERIC.MP
> real mem = 4188626944 (3994MB)
> avail mem = 4057788416 (3869MB)
> mpath0 at root
> scsibus0 at mpath0: 256 targets
> mainbus0 at root
> bios0 at mainbus0: SMBIOS rev. 2.7 @ 0xbc27e018 (58 entries)
> bios0: vendor American Megatrends Inc. version "1903" date 07/11/2013
> bios0: ASUSTeK COMPUTER INC. M5A97 LE R2.0
> acpi0 at bios0: rev 2
> acpi0: sleep states S0 S3 S4 S5
> acpi0: tables DSDT FACP APIC FPDT MCFG HPET SSDT BGRT
> acpi0: wakeup devices SBAZ(S4) PS2K(S3) PS2M(S3) UAR1(S4) P0PC(S4)
> UHC1(S4) UHC2(S4) UHC4(S4) UHC6(S4) UHC7(S4) PC02(S4) PC03(S4)
> PC04(S4) PC05(S4) PC06(S4) PC07(S4) [...]
> acpitimer0 at acpi0: 3579545 Hz, 32 bits
> acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
> cpu0 at mainbus0: apid 0 (boot processor)
> cpu0: AMD Athlon(tm) II X2 250 Processor, 3010.48 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu0: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu0: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu0: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu0: AMD erratum 721 detected and fixed
> cpu0: smt 0, core 0, package 0
> mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
> cpu0: apic clock running at 200MHz
> cpu0: mwait min=64, max=64, IBE
> cpu1 at mainbus0: apid 1 (application processor)
> cpu1: AMD Athlon(tm) II X2 250 Processor, 3010.12 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,CX16,POPCNT,NXE,MMXX,FFXSR,PAGE1GB,LONG,3DNOW2,3DNOW,LAHF,CMPLEG,SVM,EAPICSP,AMCR8,ABM,SSE4A,MASSE,3DNOWP,OSVW,IBS,SKINIT,NODEID,ITSC
> cpu1: 64KB 64b/line 2-way I-cache, 64KB 64b/line 2-way D-cache, 1MB
> 64b/line 16-way L2 cache
> cpu1: ITLB 32 4KB entries fully associative, 16 4MB entries fully associative
> cpu1: DTLB 48 4KB entries fully associative, 48 4MB entries fully associative
> cpu1: AMD erratum 721 detected and fixed
> cpu1: smt 0, core 1, package 0
> ioapic0 at mainbus0: apid 3 pa 0xfec00000, version 21, 24 pins
> ioapic1 at mainbus0: apid 4 pa 0xfec20000, version 21, 32 pins
> acpimcfg0 at acpi0 addr 0xe0000000, bus 0-255
> acpihpet0 at acpi0: 14318180 Hz
> acpiprt0 at acpi0: bus 0 (PCI0)
> acpiprt1 at acpi0: bus 4 (P0PC)
> acpiprt2 at acpi0: bus 1 (PC02)
> acpiprt3 at acpi0: bus -1 (PC03)
> acpiprt4 at acpi0: bus 2 (PC04)
> acpiprt5 at acpi0: bus -1 (PC05)
> acpiprt6 at acpi0: bus -1 (PC06)
> acpiprt7 at acpi0: bus 3 (PC07)
> acpiprt8 at acpi0: bus -1 (PC09)
> acpiprt9 at acpi0: bus -1 (PC0A)
> acpiprt10 at acpi0: bus -1 (PC0B)
> acpiprt11 at acpi0: bus -1 (PC0C)
> acpiprt12 at acpi0: bus -1 (PC0D)
> acpiprt13 at acpi0: bus -1 (PE20)
> acpiprt14 at acpi0: bus -1 (PE21)
> acpiprt15 at acpi0: bus -1 (PE22)
> acpiprt16 at acpi0: bus -1 (PE23)
> acpiec0 at acpi0
> acpicpu0 at acpi0: C1(@1 halt!), PSS
> acpicpu1 at acpi0: C1(@1 halt!), PSS
> acpibtn0 at acpi0: PWRB
> cpu0: 3010 MHz: speeds: 3000 2300 1800 800 MHz
> pci0 at mainbus0 bus 0
> pchb0 at pci0 dev 0 function 0 vendor "ATI", unknown product 0x5a14 rev 0x02
> ppb0 at pci0 dev 2 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci1 at ppb0 bus 1
> radeondrm0 at pci1 dev 0 function 0 "ATI Radeon HD 6450" rev 0x00
> drm0 at radeondrm0
> radeondrm0: msi
> azalia0 at pci1 dev 0 function 1 "ATI Radeon HD 6400 Audio" rev 0x00: msi
> azalia0: no supported codecs
> ppb1 at pci0 dev 4 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci2 at ppb1 bus 2
> re0 at pci2 dev 0 function 0 "Realtek 8168" rev 0x09: RTL8168F/8111F
> (0x4800), msi, address ac:22:0b:dd:05:ff
> rgephy0 at re0 phy 7: RTL8169S/8110S/8211 PHY, rev. 5
> ppb2 at pci0 dev 7 function 0 "ATI SR5690 PCIE" rev 0x00: msi
> pci3 at ppb2 bus 3
> xhci0 at pci3 dev 0 function 0 "ASMedia ASM1042 xHCI" rev 0x00: msi
> usb0 at xhci0: USB revision 3.0
> uhub0 at usb0 "ASMedia xHCI root hub" rev 3.00/1.00 addr 1
> ahci0 at pci0 dev 17 function 0 "ATI SBx00 SATA" rev 0x40: apic 3 int
> 19, AHCI 1.2
> ahci0: port 4: 3.0Gb/s
> ahci0: port 5: 1.5Gb/s
> scsibus1 at ahci0: 32 targets
> sd0 at scsibus1 targ 4 lun 0: <ATA, Hitachi HDP72505, GM4O> SCSI3
> 0/direct fixed naa.5000cca359d3c268
> sd0: 476940MB, 512 bytes/sector, 976773168 sectors
> cd0 at scsibus1 targ 5 lun 0: <ATAPI, iHAS424 Y, ZL1U> ATAPI 5/cdrom removable
> ohci0 at pci0 dev 18 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ehci0 at pci0 dev 18 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 17
> usb1 at ehci0: USB revision 2.0
> uhub1 at usb1 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> ohci1 at pci0 dev 19 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 20, version 1.0, legacy support
> ehci1 at pci0 dev 19 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 21
> usb2 at ehci1: USB revision 2.0
> uhub2 at usb2 "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
> iic0: addr 0x20 01=00 02=00 03=00 04=00 05=00 06=00 07=00 08=00 09=00
> 0a=00 0b=00 0c=00 0d=00 0e=0c 0f=8c 10=00 11=00 12=00 13=00 14=00
> 15=00 16=1c 17=9e 18=c0 19=88 1a=ab 1b=a3 1c=36 1d=27 1e=0c 1f=05
> 20=09 21=09 22=09 23=09 24=03 3e=03 words 00=ff00 01=0000 02=0000
> 03=0000 04=0000 05=0000 06=0000 07=0000
> spdmem0 at iic0 addr 0x50: 4GB DDR3 SDRAM PC3-10600
> azalia1 at pci0 dev 20 function 2 "ATI SBx00 HD Audio" rev 0x40: apic 3 int 16
> azalia1: codecs: Realtek/0x0887
> audio0 at azalia1
> pcib0 at pci0 dev 20 function 3 "ATI SB700 ISA" rev 0x40
> ppb3 at pci0 dev 20 function 4 "ATI SB600 PCI" rev 0x40
> pci4 at ppb3 bus 4
> ohci2 at pci0 dev 20 function 5 "ATI SB700 USB" rev 0x00: apic 3 int
> 18, version 1.0, legacy support
> ohci3 at pci0 dev 22 function 0 "ATI SB700 USB" rev 0x00: apic 3 int
> 22, version 1.0, legacy support
> ehci2 at pci0 dev 22 function 2 "ATI SB700 USB2" rev 0x00: apic 3 int 23
> usb3 at ehci2: USB revision 2.0
> uhub3 at usb3 "ATI EHCI root hub" rev 2.00/1.00 addr 1
> pchb1 at pci0 dev 24 function 0 "AMD AMD64 10h HyperTransport" rev 0x00
> pchb2 at pci0 dev 24 function 1 "AMD AMD64 10h Address Map" rev 0x00
> pchb3 at pci0 dev 24 function 2 "AMD AMD64 10h DRAM Cfg" rev 0x00
> km0 at pci0 dev 24 function 3 "AMD AMD64 10h Misc Cfg" rev 0x00
> pchb4 at pci0 dev 24 function 4 "AMD AMD64 10h Link Cfg" rev 0x00
> usb4 at ohci0: USB revision 1.0
> uhub4 at usb4 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb5 at ohci1: USB revision 1.0
> uhub5 at usb5 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> isa0 at pcib0
> isadma0 at isa0
> com0 at isa0 port 0x3f8/8 irq 4: ns16550a, 16 byte fifo
> pckbc0 at isa0 port 0x60/5 irq 1 irq 12
> pckbd0 at pckbc0 (kbd slot)
> wskbd0 at pckbd0: console keyboard
> pcppi0 at isa0 port 0x61
> spkr0 at pcppi0
> it0 at isa0 port 0x2e/2: IT8721F rev 1, EC port 0x290
> usb6 at ohci2: USB revision 1.0
> uhub6 at usb6 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> usb7 at ohci3: USB revision 1.0
> uhub7 at usb7 "ATI OHCI root hub" rev 1.00/1.00 addr 1
> uhub8 at uhub1 port 2 "NEC hub" rev 2.00/1.00 addr 2
> uhub9 at uhub8 port 2 "D-Link product 0xf103" rev 2.00/1.00 addr 3
> uhub10 at uhub8 port 3 "ATEN International product 0x7000" rev 1.10/1.00 addr 
> 4
> uhidev0 at uhub10 port 1 configuration 1 interface 0 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev0: iclass 3/1
> ukbd0 at uhidev0: 8 variable keys, 6 key codes, country code 33
> wskbd1 at ukbd0 mux 1
> uhidev1 at uhub10 port 1 configuration 1 interface 1 "ATEN SW2-RA
> V1.0.072" rev 1.10/1.00 addr 5
> uhidev1: iclass 3/1
> ums0 at uhidev1: 5 buttons, Z dir
> wsmouse0 at ums0 mux 0
> "Toshiba External USB HDD" rev 2.00/1.32 addr 2 at uhub2 port 5 not configured
> vscsi0 at root
> scsibus2 at vscsi0: 256 targets
> softraid0 at root
> scsibus3 at softraid0: 256 targets
> root on sd0a (ea8925ddf7bddc03.a) swap on sd0b dump on sd0b
> WARNING: / was not properly unmounted
> radeondrm0: 1920x1080
> wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
> wskbd1: connecting to wsdisplay0

Reply via email to