5.4-stable + usb2 + umass

Miroslav Lachman 000.fbsd at quip.cz
Thu Feb 23 11:55:33 PST 2006


Alfred Perlstein wrote:

> Hi, I'm looking at some external enclosures for SATA drives.
> 
> How is the usb2.0/umass support in 5.4? 6-stable?
> 
> Thank you!

Hi, I have 5.4 with custom kernel:
# USB support
device          uhci    # UHCI PCI->USB interface
device          ohci    # OHCI PCI->USB interface
device          ehci    # EHCI PCI->USB interface (USB 2.0)
device          usb     # USB Bus (required)
device          ugen    # Generic
device          uhid    # "Human Interface Devices"
device          ukbd    # Keyboard
device          umass   # Disks/Mass storage - *Requires scbus and da*
device          ums     # Mouse

and external 120GB ATA drive formated with UFS2 mounted as:
/dev/da0c on /mnt/extbox0 (ufs, local)

Everything works well.


Miroslav Lachman


More information about the freebsd-usb mailing list