summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1996-09-06 23:09:20 +0000
committerphk <phk@FreeBSD.org>1996-09-06 23:09:20 +0000
commitbca885205da7f15208946f0896edc2eda3caff01 (patch)
tree35dad08bf59366e84921fd4aad9718c2f9426a1b /sys/pc98
parent9640e2d9e8f825813ec445d294de60884ad82bc8 (diff)
downloadFreeBSD-src-bca885205da7f15208946f0896edc2eda3caff01.zip
FreeBSD-src-bca885205da7f15208946f0896edc2eda3caff01.tar.gz
Remove devconf, it never grew up to be of any use.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/atapi.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/pc98/pc98/atapi.h b/sys/pc98/pc98/atapi.h
index 6f3f142..d43241b 100644
--- a/sys/pc98/pc98/atapi.h
+++ b/sys/pc98/pc98/atapi.h
@@ -195,7 +195,6 @@ struct atapidrv { /* delayed attach info */
int unit; /* drive unit, 0/1 */
int port; /* controller base port */
int attached; /* the drive is attached */
- struct kern_devconf *parent; /* the devconf info pattern */
};
struct wcd;
@@ -223,7 +222,6 @@ struct atapi { /* ATAPI controller data */
u_char slow : 1; /* slow reaction device */
u_char attached[2]; /* units are attached to subdrivers */
struct atapi_params *params[2]; /* params for units 0,1 */
- struct kern_devconf *parent; /* parent configuration pattern */
struct atapicmd *queue; /* queue of commands to perform */
struct atapicmd *tail; /* tail of queue */
struct atapicmd *free; /* queue of free command blocks */
@@ -232,7 +230,6 @@ struct atapi { /* ATAPI controller data */
#ifdef KERNEL
struct atapi;
-struct kern_devconf;
extern struct atapidrv atapi_drvtab[4]; /* delayed attach info */
extern int atapi_ndrv; /* the number of potential drives */
@@ -248,7 +245,7 @@ extern struct atapi *atapi_tab; /* the table of atapi controllers */
#endif
#ifndef ATAPI_MODULE
-int atapi_attach (int ctlr, int unit, int port, struct kern_devconf*);
+int atapi_attach (int ctlr, int unit, int port);
#endif
/*
OpenPOWER on IntegriCloud