Module Name:    src
Committed By:   rin
Date:           Fri Aug  9 08:02:23 UTC 2019

Modified Files:
        src/sys/arch/alpha/conf: GENERIC

Log Message:
Add xhci(4). Just working for me.


To generate a diff of this commit:
cvs rdiff -u -r1.394 -r1.395 src/sys/arch/alpha/conf/GENERIC

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/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.394 src/sys/arch/alpha/conf/GENERIC:1.395
--- src/sys/arch/alpha/conf/GENERIC:1.394	Fri Apr 26 21:40:28 2019
+++ src/sys/arch/alpha/conf/GENERIC	Fri Aug  9 08:02:23 2019
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.394 2019/04/26 21:40:28 sevan Exp $
+# $NetBSD: GENERIC,v 1.395 2019/08/09 08:02:23 rin Exp $
 #
 # This machine description file is used to generate the default NetBSD
 # kernel.
@@ -19,7 +19,7 @@ include 	"arch/alpha/conf/std.alpha"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-ident		"GENERIC-$Revision: 1.394 $"
+ident		"GENERIC-$Revision: 1.395 $"
 
 maxusers 32
 
@@ -323,6 +323,7 @@ mpt*	at	pci? dev ? function ?		# LSI Fus
 ne*	at	pci? dev ? function ?		# NE2000-compatible Ethernet
 ohci*	at	pci? dev ? function ?		# USB Open Host Controller
 ehci*	at	pci? dev ? function ?		# USB-2 Host controller
+xhci*	at	pci? dev ? function ?		# eXtensible Host Controller
 pceb*	at	pci? dev ? function ?		# Intel PCI-EISA Bridges
 pciide* at	pci? dev ? function ? flags 0x0000	# GENERIC pciide driver
 acardide* at	pci? dev ? function ?		# Acard IDE controllers
@@ -551,6 +552,7 @@ iic* 	at alipm?
 slhci*	at pcmcia? function ?			# ScanLogic SL811HS
 
 # USB bus support
+usb*	at xhci?
 usb*	at ehci?
 usb*	at ohci?
 usb*	at slhci?

Reply via email to