Module Name: src
Committed By: pgoyette
Date: Sun Mar 14 18:06:28 UTC 2010
Modified Files:
src/sys/dev/ic: cac.c ciss.c mfi.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.49 -r1.50 src/sys/dev/ic/cac.c
cvs rdiff -u -r1.19 -r1.20 src/sys/dev/ic/ciss.c
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ic/mfi.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/ic/cac.c
diff -u src/sys/dev/ic/cac.c:1.49 src/sys/dev/ic/cac.c:1.50
--- src/sys/dev/ic/cac.c:1.49 Tue May 12 14:25:17 2009
+++ src/sys/dev/ic/cac.c Sun Mar 14 18:06:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: cac.c,v 1.49 2009/05/12 14:25:17 cegger Exp $ */
+/* $NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $ */
/*-
* Copyright (c) 2000, 2006, 2007 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.49 2009/05/12 14:25:17 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cac.c,v 1.50 2010/03/14 18:06:28 pgoyette Exp $");
#include "bio.h"
@@ -685,7 +685,6 @@
for (i = 0; i < nsensors; i++) {
sc->sc_sensor[i].units = ENVSYS_DRIVE;
- sc->sc_sensor[i].monitor = true;
/* Enable monitoring for drive state changes */
sc->sc_sensor[i].flags |= ENVSYS_FMONSTCHANGED;
/* logical drives */
Index: src/sys/dev/ic/ciss.c
diff -u src/sys/dev/ic/ciss.c:1.19 src/sys/dev/ic/ciss.c:1.20
--- src/sys/dev/ic/ciss.c:1.19 Tue May 12 14:25:17 2009
+++ src/sys/dev/ic/ciss.c Sun Mar 14 18:06:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: ciss.c,v 1.19 2009/05/12 14:25:17 cegger Exp $ */
+/* $NetBSD: ciss.c,v 1.20 2010/03/14 18:06:28 pgoyette Exp $ */
/* $OpenBSD: ciss.c,v 1.14 2006/03/13 16:02:23 mickey Exp $ */
/*
@@ -19,7 +19,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.19 2009/05/12 14:25:17 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ciss.c,v 1.20 2010/03/14 18:06:28 pgoyette Exp $");
#include "bio.h"
@@ -1409,7 +1409,6 @@
for (i = 0; i < nsensors; i++) {
sc->sc_sensor[i].units = ENVSYS_DRIVE;
- sc->sc_sensor[i].monitor = true;
/* Enable monitoring for drive state changes */
sc->sc_sensor[i].flags |= ENVSYS_FMONSTCHANGED;
/* logical drives */
Index: src/sys/dev/ic/mfi.c
diff -u src/sys/dev/ic/mfi.c:1.33 src/sys/dev/ic/mfi.c:1.34
--- src/sys/dev/ic/mfi.c:1.33 Tue Feb 9 00:05:18 2010
+++ src/sys/dev/ic/mfi.c Sun Mar 14 18:06:28 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: mfi.c,v 1.33 2010/02/09 00:05:18 msaitoh Exp $ */
+/* $NetBSD: mfi.c,v 1.34 2010/03/14 18:06:28 pgoyette Exp $ */
/* $OpenBSD: mfi.c,v 1.66 2006/11/28 23:59:45 dlg Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <[email protected]>
@@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.33 2010/02/09 00:05:18 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mfi.c,v 1.34 2010/03/14 18:06:28 pgoyette Exp $");
#include "bio.h"
@@ -2021,7 +2021,6 @@
for (i = 0; i < nsensors; i++) {
sc->sc_sensor[i].units = ENVSYS_DRIVE;
- sc->sc_sensor[i].monitor = true;
/* Enable monitoring for drive state changes */
sc->sc_sensor[i].flags |= ENVSYS_FMONSTCHANGED;
/* logical drives */