Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: yamt
Date: Sat Feb 28 06:28:48 UTC 2004
Modified Files:
src/sys/dev/ata: wd.c
src/sys/dev/scsipi: sd.c
src/sys/kern: subr_disk.c
src/sys/sys: buf.h
Log Message:
change the way to handle NEW_BUFQ_STRATEGY option.
instead of putting #ifdefs into each drivers,
use a global variable to indicate default strategy.
XXX should have a way to specify other strategies.
To generate a diff of this commit:
cvs rdiff -r1.273 -r1.274 src/sys/dev/ata/wd.c
cvs rdiff -r1.214 -r1.215 src/sys/dev/scsipi/sd.c
cvs rdiff -r1.58 -r1.59 src/sys/kern/subr_disk.c
cvs rdiff -r1.71 -r1.72 src/sys/sys/buf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index