aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin T. Gibbs <gibbs@FreeBSD.org>1996-04-20 21:22:32 +0000
committerJustin T. Gibbs <gibbs@FreeBSD.org>1996-04-20 21:22:32 +0000
commit1d7ded8adfdb663572552bd75c30204a32ef5176 (patch)
treee6c3aaf847603dde985215aaf399124aba9999bc
parent035de5ccf1900b765896518af3f12213423752f2 (diff)
Notes
-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 5be579cb99f7..5b8f37aeea89 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 5be579cb99f7..5b8f37aeea89 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 */
};