summaryrefslogtreecommitdiffstats
path: root/sys/scsi
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/scsi
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/scsi')
-rw-r--r--sys/scsi/sd.c3
1 files changed, 1 insertions, 2 deletions
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