diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-09-19 08:38:14 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2000-09-19 08:38:14 +0000 |
commit | f0eb7433baf19907c911c8afc4461877edd3e80e (patch) | |
tree | b02a4d99ef594b911921cdb06afc65fb67e7b251 /sys/dev | |
parent | add2e8a31d045f680d473bf8e0e74ec8f2ea888e (diff) |
sync
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 8b57649dc37..10e28bbda7d 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.319 2000/09/15 17:46:49 deraadt Exp + * OpenBSD: pcidevs,v 1.321 2000/09/19 08:37:30 niklas Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -930,9 +930,9 @@ #define PCI_PRODUCT_CYRIX_GXMISA 0x0002 /* GXm PCI-ISA */ /* Dell Computer products */ -#define PCI_PRODUCT_DELL_DELL_PERC_2SI 0x0001 /* PERC 2/Si */ -#define PCI_PRODUCT_DELL_DELL_PERC_3DI 0x0002 /* PERC 3/Di */ -#define PCI_PRODUCT_DELL_DELL_PERC_3SI 0x0003 /* PERC 3/Si */ +#define PCI_PRODUCT_DELL_PERC_2SI 0x0001 /* PERC 2/Si */ +#define PCI_PRODUCT_DELL_PERC_3DI 0x0002 /* PERC 3/Di */ +#define PCI_PRODUCT_DELL_PERC_3SI 0x0003 /* PERC 3/Si */ /* D-Link products */ #define PCI_PRODUCT_DLINK_550TX 0x1002 /* 550TX */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index e6126661887..41d4c00c882 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.319 2000/09/15 17:46:49 deraadt Exp + * OpenBSD: pcidevs,v 1.321 2000/09/19 08:37:30 niklas Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1695,19 +1695,19 @@ struct pci_knowndev pci_knowndevs[] = { "GXm PCI-ISA", }, { - PCI_VENDOR_DELL, PCI_PRODUCT_DELL_DELL_PERC_2SI, + PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_2SI, 0, "Dell Computer", "PERC 2/Si", }, { - PCI_VENDOR_DELL, PCI_PRODUCT_DELL_DELL_PERC_3DI, + PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI, 0, "Dell Computer", "PERC 3/Di", }, { - PCI_VENDOR_DELL, PCI_PRODUCT_DELL_DELL_PERC_3SI, + PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3SI, 0, "Dell Computer", "PERC 3/Si", |