Re: USB Issues in 7.1_STABLE

2017-08-11 Thread sc dying
On 2017/04/22 12:57, Gary Duzan wrote:
>Booting from the installer image, I noticed a couple of USB related
> issues. First, the boot menu wouldn't recognize my USB keyboard;
> I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
> Then the boot process stopped after probing usb1 (see dmesg below),
> only continuing after I pressed a key on the PS/2 keyboard. It
> seemed like my USB devices worked after that, but I didn't do any
> additional testing.
>
>Is there anything I can do to help diagnose the problem?

I saw similar problem on RPi2 w/ netbsd-7/earmv6hf.

sdhc0: SD Host Specification 3.0, rev.153
sdhc0: using DMA transfer
sdmmc0 at sdhc0 slot 0
uhub0 at usb0:  DWC2 root hub, class 9/0, rev 2.00/1.00, addr 1
ld0 at sdmmc0: <0x9e:0x4245: :0x02:0xba00016e:0x107>
ld0: 7639 MB, 3880 cyl, 64 head, 63 sec, 512 bytes/sect x 15644672 sectors
ld0: 4-bit width, bus clock 50.000 MHz
(stops here)

Suspicious thread is configintr.

0   40 3   3   200   bacf2e20 configintr usbdly

db{0}> bt/a bacf2e20
trace: pid 0 lid 40 at 0xbacc7d5c
0xbacc7d5c: netbsd:mi_switch+0x10
0xbacc7d8c: netbsd:sleepq_block+0x16c
0xbacc7dcc: netbsd:kpause+0x134
0xbacc7e5c: netbsd:uhub_attach+0x664
0xbacc7e94: netbsd:config_attach_loc+0x1b4
0xbacc7eac: netbsd:config_found_ia+0x24
0xbacc7f04: netbsd:usbd_attach_roothub+0x80
0xbacc7f64: netbsd:usbd_new_device+0xec8
0xbacc7f94: netbsd:usb_doattach+0xc4
0xbacc7fac: netbsd:config_interrupts_thread+0x4c

This problem resembles the problem on amd64 in the point of that
the each configintr thread of root hub for usb bus kpause's at
usbd_delay_ms in uhub_attach or usbd_new_device, and won't wake up.

Not sure who does not wake up kpause.


Re: USB Issues in 7.1_STABLE

2017-04-22 Thread Gary Duzan
In Message <58fbb951.3000...@netbsd.org>,
   Nick Hudson wrote:

=>On 04/22/17 20:05, Gary Duzan wrote:
=>> In Message <58fb8a80.7000...@netbsd.org>,
=>> Nick Hudson wrote:
=>>
=>> =>On 04/22/17 13:57, Gary Duzan wrote:
=>> =>> Booting from the installer image, I noticed a couple of USB related
=>> =>> issues. First, the boot menu wouldn't recognize my USB keyboard;
=>> =>> I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
=>> =>> Then the boot process stopped after probing usb1 (see dmesg below),
=>> =>> only continuing after I pressed a key on the PS/2 keyboard. It
=>> =>> seemed like my USB devices worked after that, but I didn't do any
=>> =>> additional testing.
=>> =>>
=>> =>> Is there anything I can do to help diagnose the problem?
=>> =>
=>> =>xhci  debug output please
=>> =>
=>> =>http://www.netbsd.org/docs/kernel/#usb-debugging
=>
=>I mean compile a kernel with XHCI_DEBUG and set xhcidebug=20 and extract 
=>the output. See the URL for more details

   The URL mentioned setting it to 5, so perhaps the page needs
updating. I'll try with 20 tomorrow.

   Thanks.

Gary


=>> All I see different is the kbd probe and hub ordering. (See diff
=>> below.) I should correct myself about the boot menu: the USB keyboard
=>> doesn't work on that with my March 27 7.1_STABLE bootloader, either,
=>> so the only real concern is the boot hang.
=>
=>
=>
=>
=>
=>
=>
=>> =>
=>> =>> xhci0 at pci2 dev 0 function 0: vendor 0x1033 product 0x0194 (rev. 0x03)
=>> =>> xhci0: interrupting at ioapic0 pin 17
=>> =>> xhci0: xHCI version 0.96
=>> =>> usb0 at xhci0: USB revision 3.0
=>> =>> usb1 at xhci0: USB revision 2.0
=>> =>> [boot pauses here]
=>> =>
=>> =>
=>> =>Not sure NEC controllers are working yet, although does HEAD do any 
better?
=>>
=>> It has been a while since I tried, but the result was similar,
=>> which was why I held off switching to -current. Getting USB3 working
=>> would be awesome, but initially I'd settle for the driver not being
=>> troublesome. Again, if there is anything I can do to help, let me
=>> know.
=>
=>There's at least of xhci change on HEAD over netbsd-7 and all sorts of 
=>other fixes, so it'd be good to test HEAD.
=>>
=>> Gary
=>>
=>
=>Thanks,
=>Nick


