Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add udl(4)



details:   https://anonhg.NetBSD.org/src/rev/af0e375b63f0
branches:  trunk
changeset: 749578:af0e375b63f0
user:      sborrill <sborrill%NetBSD.org@localhost>
date:      Thu Dec 03 11:37:55 2009 +0000

description:
Add udl(4)

diffstat:

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

diffs (29 lines):

diff -r 537e8a32827b -r af0e375b63f0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Dec 03 10:28:37 2009 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Dec 03 11:37:55 2009 +0000
@@ -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 ?
 



Home | Main Index | Thread Index | Old Index