Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Mark Atkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/04/2010 16:46, Hans Petter Selasky wrote:
 http://svn.freebsd.org/changeset/base/213437
 
 Please test if you have USB 3.0 hardware.
 
 --HPS

I don't have 3.0, but on my amd64 machine I get this.  Not sure if this
is part of the root mount changes, usb, or mixture of both.   Machine is

[...]
usbus0: 12Mbps Full Speed USB v1.0
usbus1: 12Mbps Full Speed USB v1.0
usbus2: 12Mbps Full Speed USB v1.0
usbus3: 480Mbps High Speed USB v2.0
[*** hang, hit enter on serial console bootup continues]
ugen0.1: 0x103c at usbus0
uhub0: 0x103c UHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 on usbus0
ugen1.1: 0x1166 at usbus1
uhub1: 0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 on usbus1
ugen2.1: 0x1166 at usbus2
uhub2: 0x1166 OHCI root HUB, class 9/0, rev 1.00/1.00, addr 1 on usbus2
ugen3.1: 0x1166 at usbus3
uhub3: 0x1166 EHCI root HUB, class 9/0, rev 2.00/1.00, addr 1 on usbus3
[*** hang, hit enter twice on serial console bootup continues]
bce0: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state
= 0x0006)
bce1: bce_pulse(): Warning: bootcode thinks driver is absent! (bc_state
= 0x0006)
uhub1: 2 ports with 2 removable, self powered
uhub2: 2 ports with 2 removable, self powered
uhub0: 2 ports with 2 removable, self powered
[*** hang, hit enter 4x, bootup continues]
uhub3: 4 ports with 4 removable, self powered
[...]
ciss0: command status 0x1 (target status) scsi status 0x2
(probe0:ciss0:0:0:0): SCSI status error
(probe0:ciss0:0:0:0): REPORT LUNS. CDB: a0 0 0 0 0 0 0 0 0 10 0 0
(probe0:ciss0:0:0:0): CAM status: SCSI Status Error
(probe0:ciss0:0:0:0): SCSI status: Check Condition
(probe0:ciss0:0:0:0): SCSI sense: ILLEGAL REQUEST asc:20,0 (Invalid
command operation code)
(probe0:ciss0:0:0:0): Error 22, Unretryable error
da0 at ciss0 bus 0 scbus0 target 0 lun 0
da0: COMPAQ RAID 1(1VOLUME OK Fixed Direct Access SCSI-5 device
da0: Serial Number PAFGK0L9VWF3QU
da0: 135.168MB/s transfers
da0: Command Queueing enabled
da0: 139979MB (286677120 512 byte sectors: 255H 32S/T 35132C)
GEOM: new disk da0
pass0 at ciss0 bus 0 scbus0 target 0 lun 0
pass0: COMPAQ RAID 1(1VOLUME OK Fixed Direct Access SCSI-5 device
pass0: Serial Number PAFGK0L9VWF3QU
pass0: 135.168MB/s transfers
pass0: Command Queueing enabled
ATA PseudoRAID loaded
[...]
GEOM_LABEL[1]: MSDOSFS: da0: FAT32 volume not valid.
GEOM_LABEL[1]: UFS2 file system detected on da0a.
GEOM_LABEL[1]: Label for provider da0a is ufsid/48f52b4e5eb986c7.
GEOM_LABEL[1]: UFS2 file system detected on da0a.
GEOM_LABEL[1]: MSDOSFS: da0a: FAT32 volume not valid.
GEOM_LABEL[1]: Label for provider da0b is label/swap.
GEOM_LABEL[1]: MSDOSFS: da0b: no FAT signature found.
Root mount waiting for: usbus3 usbus0
[hang, waits forever...]

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyrW84ACgkQrDN5kXnx8ybnDACgh61R1y6bAZv45VrNOkdWCueC
kV0AnielYry3V52T/osbHS8Lrf1YpGZH
=60EQ
-END PGP SIGNATURE-

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Mark Atkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1



On 10/05/2010 10:09, Mark Atkinson wrote:
 Root mount waiting for: usbus3 usbus0
 [hang, waits forever...]

Well reverting to r213377 exhibits similar behavior, so I guess this is
not suspect.  I'll keep reverting until I find the breakage.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyrcOUACgkQrDN5kXnx8yZoDwCfROExHfdDnlaKum/NXrt22MZc
MRoAnRGyCDlG0a0gt8Hwf9Etc1Zi+Z67
=4/SF
-END PGP SIGNATURE-

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Pyun YongHyeon
On Tue, Oct 05, 2010 at 11:39:33AM -0700, Mark Atkinson wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 
 
 On 10/05/2010 10:09, Mark Atkinson wrote:
  Root mount waiting for: usbus3 usbus0
  [hang, waits forever...]
 
 Well reverting to r213377 exhibits similar behavior, so I guess this is
 not suspect.  I'll keep reverting until I find the breakage.

It seems I also see the similar behavior. Booting to single user
and going back to single user does not work. But USB keyboard still
seems to work.
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Mark Atkinson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/05/2010 11:39, Mark Atkinson wrote:
 
 
 On 10/05/2010 10:09, Mark Atkinson wrote:
 Root mount waiting for: usbus3 usbus0
 [hang, waits forever...]
 
 Well reverting to r213377 exhibits similar behavior, so I guess this is
 not suspect.  I'll keep reverting until I find the breakage.

Wish I had kept his machine on a closer track with current:

r212532: working
r212553: fail

I'm currently suspecting the one-shot timers are causing this box to hang.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyrn3cACgkQrDN5kXnx8yba5wCdGOkoUzm7nnJQQfj2Tc3v5Ptg
+xYAnRgcOL3HqjGbm9hAVrpotjg0lLOa
=PA/u
-END PGP SIGNATURE-

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Andrew Thompson
On 6 October 2010 10:58, Mark Atkinson atkin...@gmail.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On 10/05/2010 11:39, Mark Atkinson wrote:


 On 10/05/2010 10:09, Mark Atkinson wrote:
 Root mount waiting for: usbus3 usbus0
 [hang, waits forever...]

 Well reverting to r213377 exhibits similar behavior, so I guess this is
 not suspect.  I'll keep reverting until I find the breakage.

 Wish I had kept his machine on a closer track with current:

 r212532: working
 r212553: fail


r212541 seems to be the only likely candidate between these ranges.
Maybe you could try before and after.

Andrew
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Julian Elischer

 On 10/5/10 2:58 PM, Mark Atkinson wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/05/2010 11:39, Mark Atkinson wrote:


On 10/05/2010 10:09, Mark Atkinson wrote:

Root mount waiting for: usbus3 usbus0
[hang, waits forever...]

Well reverting to r213377 exhibits similar behavior, so I guess this is
not suspect.  I'll keep reverting until I find the breakage.

Wish I had kept his machine on a closer track with current:

r212532: working
r212553: fail

I'm currently suspecting the one-shot timers are causing this box to hang.



-current hangs around there on boot under Xen.
setting kern.eventtimers.periodic=1  from the boot prompt allows it to 
continue.




-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.16 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkyrn3cACgkQrDN5kXnx8yba5wCdGOkoUzm7nnJQQfj2Tc3v5Ptg
+xYAnRgcOL3HqjGbm9hAVrpotjg0lLOa
=PA/u
-END PGP SIGNATURE-

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org



___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org


Re: FYI: USB 3.0 support and the XHCI driver is now fully committed to FreeBSD-current

2010-10-05 Thread Mark Atkinson
On 10/5/2010 3:38 PM, Julian Elischer wrote:
  On 10/5/10 2:58 PM, Mark Atkinson wrote:
 On 10/05/2010 11:39, Mark Atkinson wrote:

 On 10/05/2010 10:09, Mark Atkinson wrote:
 Root mount waiting for: usbus3 usbus0
 [hang, waits forever...]
 Well reverting to r213377 exhibits similar behavior, so I guess this is
 not suspect.  I'll keep reverting until I find the breakage.
 Wish I had kept his machine on a closer track with current:
 
 r212532: working
 r212553: fail
 
 I'm currently suspecting the one-shot timers are causing this box to
 hang.
 
 
 -current hangs around there on boot under Xen.
 setting kern.eventtimers.periodic=1  from the boot prompt allows it to
 continue.

That was next on my list to research that thread, and indeed that works!
Thanks!


___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to freebsd-usb-unsubscr...@freebsd.org