diff options
-rw-r--r-- | sys/dev/eisa/eisaconf.c | 3 | ||||
-rw-r--r-- | sys/i386/eisa/eisaconf.c | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c index fa7f9eb..8463ba4 100644 --- a/sys/dev/eisa/eisaconf.c +++ b/sys/dev/eisa/eisaconf.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: eisaconf.c,v 1.16 1996/02/26 01:01:41 gibbs Exp $ + * $Id: eisaconf.c,v 1.17 1996/03/10 07:04:27 gibbs Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -38,7 +38,6 @@ struct eisa_device_node{ }; extern struct kern_devconf kdc_cpu0; -extern int bootverbose; struct kern_devconf kdc_eisa0 = { 0, 0, 0, /* filled in by dev_attach */ diff --git a/sys/i386/eisa/eisaconf.c b/sys/i386/eisa/eisaconf.c index fa7f9eb..8463ba4 100644 --- a/sys/i386/eisa/eisaconf.c +++ b/sys/i386/eisa/eisaconf.c @@ -18,7 +18,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: eisaconf.c,v 1.16 1996/02/26 01:01:41 gibbs Exp $ + * $Id: eisaconf.c,v 1.17 1996/03/10 07:04:27 gibbs Exp $ */ #include <sys/param.h> #include <sys/systm.h> @@ -38,7 +38,6 @@ struct eisa_device_node{ }; extern struct kern_devconf kdc_cpu0; -extern int bootverbose; struct kern_devconf kdc_eisa0 = { 0, 0, 0, /* filled in by dev_attach */ |