diff options
Diffstat (limited to 'sys/dev')
| -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 */ |
