Re: USB 3.0 with FreeBSD 8.1

2012-01-28 Thread Matthias Fechner
Am 28.01.2012 05:28, schrieb Henry Olyer:
 b)  Does 9.0 have USB 3.0 support.

my system says:
Jan 27 22:16:51 server kernel: xhci0: XHCI (generic) USB 3.0
controller mem 0xf9cfe000-0xf9cf irq 19 at device 0.0 on pci5
Jan 27 22:16:51 server kernel: xhci0: 64 byte context size.
Jan 27 22:16:51 server kernel: usbus3 on xhci0

So it detects at least my usb3 controller.

Bye
Matthias

-- 

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the universe trying to
produce bigger and better idiots. So far, the universe is winning. --
Rich Cook
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USB 3.0 with FreeBSD 8.1

2012-01-28 Thread Thomas Mueller
from: Matthias Fechner ide...@fechner.net:

  b)  Does 9.0 have USB 3.0 support.

 my system says:
 Jan 27 22:16:51 server kernel: xhci0: XHCI (generic) USB 3.0
 controller mem 0xf9cfe000-0xf9cf irq 19 at device 0.0 on pci5
 Jan 27 22:16:51 server kernel: xhci0: 64 byte context size.
 Jan 27 22:16:51 server kernel: usbus3 on xhci0

 So it detects at least my usb3 controller.

 Bye
 Matthias

I have USB 3.0 on my new computer, and a Western Digital My Book Essential USB 
3.0 3 TB hard drive:

Good read/write with FreeBSD 9.0, and Linux on the System Rescue CD 
(http://sysresccd.org/).

I can't access this hard drive from NetBSD either from USB 3.0 port or USB 2.0 
port.

I think FreeBSD 8.1 is in any case superseded by 8.2, hence no motivation to 
improve hardware support in 8.1.

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


USB 3.0 with FreeBSD 8.1

2012-01-27 Thread Henry Olyer
What's the plan?  Anything I can do?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: USB 3.0 with FreeBSD 8.1

2012-01-27 Thread Da Rock

On 01/28/12 11:22, Henry Olyer wrote:

What's the plan?  Anything I can do?

I'm not 100% sure, but I believe I heard whispers of support in 9.x...

I think you won't get much for 8.1 specifically, as 8.2 was the latest 
8.x; that said you could try compiling it for your own purposes (if 
there is any support), or helping backport to 8-STABLE and go from there.

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


Re: USB 3.0 with FreeBSD 8.1

2012-01-27 Thread ill...@gmail.com
On 27 January 2012 22:55, ill...@gmail.com ill...@gmail.com wrote:
 On 27 January 2012 20:22, Henry Olyer henry.ol...@gmail.com wrote:
 What's the plan?  Anything I can do?

 I don't see any xhci(4) support in 8-STABLE,
 but then there's this:
 http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/231976.html

Here's me correcting myself:
 ls /8-STABLE/src/sys/dev/usb/controller/ | grep xhci
xhci.c
xhci.h
xhci_pci.c
xhcireg.h

Looks like it is also present in 8.2.
Doesn't look like it's in 8.1, though.
If upgrading to 8.2 isn't a possibility, the module probably
isn't impossible to backport.

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


Re: USB 3.0 with FreeBSD 8.1

2012-01-27 Thread ill...@gmail.com
On 27 January 2012 20:22, Henry Olyer henry.ol...@gmail.com wrote:
 What's the plan?  Anything I can do?

I don't see any xhci(4) support in 8-STABLE,
but then there's this:
http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/231976.html

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


Re: USB 3.0 with FreeBSD 8.1

2012-01-27 Thread Henry Olyer
When I look, I see a file /dev/da0,

but I can't do anything with it.  I've tried mount's and newfs and Fdisk,
nothing works.  Yes, their is an entry in the /dev directory, but no it
doesn't do me a lot of good.

Now, I am willing to do USB 2.0 transfers.  I'm willing to lose the 3.0
support.  I got this drive so I could back my machine up, but so far it's
doing a perfectly fine imitation of a boat anchor.

If I have to, I'll put up 9.x on another machine and simply do the
transfers across a TCP/IP wire.  A little slower but a day or so isn't
critical.

Now my questions:

a)  Am I supposed to be able to get USB 2.0 support by simply using a
conventional cable?  Because so far I'm getting nothing.

b)  Does 9.0 have USB 3.0 support.

The device I am trying to use is a WD My Essential Drive.




On Fri, Jan 27, 2012 at 11:02 PM, ill...@gmail.com ill...@gmail.com wrote:

 On 27 January 2012 22:55, ill...@gmail.com ill...@gmail.com wrote:
  On 27 January 2012 20:22, Henry Olyer henry.ol...@gmail.com wrote:
  What's the plan?  Anything I can do?
 
  I don't see any xhci(4) support in 8-STABLE,
  but then there's this:
 
 http://lists.freebsd.org/pipermail/freebsd-questions/2011-July/231976.html

 Here's me correcting myself:
  ls /8-STABLE/src/sys/dev/usb/controller/ | grep xhci
 xhci.c
 xhci.h
 xhci_pci.c
 xhcireg.h

 Looks like it is also present in 8.2.
 Doesn't look like it's in 8.1, though.
 If upgrading to 8.2 isn't a possibility, the module probably
 isn't impossible to backport.

 --
 --

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