diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
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? |