summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1996-04-20 21:22:32 +0000
committergibbs <gibbs@FreeBSD.org>1996-04-20 21:22:32 +0000
commit02afa38b7bc1bab7ebb708ff57cbbc396cb4823c (patch)
treee6c3aaf847603dde985215aaf399124aba9999bc
parent640203940676c39c730b3bc0c8069da75ae69bd2 (diff)
downloadFreeBSD-src-02afa38b7bc1bab7ebb708ff57cbbc396cb4823c.zip
FreeBSD-src-02afa38b7bc1bab7ebb708ff57cbbc396cb4823c.tar.gz
Change the devconf description from "ISA or EISA bus" to "ISA bus" now
that we have eisaconf.
-rw-r--r--sys/amd64/isa/isa.c4
-rw-r--r--sys/i386/isa/isa.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/isa.c b/sys/amd64/isa/isa.c
index 5be579c..5b8f37a 100644
--- a/sys/amd64/isa/isa.c
+++ b/sys/amd64/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.67 1996/04/08 19:38:55 smpatel Exp $
+ * $Id: isa.c,v 1.68 1996/04/11 21:18:43 bde Exp $
*/
/*
@@ -97,7 +97,7 @@ struct kern_devconf kdc_isa0 = {
&kdc_cpu0, /* parent is the CPU */
0, /* no parentdata */
DC_BUSY, /* busses are always busy */
- "ISA or EISA bus",
+ "ISA bus",
DC_CLS_BUS /* class */
};
diff --git a/sys/i386/isa/isa.c b/sys/i386/isa/isa.c
index 5be579c..5b8f37a 100644
--- a/sys/i386/isa/isa.c
+++ b/sys/i386/isa/isa.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa.c 7.2 (Berkeley) 5/13/91
- * $Id: isa.c,v 1.67 1996/04/08 19:38:55 smpatel Exp $
+ * $Id: isa.c,v 1.68 1996/04/11 21:18:43 bde Exp $
*/
/*
@@ -97,7 +97,7 @@ struct kern_devconf kdc_isa0 = {
&kdc_cpu0, /* parent is the CPU */
0, /* no parentdata */
DC_BUSY, /* busses are always busy */
- "ISA or EISA bus",
+ "ISA bus",
DC_CLS_BUS /* class */
};
OpenPOWER on IntegriCloud