diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:03:12 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:03:12 +0000 |
| commit | c1263076e31485de8416524b1bda0bc6790ef41c (patch) | |
| tree | c99ce803d305d9d8d4cdb90ed884d2689ee05ef2 | |
| parent | ae58fb1c43f22e5d546a64e48e5b953a81c4db80 (diff) | |
Notes
| -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 fa7f9eb39cde..8463ba41c78a 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 fa7f9eb39cde..8463ba41c78a 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 */ |
