Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch add VCONS_DRAW_INTR
details: https://anonhg.NetBSD.org/src/rev/2f45ca33e4ce
branches: trunk
changeset: 762303:2f45ca33e4ce
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Feb 19 00:13:55 2011 +0000
description:
add VCONS_DRAW_INTR
diffstat:
sys/arch/amd64/conf/GENERIC | 5 +++--
sys/arch/i386/conf/GENERIC | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 9769fd5943c0 -r 2f45ca33e4ce sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Feb 18 23:41:57 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC Sat Feb 19 00:13:55 2011 +0000
@@ -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 ?
diff -r 9769fd5943c0 -r 2f45ca33e4ce sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Feb 18 23:41:57 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC Sat Feb 19 00:13:55 2011 +0000
@@ -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 ?
Home |
Main Index |
Thread Index |
Old Index