Regen.
This commit is contained in:
parent
a7586eb6dc
commit
dd51b8be28
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.426 2002/04/29 18:21:32 nonaka Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.427 2002/05/03 12:46:41 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.421 2002/04/29 18:18:29 nonaka Exp
|
||||
* NetBSD: pcidevs,v 1.422 2002/05/03 12:46:11 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -562,6 +562,7 @@
|
|||
#define PCI_VENDOR_COREGA 0x15e8 /* Corega */
|
||||
#define PCI_VENDOR_GLOBALSUN 0x16ab /* Global Sun Tech */
|
||||
#define PCI_VENDOR_FZJZEL 0x1796 /* FZ Juelich / ZEL */
|
||||
#define PCI_VENDOR_SANDBURST 0x17ba /* Sandburst, Inc. */
|
||||
#define PCI_VENDOR_HINT 0x3388 /* HiNT */
|
||||
#define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
|
||||
#define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.424 2002/04/29 18:21:33 nonaka Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.425 2002/05/03 12:46:42 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.421 2002/04/29 18:18:29 nonaka Exp
|
||||
* NetBSD: pcidevs,v 1.422 2002/05/03 12:46:11 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -10383,6 +10383,12 @@ const struct pci_knowndev pci_knowndevs[] = {
|
|||
"FZ Juelich / ZEL",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_SANDBURST, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
"Sandburst, Inc.",
|
||||
NULL,
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_HINT, 0,
|
||||
PCI_KNOWNDEV_NOPROD,
|
||||
|
|
Loading…
Reference in New Issue