svn commit: r219435 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf sun4v/conf

Julian Elischer julian at FreeBSD.org
Wed Mar 9 17:15:12 UTC 2011


Author: julian
Date: Wed Mar  9 17:15:11 2011
New Revision: 219435
URL: http://svn.freebsd.org/changeset/base/219435

Log:
  Add a small change to the comment in the GENRIC config files that include udbp
  
  Submitted by:	Chris Forgron, cforgeron at acsi dot ca
  MFC after:	1 week

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC
  head/sys/pc98/conf/GENERIC
  head/sys/sparc64/conf/GENERIC
  head/sys/sun4v/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Wed Mar  9 17:07:36 2011	(r219434)
+++ head/sys/amd64/conf/GENERIC	Wed Mar  9 17:15:11 2011	(r219435)
@@ -287,7 +287,7 @@ device		uhci		# UHCI PCI->USB interface
 device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface (USB 2.0)
 device		usb		# USB Bus (required)
-#device		udbp		# USB Double Bulk Pipe devices
+#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard
 device		ulpt		# Printer

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Wed Mar  9 17:07:36 2011	(r219434)
+++ head/sys/i386/conf/GENERIC	Wed Mar  9 17:15:11 2011	(r219435)
@@ -300,7 +300,7 @@ device		uhci		# UHCI PCI->USB interface
 device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface (USB 2.0)
 device		usb		# USB Bus (required)
-#device		udbp		# USB Double Bulk Pipe devices
+#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard
 device		ulpt		# Printer

Modified: head/sys/pc98/conf/GENERIC
==============================================================================
--- head/sys/pc98/conf/GENERIC	Wed Mar  9 17:07:36 2011	(r219434)
+++ head/sys/pc98/conf/GENERIC	Wed Mar  9 17:15:11 2011	(r219435)
@@ -252,7 +252,7 @@ device		bpf		# Berkeley packet filter
 #device		ohci		# OHCI PCI->USB interface
 #device		ehci		# EHCI PCI->USB interface (USB 2.0)
 #device		usb		# USB Bus (required)
-#device		udbp		# USB Double Bulk Pipe devices
+#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
 #device		uhid		# "Human Interface Devices"
 #device		ukbd		# Keyboard
 #device		ulpt		# Printer

Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC	Wed Mar  9 17:07:36 2011	(r219434)
+++ head/sys/sparc64/conf/GENERIC	Wed Mar  9 17:15:11 2011	(r219435)
@@ -231,7 +231,7 @@ device		uhci		# UHCI PCI->USB interface
 device		ohci		# OHCI PCI->USB interface
 device		ehci		# EHCI PCI->USB interface (USB 2.0)
 device		usb		# USB Bus (required)
-#device		udbp		# USB Double Bulk Pipe devices
+#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
 device		uhid		# "Human Interface Devices"
 device		ukbd		# Keyboard
 device		ulpt		# Printer

Modified: head/sys/sun4v/conf/GENERIC
==============================================================================
--- head/sys/sun4v/conf/GENERIC	Wed Mar  9 17:07:36 2011	(r219434)
+++ head/sys/sun4v/conf/GENERIC	Wed Mar  9 17:15:11 2011	(r219435)
@@ -187,7 +187,7 @@ options 	USB_DEBUG	# enable debug msgs
 #device		uhci		# UHCI PCI->USB interface
 #device		ohci		# OHCI PCI->USB interface
 device		usb		# USB Bus (required)
-#device		udbp		# USB Double Bulk Pipe devices
+#device		udbp		# USB Double Bulk Pipe devices (needs netgraph)
 device		uhid		# "Human Interface Devices"
 #device		ukbd		# Keyboard
 device		ulpt		# Printer


More information about the svn-src-all mailing list