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 USB-2 support to Alpha



details:   https://anonhg.NetBSD.org/src/rev/f59186dd2497
branches:  trunk
changeset: 569873:f59186dd2497
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Fri Sep 10 21:09:06 2004 +0000

description:
Add USB-2 support to Alpha

diffstat:

 sys/arch/alpha/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 7f47c0b5d500 -r f59186dd2497 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Fri Sep 10 18:30:20 2004 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Fri Sep 10 21:09:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.251 2004/09/04 23:29:44 manu Exp $
+# $NetBSD: GENERIC,v 1.252 2004/09/10 21:09:06 reinoud Exp $
 #
 # GENERIC machine description file
 #
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.251 $"
+#ident                 "GENERIC-$Revision: 1.252 $"
 
 maxusers 32
 
@@ -323,6 +323,7 @@
 mpt*   at      pci? dev ? function ?           # LSI Fusion SCSI/FC
 ne*    at      pci? dev ? function ?           # NE2000-compatible Ethernet
 ohci*  at      pci? dev ? function ?           # USB Open Host Controller
+ehci*  at      pci? dev ? function ?           # USB-2 Host controller
 pceb*  at      pci? dev ? function ?           # Intel PCI-EISA Bridges
 pciide* at pci? dev ? function ? flags 0x0000  # GENERIC pciide driver
 acardide* at pci? dev ? function ?             # Acard IDE controllers
@@ -509,6 +510,7 @@
 # USB bus support
 usb*   at uhci?
 usb*   at ohci?
+usb*   at ehci?
 
 # USB Hubs
 uhub*  at usb?



Home | Main Index | Thread Index | Old Index