Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/conf Fix some comment formatting nits in the USB region.
details: https://anonhg.NetBSD.org/src/rev/5260872aa7d1
branches: trunk
changeset: 787572:5260872aa7d1
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Mon Jun 24 16:19:02 2013 +0000
description:
Fix some comment formatting nits in the USB region.
diffstat:
sys/conf/files | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (35 lines):
diff -r 559769d2531f -r 5260872aa7d1 sys/conf/files
--- a/sys/conf/files Mon Jun 24 14:53:42 2013 +0000
+++ b/sys/conf/files Mon Jun 24 16:19:02 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: files,v 1.1074 2013/06/23 02:35:24 riastradh Exp $
+# $NetBSD: files,v 1.1075 2013/06/24 16:19:02 jakllsch Exp $
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
version 20100430
@@ -1173,7 +1173,6 @@
# We need the USB bus controllers here so different busses can
# use them in an 'attach-with'.
-# UHCI USB controller
#
defparam USB_MEM_RESERVE
@@ -1183,6 +1182,8 @@
define usb_dma
+# UHCI USB controller
+#
device uhci: usbus, usbroothub, usb_dma
file dev/usb/uhci.c uhci needs-flag
@@ -1196,7 +1197,7 @@
device ehci: usbus, usbroothub, usb_dma
file dev/usb/ehci.c ehci needs-flag
-# XHCI USB3 controller
+# xHCI USB3 controller
#
device xhci: usbus, usbroothub, usb_dma
file dev/usb/xhci.c xhci needs-flag
Home |
Main Index |
Thread Index |
Old Index