diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-08 14:59:43 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-12-08 14:59:43 +0000 |
commit | b9a45785edbc35c2097a46327ef66c750240b2df (patch) | |
tree | c41e71622aa062faae21145fe6072d009cbc31b4 /sys/arch/hppa/conf | |
parent | c965ec6c44a6f307ce1183c8ff5f1947d7b50a2c (diff) |
commented out {e,o}hci@cardbus
Diffstat (limited to 'sys/arch/hppa/conf')
-rw-r--r-- | sys/arch/hppa/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys/arch/hppa/conf/GENERIC b/sys/arch/hppa/conf/GENERIC index 4a0b87bec6e..4abe7f80e14 100644 --- a/sys/arch/hppa/conf/GENERIC +++ b/sys/arch/hppa/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.64 2004/11/12 18:40:29 mickey Exp $ +# $OpenBSD: GENERIC,v 1.65 2004/12/08 14:59:42 mickey Exp $ # Machine architecture; required by config(8) machine hppa @@ -72,8 +72,10 @@ pcmcia* at cardslot? # PCI USB Controllers #ehci* at pci? # Enhanced Host Controller -#uhci* at pci? # Universal Host Controller (Intel) +#ehci* at cardbus? #ohci* at pci? # Open Host Controller +#ohci* at cardbus? +#uhci* at pci? # Universal Host Controller (Intel) # USB bus support #usb* at ehci? diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index a65ac771d1b..0ac014de011 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.43 2004/11/12 18:40:29 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.44 2004/12/08 14:59:42 mickey Exp $ # # Diskless kernel config # @@ -86,8 +86,10 @@ pcmcia* at cardslot? # PCI USB Controllers #ehci* at pci? # Enhanced Host Controller -#uhci* at pci? # Universal Host Controller (Intel) +#ehci* at cardbus? #ohci* at pci? # Open Host Controller +#ohci* at cardbus? +#uhci* at pci? # Universal Host Controller (Intel) # USB bus support #usb* at ehci? |