Module Name:    src
Committed By:   jruoho
Date:           Sun Oct 24 09:27:46 UTC 2010

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

Log Message:
Add wmimsi(4).


To generate a diff of this commit:
cvs rdiff -u -r1.269 -r1.270 src/sys/arch/i386/conf/ALL

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.269 src/sys/arch/i386/conf/ALL:1.270
--- src/sys/arch/i386/conf/ALL:1.269	Tue Oct 19 11:58:42 2010
+++ src/sys/arch/i386/conf/ALL	Sun Oct 24 09:27:45 2010
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.269 2010/10/19 11:58:42 pgoyette Exp $
+# $NetBSD: ALL,v 1.270 2010/10/24 09:27:45 jruoho 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.269 $"
+#ident 		"ALL-$Revision: 1.270 $"
 
 maxusers	64		# estimated number of users
 
@@ -399,6 +399,7 @@
 sdmmc*		at wb?			# SD/MMC bus
 wmidell*	at acpiwmibus?		# Dell WMI mappings
 wmihp*		at acpiwmibus?		# HP WMI mappings
+wmimsi*		at acpiwmibus?		# MSI WMI mappings
 wss* 		at acpi?		# NeoMagic 256AV in wss mode
 ym* 		at acpi?		# Yamaha OPL3-SA[23] audio
 

Reply via email to