diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-12-05 16:48:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2014-12-05 16:48:10 +0000 |
commit | d39915bdfaee16db20b9ee79c11a3293877f4a6c (patch) | |
tree | 2b6bb1ce5b89670a0cc68e8a1be0fb7634874e88 | |
parent | 3c08cdde05ce41af7e7b718ce5e08c18ddefa4e9 (diff) |
Enable xhci(4).
-rw-r--r-- | sys/arch/sparc64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC b/sys/arch/sparc64/conf/GENERIC index ce19db93f33..52179b0e21f 100644 --- a/sys/arch/sparc64/conf/GENERIC +++ b/sys/arch/sparc64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.292 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: GENERIC,v 1.293 2014/12/05 16:48:09 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -161,13 +161,13 @@ ohci* at cardbus? uhci* at pci? # Universal Host Controller (Intel) ehci* at pci? # Enhanced Host Controller ehci* at cardbus? -#xhci* at pci? # eXtensible Host Controller +xhci* at pci? # eXtensible Host Controller # USB bus support usb* at ohci? usb* at uhci? usb* at ehci? -#usb* at xhci? +usb* at xhci? # USB devices uhub* at usb? # USB Hubs diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 399e248ca21..e3eab070d59 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.115 2014/11/24 02:03:37 brad Exp $ +# $OpenBSD: RAMDISK,v 1.116 2014/12/05 16:48:09 kettenis Exp $ machine sparc64 maxusers 4 @@ -204,11 +204,11 @@ ohci* at cardbus? uhci* at pci? ehci* at pci? ehci* at cardbus? -#xhci* at pci? +xhci* at pci? usb* at ohci? usb* at uhci? usb* at ehci? -#usb* at xhci? +usb* at xhci? uhub* at usb? uhub* at uhub? |