diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-05-02 20:35:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-05-02 20:35:44 +0000 |
| commit | 741640aac699ff6130b2676636cfa51131d08b82 (patch) | |
| tree | 500736e208327c37490bc23719b33346a6fdf875 /sys/dev/si | |
| parent | db7cb131d0b40e9d3747184a31ec2b17e7a84b85 (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index add5a0bfa557..52f672b2d20d 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.81 1999/04/27 11:15:14 phk Exp $ + * $Id: si.c,v 1.82 1999/04/28 10:52:52 dt Exp $ */ #ifndef lint @@ -80,6 +80,11 @@ static const char si_copyright1[] = "@(#) Copyright (C) Specialix International #include "eisa.h" #if NEISA > 0 +#warning "Fix si eisa code! - newbus casualty" +#undef NEISA +#define NEISA 0 +#endif +#if NEISA > 0 #include <i386/eisa/eisaconf.h> #include <i386/isa/icu.h> #endif |
