Subject: CVS commit: src/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/25/2003 23:25:41
Module Name:	src
Committed By:	thorpej
Date:		Tue Feb 25 21:25:41 UTC 2003

Modified Files:
	src/sys/arch/sparc/dev: fd.c
	src/sys/dev/ata: ata_raid.c
	src/sys/dev/isa: fd.c
	src/sys/sys: buf.h

Log Message:
Add missing splbio() protecting of bufpool access.  Add a clarifying
comment to <sys/buf.h> reminding everyone of the need for splbio().


To generate a diff of this commit:
cvs rdiff -r1.104 -r1.105 src/sys/arch/sparc/dev/fd.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/ata/ata_raid.c
cvs rdiff -r1.39 -r1.40 src/sys/dev/isa/fd.c
cvs rdiff -r1.58 -r1.59 src/sys/sys/buf.h

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