summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/isa_device.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/i386/isa/isa_device.h
parent40374960778da90588cc1074d25a89683cf25b5f (diff)
downloadFreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.zip
FreeBSD-src-367da4b2c88a84a2fbed33b09494398382512e00.tar.gz
Various cleanups for remanents of devconf.
Diffstat (limited to 'sys/i386/isa/isa_device.h')
-rw-r--r--sys/i386/isa/isa_device.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/isa/isa_device.h b/sys/i386/isa/isa_device.h
index 3612bb4..81e8565 100644
--- a/sys/i386/isa/isa_device.h
+++ b/sys/i386/isa/isa_device.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)isa_device.h 7.1 (Berkeley) 5/9/91
- * $Id: isa_device.h,v 1.30 1996/06/14 11:01:19 asami Exp $
+ * $Id: isa_device.h,v 1.31 1996/09/04 09:49:35 asami Exp $
*/
#ifndef _I386_ISA_ISA_DEVICE_H_
@@ -127,7 +127,6 @@ extern struct isa_device isa_devtab_bio[];
extern struct isa_device isa_devtab_net[];
extern struct isa_device isa_devtab_null[];
extern struct isa_device isa_devtab_tty[];
-extern struct kern_devconf kdc_isa0;
struct kern_devconf;
struct sysctl_req;
@@ -160,10 +159,6 @@ void isa_dmainit __P((int chan, u_int bouncebufsize));
void isa_dmastart __P((int flags, caddr_t addr, u_int nbytes, int chan));
int isa_dma_acquire __P((int chan));
void isa_dma_release __P((int chan));
-int isa_externalize __P((struct isa_device *id, struct sysctl_req *req));
-int isa_generic_externalize __P((struct kern_devconf *kdc,
- struct sysctl_req *req));
-int isa_internalize __P((struct isa_device *id, struct sysctl_req *req));
int isa_irq_pending __P((struct isa_device *dvp));
int isa_nmi __P((int cd));
void reconfig_isadev __P((struct isa_device *isdp, u_int *mp));
OpenPOWER on IntegriCloud