Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/conf Add some missing usb glue.



details:   https://anonhg.NetBSD.org/src/rev/8037d581f893
branches:  trunk
changeset: 475966:8037d581f893
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Sep 01 00:05:01 1999 +0000

description:
Add some missing usb glue.

diffstat:

 sys/arch/alpha/conf/ALPHA |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r fcc1eba7c8bc -r 8037d581f893 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Tue Aug 31 23:28:34 1999 +0000
+++ b/sys/arch/alpha/conf/ALPHA Wed Sep 01 00:05:01 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.101 1999/08/29 16:55:48 thorpej Exp $
+# $NetBSD: ALPHA,v 1.102 1999/09/01 00:05:01 thorpej Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -306,6 +306,10 @@
 # Floppy drives
 fd*    at      fdc? drive ?
 
+# USB bus support
+usb*   at uhci?
+usb*   at ohci?
+
 # USB Hubs
 uhub*  at usb?
 uhub*  at uhub? port ? configuration ? interface ?



Home | Main Index | Thread Index | Old Index