This commit is contained in:
christos 1998-11-23 20:49:20 +00:00
parent bb7d20f01a
commit 3ebca7fd4e
2 changed files with 18 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.9 1998/11/12 14:09:20 drochner Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.10 1998/11/23 20:49:20 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.9 1998/11/12 14:06:34 drochner Exp
* NetBSD: isapnpdevs,v 1.10 1998/11/23 20:47:51 christos Exp
*/
/*-
@ -46,6 +46,18 @@
#include <dev/isapnp/isapnpdevs.h>
/* Adaptec SCSI */
static const char *isapnp_aha_devlogic[] = {
"ADP1542", /* Adaptec AHA-1542 */
NULL
};
static const char *isapnp_aha_devcompat[] = {
NULL
};
const struct isapnp_devinfo isapnp_aha_devinfo = {
isapnp_aha_devlogic, isapnp_aha_devcompat
};
/* Adaptec SCSI */
static const char *isapnp_aic_devlogic[] = {
"ADP1520", /* Adaptec AHA-1520B */

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.9 1998/11/12 14:09:20 drochner Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.10 1998/11/23 20:49:20 christos Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.9 1998/11/12 14:06:34 drochner Exp
* NetBSD: isapnpdevs,v 1.10 1998/11/23 20:47:51 christos Exp
*/
@ -52,6 +52,8 @@ struct isapnp_devinfo {
const char *const *devcompat;
};
/* Adaptec SCSI */
extern const struct isapnp_devinfo isapnp_aha_devinfo;
/* Adaptec SCSI */
extern const struct isapnp_devinfo isapnp_aic_devinfo;
/* National Semiconductor Serial */