Regen (with more GUS).
This commit is contained in:
parent
da455afa9a
commit
b4c4f977e0
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: isapnpdevs.c,v 1.68 2007/05/21 19:40:49 tron Exp $ */
|
||||
/* $NetBSD: isapnpdevs.c,v 1.69 2007/06/08 17:57:34 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: isapnpdevs,v 1.64 2007/05/21 19:40:28 tron Exp
|
||||
* NetBSD: isapnpdevs,v 1.65 2007/06/08 17:56:21 wiz Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
@ -44,7 +44,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.68 2007/05/21 19:40:49 tron Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.69 2007/06/08 17:57:34 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <dev/isapnp/isapnpdevs.h>
|
||||
@ -207,9 +207,12 @@ const struct isapnp_devinfo isapnp_joy_devinfo = {
|
||||
/* Gravis Ultrasound */
|
||||
static const struct isapnp_matchinfo isapnp_gus_devlogic[] = {
|
||||
{"GRV0000", 0}, /* Gravis Ultrasound */
|
||||
{"GRV0003", 0}, /* SB Compatible Audio */
|
||||
{"GRV0004", 0}, /* MPU-401 GM Music */
|
||||
{"GRV0011", 0}, /* ATAPI IDE CD-ROM Interface */
|
||||
};
|
||||
const struct isapnp_devinfo isapnp_gus_devinfo = {
|
||||
isapnp_gus_devlogic, 1,
|
||||
isapnp_gus_devlogic, 4,
|
||||
NULL, 0,
|
||||
};
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: isapnpdevs.h,v 1.63 2007/05/21 19:40:49 tron Exp $ */
|
||||
/* $NetBSD: isapnpdevs.h,v 1.64 2007/06/08 17:57:35 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: isapnpdevs,v 1.64 2007/05/21 19:40:28 tron Exp
|
||||
* NetBSD: isapnpdevs,v 1.65 2007/06/08 17:56:21 wiz Exp
|
||||
*/
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user