xref: /dragonfly/nrelease/root/README.USB (revision 956939d5)
1
2			DRAGONFLY CDROM README.USB
3
4    When booting from CDRom, the USB subsystem is not entirely activated
5    by the default boot, and while the primary USB and OHCI drivers are
6    loaded, the EHCI driver is not loaded and usbd is not started.  This
7    is because USB is always a moving target and we want to ensure that
8    the CD actually boots.
9
10    To finish activating USB do the following at the root prompt:
11
12	kldload ehci.ko
13	rcforce usbd
14
15    To enable USBD after installing on a hard disk, simply set
16    usbd_enable="YES" in /etc/rc.conf.
17
18$DragonFly: src/nrelease/root/README.USB,v 1.1 2004/03/17 19:19:17 dillon Exp $
19
20