summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1995-12-11 05:02:52 +0000
committerdyson <dyson@FreeBSD.org>1995-12-11 05:02:52 +0000
commitc9fc5826da67c9d1d16cde24c7ce8398b1e701f3 (patch)
tree8daa08394d333ce3fc0e223a74e54b3f65b71dbf /sys
parent601ed1a4c089930a40f8f1dedb927f3b5b9f2d90 (diff)
downloadFreeBSD-src-c9fc5826da67c9d1d16cde24c7ce8398b1e701f3.zip
FreeBSD-src-c9fc5826da67c9d1d16cde24c7ce8398b1e701f3.tar.gz
Undo a change that should not have been committed with the 1Tb enhancements.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/isa/wd.c6
-rw-r--r--sys/scsi/sd.c3
2 files changed, 4 insertions, 5 deletions
diff --git a/sys/i386/isa/wd.c b/sys/i386/isa/wd.c
index 34db0c6..5d84f65 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 5bb931d..6f32960 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
OpenPOWER on IntegriCloud