Regen.
This commit is contained in:
parent
0273966f04
commit
bc83dce0c6
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.242 2000/06/16 08:13:50 soren Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.243 2000/06/21 09:16:16 tron Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.236 2000/06/16 08:13:25 soren Exp
|
||||
* NetBSD: pcidevs,v 1.237 2000/06/21 08:58:57 bouyer Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -816,10 +816,13 @@
|
|||
#define PCI_PRODUCT_CMDTECH_640 0x0640 /* PCI0640 */
|
||||
/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
|
||||
#define PCI_PRODUCT_CMDTECH_642 0x0642 /* PCI0642 */
|
||||
/* datasheets available from www.cmd.com for the followings */
|
||||
#define PCI_PRODUCT_CMDTECH_643 0x0643 /* PCI0643 */
|
||||
#define PCI_PRODUCT_CMDTECH_646 0x0646 /* PCI0646 */
|
||||
#define PCI_PRODUCT_CMDTECH_647 0x0647 /* PCI0647 */
|
||||
#define PCI_PRODUCT_CMDTECH_648 0x0648 /* PCI0648 */
|
||||
#define PCI_PRODUCT_CMDTECH_649 0x0649 /* PCI0649 */
|
||||
|
||||
/* Inclusion of 'A' in the following entry is probably wrong. */
|
||||
/* No data on the CMD Tech. web site for the following as of Mar. 3 '98 */
|
||||
#define PCI_PRODUCT_CMDTECH_650A 0x0650 /* PCI0650A */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.240 2000/06/16 08:13:51 soren Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.241 2000/06/21 09:16:17 tron Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.236 2000/06/16 08:13:25 soren Exp
|
||||
* NetBSD: pcidevs,v 1.237 2000/06/21 08:58:57 bouyer Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1185,6 +1185,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"CMD Technology",
|
||||
"PCI0648",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_649,
|
||||
0,
|
||||
"CMD Technology",
|
||||
"PCI0649",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CMDTECH, PCI_PRODUCT_CMDTECH_650A,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue