summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisaconf.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
committerphk <phk@FreeBSD.org>1996-09-08 10:44:18 +0000
commit367da4b2c88a84a2fbed33b09494398382512e00 (patch)
tree5e9b397e570a9f0a4bea047f5c1002a376f639f6 /sys/dev/eisa/eisaconf.h
parent40374960778da90588cc1074d25a89683cf25b5f (diff)
downloadFreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.zip
FreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.tar.gz
Various cleanups for remanents of devconf.
Diffstat (limited to 'sys/dev/eisa/eisaconf.h')
-rw-r--r--sys/dev/eisa/eisaconf.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
index 5bceffb..985a3ad 100644
--- a/sys/dev/eisa/eisaconf.h
+++ b/sys/dev/eisa/eisaconf.h
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: eisaconf.h,v 1.9 1996/04/20 21:21:50 gibbs Exp $
+ * $Id: eisaconf.h,v 1.10 1996/09/06 23:06:59 phk Exp $
*/
#ifndef _I386_EISA_EISACONF_H_
@@ -71,7 +71,6 @@ struct eisa_ioconf {
u_short irq; /* bitmask of interrupt */
};
-struct kern_devconf;
struct eisa_device;
struct eisa_driver {
@@ -94,7 +93,6 @@ struct eisa_device {
char* full_name; /* for use in the probe message */
struct eisa_ioconf ioconf;
struct eisa_driver* driver;
- struct kern_devconf* kdc;
};
void eisa_configure __P((void));
@@ -112,10 +110,4 @@ int eisa_add_mspace __P((struct eisa_device *, u_long, u_long, int));
int eisa_reg_mspace __P((struct eisa_device *, resvaddr_t *));
int eisa_registerdev __P((struct eisa_device *, struct eisa_driver *));
-
-struct sysctl_req;
-int eisa_externalize (struct eisa_device *, struct sysctl_req*);
-
-#define EISA_EXTERNALLEN (sizeof(struct eisa_device))
-
#endif /* _I386_EISA_EISACONF_H_ */
OpenPOWER on IntegriCloud