diff options
-rw-r--r-- | sys/i386/eisa/aic7770.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c index 1aa65b2..59fca97 100644 --- a/sys/i386/eisa/aic7770.c +++ b/sys/i386/eisa/aic7770.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: aic7770.c,v 1.18 1995/11/09 07:14:09 gibbs Exp $ + * $Id: aic7770.c,v 1.19 1995/11/29 10:12:31 phk Exp $ */ #include "eisa.h" @@ -68,6 +68,8 @@ static struct kern_devconf kdc_aic7770 = { DC_CLS_MISC /* host adapters aren't special */ }; +static char *aic7770_match __P((eisa_id_t type)); + static char* aic7770_match(type) eisa_id_t type; |