summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/pdq/if_fea.c5
-rw-r--r--sys/dev/si/si.c7
-rw-r--r--sys/i386/eisa/if_fea.c5
-rw-r--r--sys/i386/isa/si.c7
4 files changed, 20 insertions, 4 deletions
diff --git a/sys/dev/pdq/if_fea.c b/sys/dev/pdq/if_fea.c
index fd9447e..e7072a1 100644
--- a/sys/dev/pdq/if_fea.c
+++ b/sys/dev/pdq/if_fea.c
@@ -1,3 +1,5 @@
+#warning "fix if_fea.c! - newbus casualty"
+#if 0
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
* All rights reserved.
@@ -21,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_fea.c,v 1.12 1999/01/01 12:35:47 bde Exp $
+ * $Id: if_fea.c,v 1.13 1999/01/12 00:36:27 eivind Exp $
*/
/*
@@ -492,3 +494,4 @@ struct cfdriver fea_cd = {
0, "fea", DV_IFNET
};
#endif
+#endif
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c
index add5a0b..52f672b 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
diff --git a/sys/i386/eisa/if_fea.c b/sys/i386/eisa/if_fea.c
index fd9447e..e7072a1 100644
--- a/sys/i386/eisa/if_fea.c
+++ b/sys/i386/eisa/if_fea.c
@@ -1,3 +1,5 @@
+#warning "fix if_fea.c! - newbus casualty"
+#if 0
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
* All rights reserved.
@@ -21,7 +23,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_fea.c,v 1.12 1999/01/01 12:35:47 bde Exp $
+ * $Id: if_fea.c,v 1.13 1999/01/12 00:36:27 eivind Exp $
*/
/*
@@ -492,3 +494,4 @@ struct cfdriver fea_cd = {
0, "fea", DV_IFNET
};
#endif
+#endif
diff --git a/sys/i386/isa/si.c b/sys/i386/isa/si.c
index add5a0b..52f672b 100644
--- a/sys/i386/isa/si.c
+++ b/sys/i386/isa/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
OpenPOWER on IntegriCloud