diff options
| author | soren <soren@NetBSD.org> | 1999-12-17 01:03:45 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 1999-12-17 01:03:45 +0000 |
| commit | bf75bd8856af6c7c6a60fa2d0bc1d447d0817eaf (patch) | |
| tree | 3d04280e202a8ad41913a4f08659484fb2b94740 /sys/dev | |
| parent | fdab32f4462641dbfadc6bc8d717a3df63e3dcea (diff) | |
Regen.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 16 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 34 |
2 files changed, 43 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8faf87865d7..a324279065c 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.182 1999/12/15 11:55:35 kleink Exp $ */ +/* $NetBSD: pcidevs.h,v 1.183 1999/12/17 01:03:45 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.175 1999/12/15 11:52:55 kleink Exp + * NetBSD: pcidevs,v 1.176 1999/12/17 01:02:03 soren Exp */ /* @@ -43,10 +43,9 @@ * * http://members.hyperlink.net.au/~chart/pci.htm * - * which replaces the database previously found at + * which replaces the database found at * - * http://www.halcyon.com/scripts/jboemler/pci/pcicode - * or http://www.yourvote.com/pci/ + * http://www.yourvote.com/pci/ * * (but it doesn't always seem to match vendor documentation) */ @@ -935,6 +934,13 @@ #define PCI_PRODUCT_EFFICIENTNETS_ENI25P 0x0003 /* SpeedStream ENI-25p */ #define PCI_PRODUCT_EFFICIENTNETS_SS3000 0x0005 /* SpeedStream 3000 */ +/* Galileo Technology */ +#define PCI_PRODUCT_GALILEO_0x0146 GT-64010A /* System Controller */ +#define PCI_PRODUCT_GALILEO_0x4111 GT-64115 /* System Controller */ +#define PCI_PRODUCT_GALILEO_0x4146 GT-64011/GT-64111 /* System Controller */ +#define PCI_PRODUCT_GALILEO_0x4620 GT-64120 /* System Controller */ +#define PCI_PRODUCT_GALILEO_0x6320 GT-64130 /* System Controller */ + /* Hewlett-Packard products */ #define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index e31d3cc9a03..31baf844a45 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.180 1999/12/15 11:55:36 kleink Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.181 1999/12/17 01:03:46 soren Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.175 1999/12/15 11:52:55 kleink Exp + * NetBSD: pcidevs,v 1.176 1999/12/17 01:02:03 soren Exp */ /* @@ -1564,6 +1564,36 @@ struct pci_knowndev pci_knowndevs[] = { "SpeedStream 3000", }, { + PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x0146, + 0, + "Galileo Technology", + "System Controller", + }, + { + PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4111, + 0, + "Galileo Technology", + "System Controller", + }, + { + PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4146, + 0, + "Galileo Technology", + "System Controller", + }, + { + PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x4620, + 0, + "Galileo Technology", + "System Controller", + }, + { + PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_0x6320, + 0, + "Galileo Technology", + "System Controller", + }, + { PCI_VENDOR_HP, PCI_PRODUCT_HP_J2585A, 0, "Hewlett-Packard", |