Re: USB Issues in 7.1_STABLE

2017-04-22 Thread Nick Hudson

On 04/22/17 20:05, Gary Duzan wrote:

In Message <58fb8a80.7000...@netbsd.org>,
Nick Hudson wrote:

=>On 04/22/17 13:57, Gary Duzan wrote:
=>> Booting from the installer image, I noticed a couple of USB related
=>> issues. First, the boot menu wouldn't recognize my USB keyboard;
=>> I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
=>> Then the boot process stopped after probing usb1 (see dmesg below),
=>> only continuing after I pressed a key on the PS/2 keyboard. It
=>> seemed like my USB devices worked after that, but I didn't do any
=>> additional testing.
=>>
=>> Is there anything I can do to help diagnose the problem?
=>
=>xhci  debug output please
=>
=>http://www.netbsd.org/docs/kernel/#usb-debugging


I mean compile a kernel with XHCI_DEBUG and set xhcidebug=20 and extract 
the output. See the URL for more details



All I see different is the kbd probe and hub ordering. (See diff
below.) I should correct myself about the boot menu: the USB keyboard
doesn't work on that with my March 27 7.1_STABLE bootloader, either,
so the only real concern is the boot hang.









=>
=>> xhci0 at pci2 dev 0 function 0: vendor 0x1033 product 0x0194 (rev. 0x03)
=>> xhci0: interrupting at ioapic0 pin 17
=>> xhci0: xHCI version 0.96
=>> usb0 at xhci0: USB revision 3.0
=>> usb1 at xhci0: USB revision 2.0
=>> [boot pauses here]
=>
=>
=>Not sure NEC controllers are working yet, although does HEAD do any better?

It has been a while since I tried, but the result was similar,
which was why I held off switching to -current. Getting USB3 working
would be awesome, but initially I'd settle for the driver not being
troublesome. Again, if there is anything I can do to help, let me
know.


There's at least of xhci change on HEAD over netbsd-7 and all sorts of 
other fixes, so it'd be good to test HEAD.


Gary



Thanks,
Nick


Re: USB Issues in 7.1_STABLE

2017-04-22 Thread Gary Duzan
In Message <58fb8a80.7000...@netbsd.org>,
   Nick Hudson wrote:

=>On 04/22/17 13:57, Gary Duzan wrote:
=>> Booting from the installer image, I noticed a couple of USB related
=>> issues. First, the boot menu wouldn't recognize my USB keyboard;
=>> I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
=>> Then the boot process stopped after probing usb1 (see dmesg below),
=>> only continuing after I pressed a key on the PS/2 keyboard. It
=>> seemed like my USB devices worked after that, but I didn't do any
=>> additional testing.
=>>
=>> Is there anything I can do to help diagnose the problem?
=>
=>xhci  debug output please
=>
=>http://www.netbsd.org/docs/kernel/#usb-debugging

   All I see different is the kbd probe and hub ordering. (See diff
below.) I should correct myself about the boot menu: the USB keyboard
doesn't work on that with my March 27 7.1_STABLE bootloader, either,
so the only real concern is the boot hang.

--- installer-dmesg.txt 2017-04-22 08:28:59.0 -0400
+++ dmesg-usbdebug  2017-04-22 14:44:43.0 -0400
@@ -4,10 +4,10 @@
 Copyright (c) 1982, 1986, 1989, 1991, 1993
 The Regents of the University of California.  All rights reserved.
 
-NetBSD 7.1_STABLE (GENERIC) #40: Fri Apr 21 08:45:52 EDT 2017
+NetBSD 7.1_STABLE (GENERIC) #42: Sat Apr 22 14:36:24 EDT 2017

r...@bldr.6net.duzan.org:/usr/build/netbsd-7/obj/usr/build/netbsd-7/src/sys/arch/amd64/compile/GENERIC
 total memory = 12028 MB
