Undo a change that should not have been committed with the 1Tb enhancements.

This commit is contained in:
John Dyson 1995-12-11 05:02:52 +00:00
parent a316d390bd
commit 983d613468
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12768
2 changed files with 4 additions and 5 deletions

View File

@ -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);
}

View File

@ -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