diff options
| author | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-12 17:41:35 +0000 |
|---|---|---|
| committer | Joerg Wunsch <joerg@FreeBSD.org> | 1997-03-12 17:41:35 +0000 |
| commit | 1b0d314332f9dade6e41665da4b1d0ddc1ad5af3 (patch) | |
| tree | 5fbad79faaf549f0b64efa9bc6d82ec35cac7d9e /sys/dev/eisa | |
| parent | 9786bca9332b0cf2a1db2dbd6d2ed789703a51b6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/eisa')
| -rw-r--r-- | sys/dev/eisa/eisaconf.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h index 1f2cca38a2ac..a9921136a58a 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 */ |
