Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/conf Add xhci(4). Just working for me.
details: https://anonhg.NetBSD.org/src/rev/706801e6a37d
branches: trunk
changeset: 453376:706801e6a37d
user: rin <rin%NetBSD.org@localhost>
date: Fri Aug 09 08:02:23 2019 +0000
description:
Add xhci(4). Just working for me.
diffstat:
sys/arch/alpha/conf/GENERIC | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r e28f8d11a0ad -r 706801e6a37d sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Fri Aug 09 08:01:06 2019 +0000
+++ b/sys/arch/alpha/conf/GENERIC Fri Aug 09 08:02:23 2019 +0000
@@ -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 @@
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 @@
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 @@
slhci* at pcmcia? function ? # ScanLogic SL811HS
# USB bus support
+usb* at xhci?
usb* at ehci?
usb* at ohci?
usb* at slhci?
Home |
Main Index |
Thread Index |
Old Index