-avail memory = 11661 MB
+avail memory = 11657 MB
 kern.module.path=/stand/amd64/7.1/modules
 timecounter: Timecounters tick every 10.000 msec
 timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
@@ -44,7 +44,6 @@
 midi0 at pcppi1: PC speaker
 sysbeep0 at pcppi1
 FDC0 (PNP0700) at acpi0 not configured
-pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
 EXPL (PNP0C02) at acpi0 not configured
 MEM (PNP0C01) at acpi0 not configured
 acpiwmi0 at acpi0 (AOD, PNP0C14-0): ACPI WMI Interface
@@ -52,9 +51,6 @@
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] 
(20131218/hwxface-646)
 ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] 
(20131218/hwxface-646)
 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 0x1022 product 0x9601 (rev. 0x00)
@@ -177,6 +173,10 @@
 amdtemp0 at amdnb_misc0: AMD CPU Temperature Sensors (Family10h)
 pchb4 at pci0 dev 24 function 4: vendor 0x1022 product 0x1204 (rev. 0x00)
 isa0 at pcib0
+pckbc0 at isa0 port 0x60-0x64
+pckbd0 at pckbc0 (kbd slot)
+pckbc0: using irq 1 for kbd slot
+wskbd0 at pckbd0: console keyboard
 fdc0 at isa0 port 0x3f0-0x3f7 irq 6 drq 2
 acpicpu0 at cpu0: ACPI CPU
 acpicpu0: C1: HLT, lat   0 us, pow 0 mW
@@ -200,10 +200,10 @@
 uhub3: 5 ports with 5 removable, self powered
 uhub4 at usb4: vendor 0x1002 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub4: 5 ports with 5 removable, self powered
-uhub5 at usb5: vendor 0x1002 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
-uhub5: 5 ports with 5 removable, self powered
-uhub6 at usb6: vendor 0x1002 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
-uhub6: 2 ports with 2 removable, self powered
+uhub5 at usb6: vendor 0x1002 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
+uhub5: 2 ports with 2 removable, self powered
+uhub6 at usb5: vendor 0x1002 EHCI root hub, class 9/0, rev 2.00/1.00, addr 1
+uhub6: 5 ports with 5 removable, self powered
 uhub7 at usb7: vendor 0x1002 OHCI root hub, class 9/0, rev 1.00/1.00, addr 1
 uhub7: 4 ports with 4 removable, self powered
 ahcisata0 port 0: device present, speed: 6.0Gb/s
@@ -241,7 +241,7 @@
 cd0 at atapibus0 drive 0:  cdrom removable
 cd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100)
 cd0(ahcisata0:4:0): using PIO mode 4, DMA mode 2, Ultra-DMA mode 5 (Ultra/100) 
(using DMA)
-uhub9 at uhub5 port 1:  USB2.0 Hub, class 9/0, rev 2.00/77.63, addr 2
+uhub9 at uhub6 port 1:  USB2.0 Hub, class 9/0, rev 2.00/77.63, addr 2
 uhub9: single transaction translator
 uhub9: 4 ports with 4 removable, self powered
 umass0 at uhub8 port 1 configuration 1 interface 0

=>
=>> xhci0 at pci2 dev 0 function 0: vendor 0x1033 product 0x0194 (rev. 0x03)
=>> xhci0: interrupting at ioapic0 pin 17
=>> xhci0: xHCI version 0.96
=>> usb0 at xhci0: USB revision 3.0
=>> usb1 at xhci0: USB revision 2.0
=>> [boot pauses here]
=>
=>
=>Not sure NEC controllers are working yet, although does HEAD do any better?

   It has been a while since I tried, but the result was similar,
which was why I held off switching to -current. Getting USB3 working
would be awesome, but initially I'd settle for the driver not being
troublesome. Again, if there is anything I can do to help, let me
know.

Gary


=>Thanks,
=>Nick

Re: USB Issues in 7.1_STABLE

2017-04-22 Thread Nick Hudson

On 04/22/17 13:57, Gary Duzan wrote:

Booting from the installer image, I noticed a couple of USB related
issues. First, the boot menu wouldn't recognize my USB keyboard;
I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
Then the boot process stopped after probing usb1 (see dmesg below),
only continuing after I pressed a key on the PS/2 keyboard. It
seemed like my USB devices worked after that, but I didn't do any
additional testing.

Is there anything I can do to help diagnose the problem?


