summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisaconf.h
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-03-12 17:41:35 +0000
committerjoerg <joerg@FreeBSD.org>1997-03-12 17:41:35 +0000
commit5872572fcc4ed1c35f3c815e586676f9fc7a59bb (patch)
treed950bdd76471a17d478c70dabf381b637de3741e /sys/dev/eisa/eisaconf.h
parent2e22fb97fda9ac6fd5ce428b831e61ef36e9be5f (diff)
downloadFreeBSD-src-5872572fcc4ed1c35f3c815e586676f9fc7a59bb.zip
FreeBSD-src-5872572fcc4ed1c35f3c815e586676f9fc7a59bb.tar.gz
Since i don't see that anybody is implementing a more correct EISA
probing anytime soon, make EISA_SLOTS a fully supported option. It's required for the HP NetServer LC series machines. Next stop: make dset(8) aware of it as well.
Diffstat (limited to 'sys/dev/eisa/eisaconf.h')
-rw-r--r--sys/dev/eisa/eisaconf.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
index 1f2cca3..a992113 100644
--- a/sys/dev/eisa/eisaconf.h
+++ b/sys/dev/eisa/eisaconf.h
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id$
+ * $Id: eisaconf.h,v 1.14 1997/02/22 09:32:03 peter Exp $
*/
#ifndef _I386_EISA_EISACONF_H_
@@ -36,7 +36,11 @@
#include <sys/queue.h>
+#include "opt_eisa.h"
+
+#ifndef EISA_SLOTS
#define EISA_SLOTS 10 /* PCI clashes with higher ones.. fix later */
+#endif
#define EISA_SLOT_SIZE 0x1000
#define EISA_MFCTR_CHAR0(ID) (char)(((ID>>26) & 0x1F) | '@') /* Bits 26-30 */
OpenPOWER on IntegriCloud