regen
This commit is contained in:
parent
6137742b24
commit
c5fe3abeef
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: isapnpdevs.c,v 1.66 2006/09/23 00:56:42 jmcneill Exp $ */
|
||||
/* $NetBSD: isapnpdevs.c,v 1.67 2006/11/30 22:34:27 christos Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: isapnpdevs,v 1.62 2006/09/23 00:56:20 jmcneill Exp
|
||||
* NetBSD: isapnpdevs,v 1.63 2006/11/30 22:34:01 christos Exp
|
||||
*/
|
||||
|
||||
/*-
|
||||
|
@ -44,7 +44,7 @@
|
|||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.66 2006/09/23 00:56:42 jmcneill Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: isapnpdevs.c,v 1.67 2006/11/30 22:34:27 christos Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <dev/isapnp/isapnpdevs.h>
|
||||
|
@ -265,6 +265,7 @@ const struct isapnp_devinfo isapnp_pcic_devinfo = {
|
|||
static const struct isapnp_matchinfo isapnp_sb_devlogic[] = {
|
||||
{"ADS7150", 0}, /* AD1815 */
|
||||
{"ADS7180", 0}, /* AD1816 */
|
||||
{"AZT1002", 0}, /* Aztech 1002 Audio */
|
||||
{"AZT1003", 0}, /* Aztech 1003 Audio */
|
||||
{"AZT1008", 0}, /* Aztech 1008 */
|
||||
{"AZT1016", 0}, /* Aztech 1020 */
|
||||
|
@ -287,7 +288,7 @@ static const struct isapnp_matchinfo isapnp_sb_devcompat[] = {
|
|||
{"PNPB003", 0}, /* Generic SB 16 */
|
||||
};
|
||||
const struct isapnp_devinfo isapnp_sb_devinfo = {
|
||||
isapnp_sb_devlogic, 16,
|
||||
isapnp_sb_devlogic, 17,
|
||||
isapnp_sb_devcompat, 4,
|
||||
};
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: isapnpdevs.h,v 1.61 2006/09/23 00:56:42 jmcneill Exp $ */
|
||||
/* $NetBSD: isapnpdevs.h,v 1.62 2006/11/30 22:34:27 christos Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: isapnpdevs,v 1.62 2006/09/23 00:56:20 jmcneill Exp
|
||||
* NetBSD: isapnpdevs,v 1.63 2006/11/30 22:34:01 christos Exp
|
||||
*/
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue