summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-25 22:25:15 +0000
committerats <ats@FreeBSD.org>1994-11-25 22:25:15 +0000
commitd33db1bec68ac441ff698dde9e963fc088c716b8 (patch)
tree3eac53c3ff3d5300ecca98b2901f8b381759fd0c /sys/i386/eisa
parent46563509deb141d9154f6ba64531e1f641fcf8b3 (diff)
downloadFreeBSD-src-d33db1bec68ac441ff698dde9e963fc088c716b8.zip
FreeBSD-src-d33db1bec68ac441ff698dde9e963fc088c716b8.tar.gz
Changed the MAX_SLOTS constant from 8 to 16. The EISA bus can have up
to 16 slots.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aic7770.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c
index 58e0731..9eb2963 100644
--- a/sys/i386/eisa/aic7770.c
+++ b/sys/i386/eisa/aic7770.c
@@ -18,7 +18,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aic7770.c,v 1.4 1994/11/18 09:14:14 gibbs Exp $
+ * $Id: aic7770.c,v 1.5 1994/11/18 20:34:30 gibbs Exp $
*/
/*
* TODO:
@@ -93,7 +93,7 @@ void ahcminphys();
struct scb *ahc_scb_phys_kv();
u_int32 ahc_adapter_info();
-#define MAX_SLOTS 8 /* XXX should this be 16?? Need EISA spec */
+#define MAX_SLOTS 16 /* max slots on the EISA bus */
static ahc_slot = 0; /* slot last board was found in */
static ahc_unit = 0;
OpenPOWER on IntegriCloud