summaryrefslogtreecommitdiffstats
path: root/sys/i386/eisa
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1994-11-26 23:10:03 +0000
committerats <ats@FreeBSD.org>1994-11-26 23:10:03 +0000
commitf41c120b7e8746eb5ef3440813e22bc2f303690f (patch)
tree2eadc592709cd1e79dc9ba8b3cf884cf98cf7651 /sys/i386/eisa
parentb4ceae7bef5616ca5cff4a41d5cefbedf5e7c015 (diff)
downloadFreeBSD-src-f41c120b7e8746eb5ef3440813e22bc2f303690f.zip
FreeBSD-src-f41c120b7e8746eb5ef3440813e22bc2f303690f.tar.gz
Expand the EISA MAX_SLOTS from 8 to 16.
Diffstat (limited to 'sys/i386/eisa')
-rw-r--r--sys/i386/eisa/aha1742.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aha1742.c b/sys/i386/eisa/aha1742.c
index aaf11c7..21bb1a2 100644
--- a/sys/i386/eisa/aha1742.c
+++ b/sys/i386/eisa/aha1742.c
@@ -14,7 +14,7 @@
*
* commenced: Sun Sep 27 18:14:01 PDT 1992
*
- * $Id: aha1742.c,v 1.25 1994/11/15 14:53:09 bde Exp $
+ * $Id: aha1742.c,v 1.26 1994/11/16 02:45:35 bde Exp $
*/
#include <sys/types.h>
@@ -274,7 +274,7 @@ void ahbminphys();
struct ecb *ahb_ecb_phys_kv();
u_int32 ahb_adapter_info();
-#define MAX_SLOTS 8 /* XXX should this be 16?? Need EISA spec */
+#define MAX_SLOTS 16 /* XXX should this be 16?? Need EISA spec */
static ahb_slot = 0; /* slot last board was found in */
static ahb_unit = 0;
int ahb_debug = 0;
OpenPOWER on IntegriCloud