summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-04-26 22:10:36 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-04-26 22:10:36 +0000
commit08870a4434c2b2b05456e8a119f0b910f564a47f (patch)
tree9a11ca57112f444b0fc97888681bd02854e0a1d3 /sys
parentc40e5bdfab333ec6f64316df068238476f64635e (diff)
enable uhci
ok drahn@ deraadt@ compilation tested by phessler
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/conf/GENERIC4
-rw-r--r--sys/arch/macppc/conf/RAMDISK4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 9537777fce9..f4a494e0b05 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.78 2005/04/14 19:59:49 brad Exp $g
+# $OpenBSD: GENERIC,v 1.79 2005/04/26 22:10:35 dlg Exp $g
#
# PPC GENERIC config file
#
@@ -168,11 +168,13 @@ scsibus* at atapiscsi?
# USB Controllers
ohci* at pci? # Open Host Controller
ohci* at cardbus? # Open Host Controller
+uhci* at pci? # Universal Host Controller
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus? # Enhanced Host Controller
# USB bus support
usb* at ohci?
+usb* at uhci?
usb* at ehci?
# USB devices
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK
index ab42f3651b3..131f4103b9b 100644
--- a/sys/arch/macppc/conf/RAMDISK
+++ b/sys/arch/macppc/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.45 2005/04/14 19:59:49 brad Exp $
+# $OpenBSD: RAMDISK,v 1.46 2005/04/26 22:10:35 dlg Exp $
#
# PPC GENERIC config file
#
@@ -143,11 +143,13 @@ scsibus* at atapiscsi?
# USB Controllers
ohci* at pci? # Open Host Controller
ohci* at cardbus? # Open Host Controller
+uhci* at pci? # Universal Host Controller
ehci* at pci? # Enhanced Host Controller
ehci* at cardbus? # Enhanced Host Controller
# USB bus support
usb* at ohci?
+usb* at uhci?
usb* at ehci?
uhub* at usb?
uhub* at uhub?