1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

Change the devconf description from "ISA or EISA bus" to "ISA bus" now

that we have eisaconf.
This commit is contained in:
Justin T. Gibbs 1996-04-20 21:22:32 +00:00
parent 035de5ccf1
commit 1d7ded8adf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15330
2 changed files with 4 additions and 4 deletions

View File

@ -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 */
};

View File

@ -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 */
};