Module Name: src
Committed By: jmcneill
Date: Sat Feb 19 00:13:56 UTC 2011
Modified Files:
src/sys/arch/amd64/conf: GENERIC
src/sys/arch/i386/conf: GENERIC
Log Message:
add VCONS_DRAW_INTR
To generate a diff of this commit:
cvs rdiff -u -r1.308 -r1.309 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1016 -r1.1017 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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.308 src/sys/arch/amd64/conf/GENERIC:1.309
--- src/sys/arch/amd64/conf/GENERIC:1.308 Fri Feb 18 23:38:58 2011
+++ src/sys/arch/amd64/conf/GENERIC Sat Feb 19 00:13:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.308 2011/02/18 23:38:58 christos Exp $
+# $NetBSD: GENERIC,v 1.309 2011/02/19 00:13:55 jmcneill Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.308 $"
+#ident "GENERIC-$Revision: 1.309 $"
maxusers 64 # estimated number of users
@@ -373,6 +373,7 @@
options PMS_ELANTECH_TOUCHPAD # Enable support for Elantech Touchpads
vga* at pci? dev ? function ?
genfb* at pci? dev ? function ?
+options VCONS_DRAW_INTR
wsdisplay* at vga? console ?
wsdisplay* at wsemuldisplaydev?
wskbd* at pckbd? console ?
Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1016 src/sys/arch/i386/conf/GENERIC:1.1017
--- src/sys/arch/i386/conf/GENERIC:1.1016 Wed Feb 16 07:30:27 2011
+++ src/sys/arch/i386/conf/GENERIC Sat Feb 19 00:13:55 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1016 2011/02/16 07:30:27 jruoho Exp $
+# $NetBSD: GENERIC,v 1.1017 2011/02/19 00:13:55 jmcneill Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1016 $"
+#ident "GENERIC-$Revision: 1.1017 $"
maxusers 64 # estimated number of users
@@ -549,6 +549,7 @@
vga* at pci? dev ? function ?
pcdisplay0 at isa? # CGA, MDA, EGA, HGA
genfb* at pci? dev ? function ?
+options VCONS_DRAW_INTR
#machfb* at pci? dev ? function ? # ATI Mach64 framebuffer driver
wsdisplay* at vga? console ?
wsdisplay* at pcdisplay? console ?