xhci  debug output please

http://www.netbsd.org/docs/kernel/#usb-debugging



xhci0 at pci2 dev 0 function 0: vendor 0x1033 product 0x0194 (rev. 0x03)
xhci0: interrupting at ioapic0 pin 17
xhci0: xHCI version 0.96
usb0 at xhci0: USB revision 3.0
usb1 at xhci0: USB revision 2.0
[boot pauses here]



Not sure NEC controllers are working yet, although does HEAD do any better?

Thanks,
Nick




Re: USB Issues in 7.1_STABLE

2017-04-22 Thread John D. Baker
On Sat, 22 Apr 2017 08:57:03 -0400, "Gary Duzan"  wrote:

> [ USB keyboard problems ]

I am having problems with a USB flash drive after a recent update on
the netbsd-7 branch (7.1_STABLE).  Upon inserting the USB flash drive,
the following appears in "/var/log/messages":

[...]
Apr 22 07:56:07 slate /netbsd: umass0 at uhub1 port 1 configuration 1 interface 0
Apr 22 07:56:07 slate /netbsd: umass0: LEXAR MEDIA JUMPDRIVE, rev 1.10/0.01, 
addr 2
Apr 22 07:56:07 slate /netbsd: umass0: using SCSI over Bulk-Only
Apr 22 07:56:07 slate /netbsd: umass0: failed to create xfers
[...]

It had been working fine.


Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
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 7.1_STABLE (SLATE) #6: Fri Apr 21 10:06:19 CDT 2017

sy...@slate.technoskunk.fur:/d0/build/netbsd-7/obj/i386/sys/arch/i386/compile/SLATE
total memory = 2046 MB
avail memory = 2003 MB
kern.module.path=/stand/i386/7.1/modules
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
IBM 2373KRU (ThinkPad T42)
mainbus0 (root)
ACPI: RSDP 0xf6d70 24 (v02 IBM   )
ACPI: XSDT 0x7ff6a6cd 4C (v01 IBMTP-1R3170  LTP )
ACPI: FACP 0x7ff6a800 F4 (v03 IBMTP-1R3170 IBM  0001)
ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe0Block: 64/32 
(20131218/tbfadt-634)
ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe1Block: 0/32 
(20131218/tbfadt-634)
ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has zero address or 
length: 0x102C/0x0 (20131218/tbfadt-664)
ACPI: DSDT 0x7ff6a9e7 00C4D5 (v01 IBMTP-1R3170 MSFT 010E)
ACPI: FACS 0x7ff78000 40
ACPI: SSDT 0x7ff6a9b4 33 (v01 IBMTP-1R3170 MSFT 010E)
ACPI: ECDT 0x7ff76ebc 52 (v01 IBMTP-1R3170 IBM  0001)
ACPI: TCPA 0x7ff76f0e 32 (v01 IBMTP-1R3170 PTL  0001)
ACPI: BOOT 0x7ff76fd8 28 (v01 IBMTP-1R3170  LTP 0001)
ACPI: All ACPI Tables successfully acquired
cpu0 at mainbus0: Intel(R) Pentium(R) M processor 1.70GHz, id 0x6d6
acpi0 at mainbus0: Intel ACPICA 20131218
acpi0: X/RSDT: OemId , AslId < LTP,>
acpiecdt0 at acpi0: ACPI Embedded Controller via ECDT
LNKA: ACPI: Found matching pin for 0.29.INTA at func 0: 11
LNKD: ACPI: Found matching pin for 0.29.INTB at func 1: 11
LNKC: ACPI: Found matching pin for 0.29.INTC at func 2: 11
LNKH: ACPI: Found matching pin for 0.29.INTD at func 7: 11
LNKC: ACPI: Found matching pin for 0.31.INTA at func 1: 255
LNKB: ACPI: Found matching pin for 0.31.INTB at func 3: 5
LNKA: ACPI: Found matching pin for 1.0.INTA at func 0: 11
LNKA: ACPI: Found matching pin for 2.0.INTA at func 0: 11
LNKB: ACPI: Found matching pin for 2.0.INTB at func 1: 5
LNKA: ACPI: Found matching pin for 2.1.INTA at func 0: 11
LNKC: ACPI: Found matching pin for 2.2.INTA at func 0: 11
acpi0: SCI interrupting at int 9
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
acpiec0 at acpi0 (EC, PNP0C09-0): using acpiecdt0
MEM (PNP0C01) [System Board] at acpi0 not configured
acpilid0 at acpi0 (LID, PNP0C0D): ACPI Lid Switch
acpibut0 at acpi0 (SLPB, PNP0C0E): ACPI Sleep Button
SIO (PNP0C02) [Motherboard Register Resources] at acpi0 not configured
attimer0 at acpi0 (TIMR, PNP0100): io 0x40-0x43 irq 0
pcppi0 at acpi0 (SPKR, PNP0800): io 0x61
midi0 at pcppi0: PC speaker
spkr0 at pcppi0
sysbeep0 at pcppi0
FPU (PNP0C04) [Math Coprocessor] at acpi0 not configured
pckbc0 at acpi0 (KBD, PNP0303) (kbd port): io 0x60,0x64 irq 1
pckbc1 at acpi0 (MOU, IBM0057) (aux port): irq 12
fdc0 at acpi0 (FDC, PNP0700): io 0x3f0-0x3f5,0x3f7 irq 6 drq 2
fdc0: drive 0 not attached
fdc0: drive 1 not attached
fdc0: drive 2 not attached
fdc0: drive 3 not attached
com0 at acpi0 (UART, PNP0501): io 0x3f8-0x3ff irq 4
com0: ns16550a, working fifo
atppc0 at acpi0 (ECP, PNP0401): io 0x378-0x37f,0x778-0x77f irq 7 drq 0
atppc0: FIFO =<16,8,8>
atppc0: capabilities=0x3f
ppbus0 at atppc0
ppbus0: No IEEE1284 device found.
lpt0 at ppbus0: port mode = 0x1
gpio0 at ppbus0: 17 pins
com1 at acpi0 (FIR, IBM0071): io 0x2f8-0x2ff irq 3 drq 3
com1: ns16550a, working fifo
TPM (ATM1100) at acpi0 not configured
acpibat0 at acpi0 (BAT0, PNP0C0A-0): ACPI Battery
acpibat0: SANYO LION rechargeable battery
acpibat0: granularity: low->warn 0.001 Wh, warn->full 0.001 Wh
acpiacad0 at acpi0 (AC, ACPI0003-0): ACPI AC Adapter
thinkpad0 at acpi0 (HKEY, IBM0068)
acpivga0 at acpi0 (VID): ACPI Display Adapter
acpiout0 at acpivga0 (LCD0, 0x0110): ACPI Display Output Device
acpiout1 at acpivga0 (CRT0, 0x0100): ACPI Display Output Device
acpiout2 at acpivga0 (TV0, 0x0200): ACPI Display Output Device
acpiout3 at acpivga0 

