diff options
author | 2000-11-07 23:51:51 +0000 | |
---|---|---|
committer | 2000-11-07 23:51:51 +0000 | |
commit | 32b76df3ae442efc8e610099195155feeff20db3 (patch) | |
tree | b829e77b062faa0be6237fb64e2d55e44017acbc | |
parent | shorten (diff) | |
download | wireguard-openbsd-32b76df3ae442efc8e610099195155feeff20db3.tar.xz wireguard-openbsd-32b76df3ae442efc8e610099195155feeff20db3.zip |
sync
-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, }, { |