This commit is contained in:
bad 1999-03-22 22:36:49 +00:00
parent 579b0fce1b
commit e09c06e04d
2 changed files with 16 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.c,v 1.25 1999/03/22 09:41:58 mycroft Exp $ */
/* $NetBSD: isapnpdevs.c,v 1.26 1999/03/22 22:36:49 bad Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.22 1999/03/22 09:41:10 mycroft Exp
* NetBSD: isapnpdevs,v 1.23 1999/03/22 22:36:10 bad Exp
*/
/*-
@ -212,6 +212,16 @@ const struct isapnp_devinfo isapnp_sb_devinfo = {
isapnp_sb_devcompat, 4,
};
/* TROPIC Token-Ring */
static const struct isapnp_matchinfo isapnp_tr_devlogic[] = {
{"IBM0000", 0}, /* IBM TROPIC Token-Ring */
{"TCM3190", 0}, /* 3Com TokenLink Velocity ISA */
};
const struct isapnp_devinfo isapnp_tr_devinfo = {
isapnp_tr_devlogic, 2,
NULL, 0,
};
/* Western Digital Disk Controller */
static const struct isapnp_matchinfo isapnp_wdc_devlogic[] = {
{"AZT0000", 0}, /* Aztech AZT2320 IDE CDROM */

View File

@ -1,10 +1,10 @@
/* $NetBSD: isapnpdevs.h,v 1.22 1999/03/22 09:41:59 mycroft Exp $ */
/* $NetBSD: isapnpdevs.h,v 1.23 1999/03/22 22:36:49 bad Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: isapnpdevs,v 1.22 1999/03/22 09:41:10 mycroft Exp
* NetBSD: isapnpdevs,v 1.23 1999/03/22 22:36:10 bad Exp
*/
@ -83,6 +83,8 @@ extern const struct isapnp_devinfo isapnp_ne_devinfo;
extern const struct isapnp_devinfo isapnp_pcic_devinfo;
/* Creative Soundblaster */
extern const struct isapnp_devinfo isapnp_sb_devinfo;
/* TROPIC Token-Ring */
extern const struct isapnp_devinfo isapnp_tr_devinfo;
/* Western Digital Disk Controller */
extern const struct isapnp_devinfo isapnp_wdc_devinfo;
/* Microsoft Sound System */