Module Name:    src
Committed By:   pgoyette
Date:           Sun Mar 14 18:07:02 UTC 2010

Modified Files:
        src/sys/dev/pci: arcmsr.c

Log Message:
Remove setting of edata->monitor since that member no longer exists.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/pci/arcmsr.c

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/arcmsr.c
diff -u src/sys/dev/pci/arcmsr.c:1.22 src/sys/dev/pci/arcmsr.c:1.23
--- src/sys/dev/pci/arcmsr.c:1.22	Tue Sep 23 22:22:41 2008
+++ src/sys/dev/pci/arcmsr.c	Sun Mar 14 18:07:01 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: arcmsr.c,v 1.22 2008/09/23 22:22:41 christos Exp $ */
+/*	$NetBSD: arcmsr.c,v 1.23 2010/03/14 18:07:01 pgoyette Exp $ */
 /*	$OpenBSD: arc.c,v 1.68 2007/10/27 03:28:27 dlg Exp $ */
 
 /*
@@ -21,7 +21,7 @@
 #include "bio.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.22 2008/09/23 22:22:41 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: arcmsr.c,v 1.23 2010/03/14 18:07:01 pgoyette Exp $");
 
 #include <sys/param.h>
 #include <sys/buf.h>
@@ -1745,7 +1745,6 @@
 			goto bad;
 
 		sc->sc_sensors[count].units = ENVSYS_DRIVE;
-		sc->sc_sensors[count].monitor = true;
 		sc->sc_sensors[count].flags = ENVSYS_FMONSTCHANGED;
 
 		/* Skip passthrough volumes */		
@@ -1773,7 +1772,6 @@
 		/* Attach disk sensors for this volume */
 		for (j = 0; j < bv.bv_nodisk; j++) {
 			sc->sc_sensors[count].units = ENVSYS_DRIVE;
-			sc->sc_sensors[count].monitor = true;
 			sc->sc_sensors[count].flags = ENVSYS_FMONSTCHANGED;
 
 			snprintf(sc->sc_sensors[count].desc,

Reply via email to