Module Name:    src
Committed By:   sborrill
Date:           Thu Dec  3 11:37:55 UTC 2009

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

Log Message:
Add udl(4)


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.257 src/sys/arch/amd64/conf/GENERIC:1.258
--- src/sys/arch/amd64/conf/GENERIC:1.257	Fri Oct  2 16:47:52 2009
+++ src/sys/arch/amd64/conf/GENERIC	Thu Dec  3 11:37:55 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.257 2009/10/02 16:47:52 jmcneill Exp $
+# $NetBSD: GENERIC,v 1.258 2009/12/03 11:37:55 sborrill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.257 $"
+#ident 		"GENERIC-$Revision: 1.258 $"
 
 maxusers	64		# estimated number of users
 
@@ -793,6 +793,10 @@
 # USB Generic HID devices
 uhid*	at uhidev? reportid ?
 
+# USB LCDs and USB-VGA adaptors
+udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
+wsdisplay* at udl?
+
 # USB Printer
 ulpt*	at uhub? port ? configuration ? interface ?
 

Reply via email to