Module Name:    src
Committed By:   jmcneill
Date:           Sat Aug 21 11:55:22 UTC 2010

Modified Files:
        src/sys/arch/i386/conf: GENERIC

Log Message:
enable viadrm


To generate a diff of this commit:
cvs rdiff -u -r1.991 -r1.992 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/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.991 src/sys/arch/i386/conf/GENERIC:1.992
--- src/sys/arch/i386/conf/GENERIC:1.991	Sat Aug 21 03:06:37 2010
+++ src/sys/arch/i386/conf/GENERIC	Sat Aug 21 11:55:21 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.991 2010/08/21 03:06:37 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.992 2010/08/21 11:55:21 jmcneill Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.991 $"
+#ident 		"GENERIC-$Revision: 1.992 $"
 
 maxusers	64		# estimated number of users
 
@@ -568,6 +568,7 @@
 savagedrm*	at vga?		# S3 Savage DRM driver
 sisdrm*		at vga?		# SiS DRM driver
 tdfxdrm*	at vga?		# 3dfx (voodoo) DRM driver
+viadrm*		at vga?		# VIA DRM driver
 
 # Serial Devices
 

Reply via email to