Module Name: src Committed By: tsutsui Date: Mon Nov 30 16:19:56 UTC 2009
Modified Files: src/sys/arch/i386/conf: ALL GENERIC Log Message: Add udl(4) and wsdisplay(4) as its child. To generate a diff of this commit: cvs rdiff -u -r1.220 -r1.221 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.952 -r1.953 src/sys/arch/i386/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/i386/conf/ALL diff -u src/sys/arch/i386/conf/ALL:1.220 src/sys/arch/i386/conf/ALL:1.221 --- src/sys/arch/i386/conf/ALL:1.220 Sat Nov 21 13:19:04 2009 +++ src/sys/arch/i386/conf/ALL Mon Nov 30 16:19:55 2009 @@ -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 ? Index: src/sys/arch/i386/conf/GENERIC diff -u src/sys/arch/i386/conf/GENERIC:1.952 src/sys/arch/i386/conf/GENERIC:1.953 --- src/sys/arch/i386/conf/GENERIC:1.952 Sat Nov 21 12:15:55 2009 +++ src/sys/arch/i386/conf/GENERIC Mon Nov 30 16:19:55 2009 @@ -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 ?