Module Name: src Committed By: matt Date: Wed Oct 23 17:22:49 UTC 2013
Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 Log Message: Add xhci device To generate a diff of this commit: cvs rdiff -u -r1.379 -r1.380 src/sys/arch/amd64/conf/GENERIC cvs rdiff -u -r1.98 -r1.99 src/sys/arch/amd64/conf/XEN3_DOM0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/amd64/conf/GENERIC diff -u src/sys/arch/amd64/conf/GENERIC:1.379 src/sys/arch/amd64/conf/GENERIC:1.380 --- src/sys/arch/amd64/conf/GENERIC:1.379 Sun Jun 30 21:38:55 2013 +++ src/sys/arch/amd64/conf/GENERIC Wed Oct 23 17:22:49 2013 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.379 2013/06/30 21:38:55 rmind Exp $ +# $NetBSD: GENERIC,v 1.380 2013/10/23 17:22:49 matt Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.379 $" +#ident "GENERIC-$Revision: 1.380 $" maxusers 64 # estimated number of users @@ -815,6 +815,7 @@ urlphy* at mii? phy ? # Realtek RTL815 # USB Controller and Devices # PCI USB controllers +xhci* at pci? dev ? function ? # eXtensible Host Controller ehci* at pci? dev ? function ? # Enhanced Host Controller ohci* at pci? dev ? function ? # Open Host Controller uhci* at pci? dev ? function ? # Universal Host Controller (Intel) @@ -831,6 +832,7 @@ uhci* at cardbus? function ? # Universa slhci* at pcmcia? function ? # ScanLogic SL811HS # USB bus support +usb* at xhci? usb* at ehci? usb* at ohci? usb* at uhci? Index: src/sys/arch/amd64/conf/XEN3_DOM0 diff -u src/sys/arch/amd64/conf/XEN3_DOM0:1.98 src/sys/arch/amd64/conf/XEN3_DOM0:1.99 --- src/sys/arch/amd64/conf/XEN3_DOM0:1.98 Sun Jun 30 21:38:55 2013 +++ src/sys/arch/amd64/conf/XEN3_DOM0 Wed Oct 23 17:22:49 2013 @@ -1,4 +1,4 @@ -# $NetBSD: XEN3_DOM0,v 1.98 2013/06/30 21:38:55 rmind Exp $ +# $NetBSD: XEN3_DOM0,v 1.99 2013/10/23 17:22:49 matt Exp $ include "arch/amd64/conf/std.xen" @@ -544,11 +544,13 @@ wsmouse* at pms? mux 0 # USB Controller and Devices # PCI USB controllers +xhci* at pci? dev ? function ? # eXtensible Host Controller ehci* at pci? dev ? function ? # Enhanced Host Controller ohci* at pci? dev ? function ? # Open Host Controller uhci* at pci? dev ? function ? # Universal Host Controller (Intel) # USB bus support +usb* at xhci? usb* at ehci? usb* at ohci? usb* at uhci?