Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add ehci



details:   https://anonhg.NetBSD.org/src/rev/208000a4f23c
branches:  trunk
changeset: 573145:208000a4f23c
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Jan 20 19:14:08 2005 +0000

description:
Add ehci

diffstat:

 sys/arch/macppc/conf/GENERIC |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (31 lines):

diff -r a180781a4494 -r 208000a4f23c sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Thu Jan 20 16:39:22 2005 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Thu Jan 20 19:14:08 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.188 2005/01/17 16:42:55 briggs Exp $
+# $NetBSD: GENERIC,v 1.189 2005/01/20 19:14:08 matt Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.188 $"
+#ident                 "GENERIC-$Revision: 1.189 $"
 
 maxusers       32
 
@@ -387,9 +387,11 @@
 uk*    at atapibus? drive ? flags 0x0000       # ATAPI unknown
 
 # PCI USB controllers
-ohci*  at pci? dev ? function ?                        # Open Host Controller
+ohci*  at pci? dev ? function ?                # Open Host Controller
+ehci*  at pci? dev ? function ?                # Enhanced Host Controller
 
 usb*   at ohci?                                        # USB bus support
+usb*   at ehci?                                        # USB bus support
 uhub*  at usb?                                         # USB Hubs
 uhub*  at uhub? port ? configuration ? interface ?
 



Home | Main Index | Thread Index | Old Index