Slight change to previous.

This commit is contained in:
thorpej 1998-01-12 08:57:20 +00:00
parent b731c12641
commit 9c183e53cb
3 changed files with 3 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahb.c,v 1.13 1998/01/12 08:51:09 thorpej Exp $ */
/* $NetBSD: ahb.c,v 1.14 1998/01/12 08:57:20 thorpej Exp $ */
#undef AHBDEBUG
#ifdef DDB
@ -192,8 +192,6 @@ struct cfattach ahb_ca = {
sizeof(struct ahb_softc), ahbmatch, ahbattach
};
extern struct cfdriver ahb_cd;
#define AHB_ABORT_TIMEOUT 2000 /* time to wait for abort (mSec) */
/* XXX Should put this in a better place. */

View File

@ -1,4 +1,4 @@
/* $NetBSD: eisa.c,v 1.19 1998/01/12 08:51:11 thorpej Exp $ */
/* $NetBSD: eisa.c,v 1.20 1998/01/12 08:57:23 thorpej Exp $ */
/*
* Copyright (c) 1995, 1996 Christopher G. Demetriou
@ -61,8 +61,6 @@ struct cfattach eisa_ca = {
sizeof(struct device), eisamatch, eisaattach
};
extern struct cfdriver eisa_cd;
#ifdef __BROKEN_INDIRECT_CONFIG
int eisasubmatch __P((struct device *, void *, void *));
#else

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_fea.c,v 1.15 1998/01/12 08:51:12 thorpej Exp $ */
/* $NetBSD: if_fea.c,v 1.16 1998/01/12 08:57:24 thorpej Exp $ */
/*-
* Copyright (c) 1995, 1996 Matt Thomas <matt@3am-software.com>
@ -535,6 +535,4 @@ pdq_eisa_attach(
struct cfattach fea_ca = {
sizeof(pdq_softc_t), pdq_eisa_match, pdq_eisa_attach
};
extern struct cfdriver fea_cd;
#endif