This commit is contained in:
augustss 2002-05-14 12:05:35 +00:00
parent 72d8d32c1d
commit 14389c7b50
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.427 2002/05/03 12:46:41 augustss Exp $ */
/* $NetBSD: pcidevs.h,v 1.428 2002/05/14 12:05:35 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.422 2002/05/03 12:46:11 augustss Exp
* NetBSD: pcidevs,v 1.423 2002/05/14 12:05:13 augustss Exp
*/
/*
@ -499,6 +499,7 @@
#define PCI_VENDOR_O2MICRO 0x1217 /* O2 Micro Inc */
#define PCI_VENDOR_3DFX 0x121a /* 3Dfx Interactive */
#define PCI_VENDOR_ARIEL 0x1220 /* Ariel */
#define PCI_VENDOR_HEURICON 0x1223 /* Heurikon/Computer Products */
#define PCI_VENDOR_AZTECH 0x122d /* Aztech */
#define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */
#define PCI_VENDOR_CCUBE 0x123f /* C-Cube Microsystems */
@ -1236,6 +1237,9 @@
/* Guillemot products */
#define PCI_PRODUCT_GUILLEMOT_MAXIRADIO 0x1001 /* MAXIRADIO */
/* Heuricon products */
#define PCI_PRODUCT_HEURICON_PMPPC 0x000e /* PM/PPC */
/* Hewlett-Packard products */
#define PCI_PRODUCT_HP_A4977A 0x1005 /* A4977A Visualize EG */
#define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.425 2002/05/03 12:46:42 augustss Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.426 2002/05/14 12:05:36 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.422 2002/05/03 12:46:11 augustss Exp
* NetBSD: pcidevs,v 1.423 2002/05/14 12:05:13 augustss Exp
*/
/*
@ -2871,6 +2871,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Guillemot",
"MAXIRADIO",
},
{
PCI_VENDOR_HEURICON, PCI_PRODUCT_HEURICON_PMPPC,
0,
"Heurikon/Computer Products",
"PM/PPC",
},
{
PCI_VENDOR_HP, PCI_PRODUCT_HP_A4977A,
0,
@ -10005,6 +10011,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Ariel",
NULL,
},
{
PCI_VENDOR_HEURICON, 0,
PCI_KNOWNDEV_NOPROD,
"Heurikon/Computer Products",
NULL,
},
{
PCI_VENDOR_AZTECH, 0,
PCI_KNOWNDEV_NOPROD,