diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-07 23:51:52 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-11-07 23:51:52 +0000 |
commit | f7d94bea17b4d73663a6a48f2a02ca5dead8b285 (patch) | |
tree | 5e481d68a67e5abd69c0bf55cb37dc4eddac51cd /sys/dev/pci | |
parent | 27ed933ac2117305be429edd191dad033b10abe5 (diff) |
sync
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 478ccdc1e72..37630b3398e 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.342 2000/11/07 23:06:14 chris Exp + * OpenBSD: pcidevs,v 1.343 2000/11/07 23:51:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -84,7 +84,7 @@ #define PCI_VENDOR_TRIDENT 0x1023 /* Trident */ #define PCI_VENDOR_ZENITH 0x1024 /* Zenith Data Systems */ #define PCI_VENDOR_ACER 0x1025 /* Acer */ -#define PCI_VENDOR_DELL 0x1028 /* Dell Computer */ +#define PCI_VENDOR_DELL 0x1028 /* Dell */ #define PCI_VENDOR_SNI 0x1029 /* Siemens Nixdorf AG */ #define PCI_VENDOR_LSILOGIC 0x102a /* LSI Logic */ #define PCI_VENDOR_MATROX 0x102b /* Matrox */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 0b43b8d051d..881448bd613 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.342 2000/11/07 23:06:14 chris Exp + * OpenBSD: pcidevs,v 1.343 2000/11/07 23:51:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1805,19 +1805,19 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_2SI, 0, - "Dell Computer", + "Dell", "PERC 2/Si", }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI, 0, - "Dell Computer", + "Dell", "PERC 3/Di", }, { PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3SI, 0, - "Dell Computer", + "Dell", "PERC 3/Si", }, { @@ -6155,7 +6155,7 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_DELL, 0, PCI_KNOWNDEV_NOPROD, - "Dell Computer", + "Dell", NULL, }, { |