Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/landisk/conf Add udl(4). Tested on LANTANK and LCD...



details:   https://anonhg.NetBSD.org/src/rev/536f8a8535c4
branches:  trunk
changeset: 750123:536f8a8535c4
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Dec 17 20:07:19 2009 +0000

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

diffstat:

 sys/arch/landisk/conf/GENERIC |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 84b6edc04bed -r 536f8a8535c4 sys/arch/landisk/conf/GENERIC
--- a/sys/arch/landisk/conf/GENERIC     Thu Dec 17 15:55:16 2009 +0000
+++ b/sys/arch/landisk/conf/GENERIC     Thu Dec 17 20:07:19 2009 +0000
@@ -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 ?
 



Home | Main Index | Thread Index | Old Index