Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 12/05/2007 16:02:26
Module Name:	src
Committed By:	xtraeme
Date:		Wed Dec  5 16:02:26 UTC 2007

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

Log Message:
- arc_msgbuf: free wbuf and rbuf with the correct type (M_TEMP vs M_DEVBUF)
  this fixes a panic with debugging options.
- Do not use a callout to refresh sensor data, and make it available
  every time someone requests it.
- Enable ENVSYS_FMONSTCHANGED for notifications in the volumes.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/pci/arcmsr.c src/sys/dev/pci/arcmsrvar.h

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