diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-15 06:56:14 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-15 06:56:14 +0000 |
commit | b337316110ee811e1b3447ec69dd04226a82c5e4 (patch) | |
tree | 1a2181534d695ecfb6574211669ede1df2262c45 /sys/dev | |
parent | e904ec7cf804a5d3c7227fb1186dca0401b89480 (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index c9e863be0fd..e549e4a8da8 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.443 2001/09/06 22:36:36 mickey Exp + * OpenBSD: pcidevs,v 1.444 2001/09/15 06:55:17 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1792,6 +1792,7 @@ #define PCI_PRODUCT_SUN_ERINETWORK 0x1101 /* ERI Ethernet */ #define PCI_PRODUCT_SUN_FIREWIRE 0x1102 /* FireWire */ #define PCI_PRODUCT_SUN_USB 0x1103 /* USB */ +#define PCI_PRODUCT_SUN_GEMNETWORK 0x2bad /* GEM */ #define PCI_PRODUCT_SUN_SIMBA 0x5000 /* Simba PCI-PCI */ #define PCI_PRODUCT_SUN_PSYCHO 0x8000 /* Psycho PCI */ #define PCI_PRODUCT_SUN_MS_IIep 0x9000 /* microSPARC IIep PCI */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 53a0be474af..d6292446e12 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.443 2001/09/06 22:36:36 mickey Exp + * OpenBSD: pcidevs,v 1.444 2001/09/15 06:55:17 jason Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3747,6 +3747,10 @@ static const struct pci_known_product pci_known_products[] = { "USB", }, { + PCI_VENDOR_SUN, PCI_PRODUCT_SUN_GEMNETWORK, + "GEM", + }, + { PCI_VENDOR_SUN, PCI_PRODUCT_SUN_SIMBA, "Simba PCI-PCI", }, |