Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add udl(4) and wsdisplay(4) as its child.



details:   https://anonhg.NetBSD.org/src/rev/0e44b821ea6d
branches:  trunk
changeset: 749479:0e44b821ea6d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Mon Nov 30 16:19:55 2009 +0000

description:
Add udl(4) and wsdisplay(4) as its child.

diffstat:

 sys/arch/i386/conf/ALL     |  8 ++++++--
 sys/arch/i386/conf/GENERIC |  8 ++++++--
 2 files changed, 12 insertions(+), 4 deletions(-)

diffs (58 lines):

diff -r 09f978c6ee54 -r 0e44b821ea6d sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Mon Nov 30 16:18:34 2009 +0000
+++ b/sys/arch/i386/conf/ALL    Mon Nov 30 16:19:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.220 2009/11/21 13:19:04 tsutsui Exp $
+# $NetBSD: ALL,v 1.221 2009/11/30 16:19:55 tsutsui Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "ALL-$Revision: 1.220 $"
+#ident                 "ALL-$Revision: 1.221 $"
 
 maxusers       64              # estimated number of users
 
@@ -1173,6 +1173,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 ?
 
diff -r 09f978c6ee54 -r 0e44b821ea6d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Mon Nov 30 16:18:34 2009 +0000
+++ b/sys/arch/i386/conf/GENERIC        Mon Nov 30 16:19:55 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.952 2009/11/21 12:15:55 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.953 2009/11/30 16:19:55 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.952 $"
+#ident                 "GENERIC-$Revision: 1.953 $"
 
 maxusers       64              # estimated number of users
 
@@ -1123,6 +1123,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