Module Name:    src
Committed By:   tsutsui
Date:           Thu Dec 17 20:07:19 UTC 2009

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

Log Message:
Add udl(4).  Tested on LANTANK and LCD-8000U.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/landisk/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/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.21 src/sys/arch/landisk/conf/GENERIC:1.22
--- src/sys/arch/landisk/conf/GENERIC:1.21	Sat Dec  5 20:11:15 2009
+++ src/sys/arch/landisk/conf/GENERIC	Thu Dec 17 20:07:19 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.21 2009/12/05 20:11:15 pooka Exp $
+# $NetBSD: GENERIC,v 1.22 2009/12/17 20:07:19 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.21 $"
+#ident          "GENERIC-$Revision: 1.22 $"
 
 maxusers	16		# estimated number of users
 
@@ -290,6 +290,10 @@
 ukbd*	at uhidev? reportid ?
 wskbd*	at ukbd? console ? mux 1
 
+# USB LCDs and USB-VGA adaptors
+udl*	at uhub? port ?		# DisplayLink DL-1x0/1x5
+wsdisplay* at udl?
+
 # USB serial adpater
 ucycom* at uhidev? reportid ?
 

Reply via email to