summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-09-10 23:31:13 +0000
committerbde <bde@FreeBSD.org>1996-09-10 23:31:13 +0000
commit4b1a7c107d12dcaa90f1733628ef92b9daabf17d (patch)
tree694ee7f35a28ef2be59bd7a989e9073882d81ecd /sys/dev/eisa
parent059cd92beecd7b436c11af3f9ec6dd0b48b2eef5 (diff)
downloadFreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.zip
FreeBSD-src-4b1a7c107d12dcaa90f1733628ef92b9daabf17d.tar.gz
Removed more devconf leftovers.
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/eisaconf.h b/sys/dev/eisa/eisaconf.h
index 985a3ad..0634a4f 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.10 1996/09/06 23:06:59 phk Exp $
+ * $Id: eisaconf.h,v 1.11 1996/09/08 10:43:42 phk Exp $
*/
#ifndef _I386_EISA_EISACONF_H_
@@ -79,7 +79,7 @@ struct eisa_driver {
/* test whether device is present */
int (*attach) __P((struct eisa_device *));
/* setup driver for a device */
- int (*shutdown) __P((struct kern_devconf *, int));
+ int (*shutdown) __P((int));
/* Return the device to a safe
* state before shutdown
*/
OpenPOWER on IntegriCloud