USB Issues in 7.1_STABLE

2017-04-22 Thread Gary Duzan
   Booting from the installer image, I noticed a couple of USB related
issues. First, the boot menu wouldn't recognize my USB keyboard;
I had to hit ENTER on my PS/2 keyboard to get the boot to continue.
Then the boot process stopped after probing usb1 (see dmesg below),
only continuing after I pressed a key on the PS/2 keyboard. It
seemed like my USB devices worked after that, but I didn't do any
additional testing.

   Is there anything I can do to help diagnose the problem?

   Thanks.

Gary Duzan



---
Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
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 7.1_STABLE (GENERIC) #40: Fri Apr 21 08:45:52 EDT 2017

r...@bldr.6net.duzan.org:/usr/build/netbsd-7/obj/usr/build/netbsd-7/src/sys/arch/amd64/compile/GENERIC
total memory = 12028 MB
avail memory = 11661 MB
kern.module.path=/stand/amd64/7.1/modules
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "i8254" frequency 1193182 Hz quality 100
Gigabyte Technology Co., Ltd. GA-880GMA-UD2H ( )
mainbus0 (root)
ACPI: RSDP 0xf5df0 14 (v00 GBT   )
ACPI: RSDT 0xcfcf1000 3C (v01 GBTGBTUACPI 42302E31 GBTU 01010101)
ACPI: FACP 0xcfcf1040 74 (v01 GBTGBTUACPI 42302E31 GBTU 01010101)
ACPI: DSDT 0xcfcf10c0 007732 (v01 GBTGBTUACPI 1000 MSFT 0300)
ACPI: FACS 0xcfcf 40
ACPI: SSDT 0xcfcf88c0 00088C (v01 PTLTD  POWERNOW 0001  LTP 0001)
ACPI: HPET 0xcfcf9180 38 (v01 GBTGBTUACPI 42302E31 GBTU 0098)
ACPI: MCFG 0xcfcf91c0 3C (v01 GBTGBTUACPI 42302E31 GBTU 01010101)
ACPI: MATS 0xcfcf9200 34 (v01 GBT   )
ACPI: APIC 0xcfcf8800 BC (v01 GBTGBTUACPI 42302E31 GBTU 01010101)
ACPI: All ACPI Tables successfully acquired
ioapic0 at mainbus0 apid 2: pa 0xfec0, version 0x21, 24 pins
cpu0 at mainbus0 apid 0: AMD Athlon(tm) II X4 640 Processor, id 0x100f53
cpu0: SVM disabled by the BIOS
cpu1 at mainbus0 apid 1: AMD Athlon(tm) II X4 640 Processor, id 0x100f53
cpu2 at mainbus0 apid 2: AMD Athlon(tm) II X4 640 Processor, id 0x100f53
cpu3 at mainbus0 apid 3: AMD Athlon(tm) II X4 640 Processor, id 0x100f53
acpi0 at mainbus0: Intel ACPICA 20131218
acpi0: X/RSDT: OemId , AslId 
acpi0: SCI interrupting at int 9
timecounter: Timecounter "ACPI-Fast" frequency 3579545 Hz quality 1000
hpet0 at acpi0: high precision event timer (mem 0xfed0-0xfed00400)
timecounter: Timecounter "hpet0" frequency 14318180 Hz quality 2000
acpibut0 at acpi0 (PWRB, PNP0C0C): ACPI Power Button
SYSR (PNP0C02) at acpi0 not configured
PMIO (PNP0C02) at acpi0 not configured
attimer1 at acpi0 (TMR, PNP0100): io 0x40-0x43 irq 0
pcppi1 at acpi0 (SPKR, PNP0800): io 0x61
midi0 at pcppi1: PC speaker
sysbeep0 at pcppi1
FDC0 (PNP0700) at acpi0 not configured
pckbc1 at acpi0 (PS2K, PNP0303) (kbd port): io 0x60,0x64 irq 1
EXPL (PNP0C02) at acpi0 not configured
MEM (PNP0C01) at acpi0 not configured
acpiwmi0 at acpi0 (AOD, PNP0C14-0): ACPI WMI Interface
acpiwmibus at acpiwmi0 not configured
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] 
(20131218/hwxface-646)
ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] 
(20131218/hwxface-646)
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 0x1022 product 0x9601 (rev. 0x00)
ppb0 at pci0 dev 1 function 0: vendor 0x1022 product 0x9602 (rev. 0x00)
pci1 at ppb0 bus 1
pci1: i/o space, memory space enabled
radeon0 at pci1 dev 5 function 0: vendor 0x1002 product 0x9715 (rev. 0x00)
hdaudio0 at pci1 dev 5 function 1: HD Audio Controller
hdaudio0: interrupting at ioapic0 pin 19
hdafg0 at hdaudio0: ATI RS690/780 HDMI
hdafg0: HDMI00 2ch: Digital Out [Jack]
hdafg0: 2ch/0ch 44100Hz 48000Hz PCM16 AC3
ppb1 at pci0 dev 9 function 0: vendor 0x1022 product 0x9608 (rev. 0x00)
ppb1: PCI Express capability version 2  x1 @ 
5.0GT/s
pci2 at ppb1 bus 2
pci2: i/o space, memory space enabled, rd/line, wr/inv ok
xhci0 at pci2 dev 0 function 0: vendor 0x1033 product 0x0194 (rev. 0x03)
xhci0: interrupting at ioapic0 pin 17
xhci0: xHCI version 0.96
usb0 at xhci0: USB revision 3.0
usb1 at xhci0: USB revision 2.0
[boot pauses here]
ppb2 at pci0 dev 10 function 0: vendor 0x1022 product 0x9609 (rev. 0x00)
ppb2: PCI Express capability version 2  x1 @ 
5.0GT/s
ppb2: link is x1 @ 2.5GT/s
pci3 at ppb2 bus 3
pci3: i/o space, memory space enabled, rd/line, wr/inv ok
re0 at pci3 dev 0 function 0: RealTek 8168/8111 PCIe Gigabit Ethernet (rev. 
0x06)
re0: interrupting at ioapic0 pin 18
re0: Ethernet address 1c:6f:65:8f:12:54