Module Name:    src
Committed By:   matt
Date:           Sat Dec 11 18:18:09 UTC 2010

Modified Files:
        src/sys/dev/pci: files.pci

Log Message:
arcmsr needs sysmon_envsys


To generate a diff of this commit:
cvs rdiff -u -r1.334 -r1.335 src/sys/dev/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/files.pci
diff -u src/sys/dev/pci/files.pci:1.334 src/sys/dev/pci/files.pci:1.335
--- src/sys/dev/pci/files.pci:1.334	Sat Nov 13 00:47:24 2010
+++ src/sys/dev/pci/files.pci	Sat Dec 11 18:18:09 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: files.pci,v 1.334 2010/11/13 00:47:24 jnemeth Exp $
+#	$NetBSD: files.pci,v 1.335 2010/12/11 18:18:09 matt Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -75,7 +75,7 @@
 file	dev/pci/ld_amr.c		ld_amr
 
 # Areca SATA RAID Controllers
-device	arcmsr: scsi
+device	arcmsr: scsi, sysmon_envsys
 attach	arcmsr at pci
 file	dev/pci/arcmsr.c		arcmsr
 

Reply via email to