This commit is contained in:
mycroft 2001-01-03 23:15:14 +00:00
parent cbfa3ad17d
commit 29ecdf4b0c
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.288 2000/12/31 14:04:26 ad Exp $ */
/* $NetBSD: pcidevs.h,v 1.289 2001/01/03 23:15:14 mycroft Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.282 2000/12/31 14:03:24 ad Exp
* NetBSD: pcidevs,v 1.283 2001/01/03 23:14:39 mycroft Exp
*/
/*
@ -562,6 +562,7 @@
#define PCI_VENDOR_ADP 0x9004 /* Adaptec */
#define PCI_VENDOR_ADP2 0x9005 /* Adaptec (2nd PCI Vendor ID) */
#define PCI_VENDOR_ATRONICS 0x907f /* Atronics */
#define PCI_VENDOR_CHRYSALIS 0xcafe /* Chrysalis-ITS */
#define PCI_VENDOR_ARC 0xedd8 /* ARC Logic */
#define PCI_VENDOR_INVALID 0xffff /* INVALID VENDOR ID */
@ -869,6 +870,9 @@
#define PCI_PRODUCT_CHIPS_65550 0x00e0 /* 65550 */
#define PCI_PRODUCT_CHIPS_65554 0x00e4 /* 65554 */
/* Chrysalis products */
#define PCI_PRODUCT_CHRYSALIS_LUNAVPN 0x0001 /* LunaVPN */
/* Cirrus Logic products */
#define PCI_PRODUCT_CIRRUS_CL_GD7548 0x0038 /* CL-GD7548 */
#define PCI_PRODUCT_CIRRUS_CL_GD5430 0x00a0 /* CL-GD5430 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.285 2000/12/31 14:04:27 ad Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.286 2001/01/03 23:15:15 mycroft Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.282 2000/12/31 14:03:24 ad Exp
* NetBSD: pcidevs,v 1.283 2001/01/03 23:14:39 mycroft Exp
*/
/*
@ -1425,6 +1425,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Chips and Technologies",
"65554",
},
{
PCI_VENDOR_CHRYSALIS, PCI_PRODUCT_CHRYSALIS_LUNAVPN,
0,
"Chrysalis-ITS",
"LunaVPN",
},
{
PCI_VENDOR_CIRRUS, PCI_PRODUCT_CIRRUS_CL_GD7548,
0,
@ -8661,6 +8667,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Atronics",
NULL,
},
{
PCI_VENDOR_CHRYSALIS, 0,
PCI_KNOWNDEV_NOPROD,
"Chrysalis-ITS",
NULL,
},
{
PCI_VENDOR_ARC, 0,
PCI_KNOWNDEV_NOPROD,