diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c index 34db0c609978..5d84f653fdbd 100644 --- a/sys/i386/isa/wd.c +++ b/sys/i386/isa/wd.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)wd.c 7.2 (Berkeley) 5/9/91 - * $Id: wd.c,v 1.99 1995/12/10 15:54:58 bde Exp $ + * $Id: wd.c,v 1.100 1995/12/11 04:55:45 dyson Exp $ */ /* TODO: @@ -1647,11 +1647,11 @@ failed: du->dk_multi = 1; } -/* #ifdef NOTYET */ +#ifdef NOTYET /* set read caching and write caching */ wdcommand(du, 0, 0, 0, WDFEA_RCACHE, WDCC_FEATURES); wdcommand(du, 0, 0, 0, WDFEA_WCACHE, WDCC_FEATURES); -/* #endif */ +#endif return (0); } diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 5bb931d81444..6f329608260c 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.79 1995/12/10 01:47:33 bde Exp $ + * $Id: sd.c,v 1.80 1995/12/11 04:57:07 dyson Exp $ */ #define SPLSD splbio @@ -445,7 +445,6 @@ sd_strategy(struct buf *bp, struct scsi_link *sc_link) /* * Place it in the queue of disk activities for this disk */ -#define SDDISKSORT #ifdef SDDISKSORT tqdisksort(&sd->buf_queue, bp); #else