summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-03-31 03:04:38 +0000
committergibbs <gibbs@FreeBSD.org>1996-03-31 03:04:38 +0000
commit4aa004468ac81d89447ab498bb8e0c2c6b54f4c4 (patch)
treef4bff32211d71657132667bbd2e52152af920f39 /sys
parent52d94c6588bb94b0c11097db21dda65c23b06d1b (diff)
downloadFreeBSD-src-4aa004468ac81d89447ab498bb8e0c2c6b54f4c4.zip
FreeBSD-src-4aa004468ac81d89447ab498bb8e0c2c6b54f4c4.tar.gz
Don't set the number of SCBs here. aic7xxx.c determines the number of
SCBs by walking them.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/eisa/aic7770.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c
index d7b67e8..7b389e7 100644
--- a/sys/i386/eisa/aic7770.c
+++ b/sys/i386/eisa/aic7770.c
@@ -19,7 +19,7 @@
* 4. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id: aic7770.c,v 1.24 1996/01/31 18:02:17 gibbs Exp $
+ * $Id: aic7770.c,v 1.25 1996/02/26 01:01:40 gibbs Exp $
*/
#include "eisa.h"
@@ -288,12 +288,6 @@ aic7770_attach(e_dev)
printf("ahc%d: %s", unit, id_string);
}
- /*
- * Only four SCBs on these cards. If we ever do SCB paging,
- * we could support 255 on the Rev E cards.
- */
- ahc->maxscbs = 0x4;
-
/* Setup the FIFO threshold and the bus off time */
if(ahc->flags & AHC_USEDEFAULTS) {
outb(BUSSPD + iobase, DFTHRSH_100);
OpenPOWER on IntegriCloud