diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 20:06:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-10-23 20:06:59 +0000 |
commit | 00159cd0e0a8a70a194eba047990c956d0d5b5d6 (patch) | |
tree | 0dedbde7fb08285bd245f1c4cb5f4fc4f8f22e0e /sys/dev/pci/pcidevs.h | |
parent | 10fdd5b8a71e5a619e82ff69d3a35360aa677157 (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index a8272c7e6a7..013f9dd2827 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.335 2000/10/19 01:52:48 deraadt Exp + * OpenBSD: pcidevs,v 1.336 2000/10/23 20:06:42 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1065,8 +1065,16 @@ #define PCI_PRODUCT_INTEL_80960RM 0x0962 /* i960 RM PCI-PCI */ #define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN PCI-PCI */ #define PCI_PRODUCT_INTEL_82452 0x1000 /* Pro/1000 */ -#define PCI_PRODUCT_INTEL_82815_HUB 0x1130 /* 82815 Hub */ -#define PCI_PRODUCT_INTEL_82815_GRAPHICS 0x1132 /* 82815 Graphics */ +#define PCI_PRODUCT_INTEL_82815_DC100_HUB 0x1100 /* 82815 Hub */ +#define PCI_PRODUCT_INTEL_82815_DC100_AGP 0x1101 /* 82815 AGP */ +#define PCI_PRODUCT_INTEL_82815_DC100_GRAPH 0x1102 /* 82815 Graphics */ +#define PCI_PRODUCT_INTEL_82815_NOAGP_HUB 0x1110 /* 82815 Hub */ +#define PCI_PRODUCT_INTEL_82815_NOAGP_GRAPH 0x1112 /* 82815 Graphics */ +#define PCI_PRODUCT_INTEL_82815_NOGRAPH_HUB 0x1120 /* 82815 Hub */ +#define PCI_PRODUCT_INTEL_82815_NOGRAPH_AGP 0x1121 /* 82815 AGP */ +#define PCI_PRODUCT_INTEL_82815_FULL_HUB 0x1130 /* 82815 Hub */ +#define PCI_PRODUCT_INTEL_82815_FULL_AGP 0x1131 /* 82815 AGP */ +#define PCI_PRODUCT_INTEL_82815_FULL_GRAPH 0x1132 /* 82815 Graphics */ #define PCI_PRODUCT_INTEL_82559ER 0x1209 /* 82559ER */ #define PCI_PRODUCT_INTEL_82092AA 0x1222 /* 82092AA IDE */ #define PCI_PRODUCT_INTEL_SAA7116 0x1223 /* SAA7116 */ |