Displaying 1 result from an estimated 1 matches for "adstrategy".
Did you mean:
sdstrategy
2003 Apr 11
14
PATCH: Forcible delaying of UFS (soft)updates
...nabled, while happily achieving 5-10% longer
battery operated periods, depending on disk utilization patterns.
Cheers,
Marko
-------------- next part --------------
--- /usr/src/sys.org/dev/ata/ata-disk.c Thu Jan 30 08:19:59 2003
+++ dev/ata/ata-disk.c Sat Apr 12 00:31:26 2003
@@ -294,6 +294,7 @@ adstrategy(struct buf *bp)
struct ad_softc *adp = bp->b_dev->si_drv1;
int s;
+ stratcalls++;
if (adp->device->flags & ATA_D_DETACHING) {
bp->b_error = ENXIO;
bp->b_flags |= B_ERROR;
--- /usr/src/sys.org/kern/vfs_subr.c Sun Oct 13 18:19:12 2002
+++ kern/vfs_subr.c...