diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-18 11:16:57 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-02-18 11:16:57 +0000 |
commit | 863c84ce98e699747227b98c67151c40cf7a9bef (patch) | |
tree | 6d85ea2160d89521b8b008ee2b36411f44de47fe /sys | |
parent | 0386b863148393b1822466490a7667c1a75000fd (diff) |
sync
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index ea11a239610..155ade04368 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.218 2000/02/11 05:59:58 mickey Exp + * OpenBSD: pcidevs,v 1.219 2000/02/18 11:16:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -247,7 +247,7 @@ #define PCI_VENDOR_FUJITSU 0x10ca /* Fujitsu */ #define PCI_VENDOR_OMRON 0x10cb /* Omron */ #define PCI_VENDOR_MENTOR 0x10cc /* Mentor ARC */ -#define PCI_VENDOR_ADVSYS 0x10cd /* Advanced System Products */ +#define PCI_VENDOR_ADVSYS 0x10cd /* Advansys */ #define PCI_VENDOR_RADIUS 0x10ce /* Radius */ #define PCI_VENDOR_CITICORP 0x10cf /* Citicorp TTI */ #define PCI_VENDOR_FUJITSU2 0x10d0 /* Fujitsu (2nd ID) */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 96350f25594..1d3dbfa873e 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.218 2000/02/11 05:59:58 mickey Exp + * OpenBSD: pcidevs,v 1.219 2000/02/18 11:16:43 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -509,31 +509,31 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_1200A, 0, - "Advanced System Products", + "Advansys", "1200A", }, { PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_1200B, 0, - "Advanced System Products", + "Advansys", "1200B", }, { PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_ULTRA, 0, - "Advanced System Products", + "Advansys", "ABP-930/40UA", }, { PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_WIDE, 0, - "Advanced System Products", + "Advansys", "ABP-940UW", }, { PCI_VENDOR_ADVSYS, PCI_PRODUCT_ADVSYS_U2W, 0, - "Advanced System Products", + "Advansys", "ASP-3940U2W", }, { @@ -5501,7 +5501,7 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_ADVSYS, 0, PCI_KNOWNDEV_NOPROD, - "Advanced System Products", + "Advansys", NULL, }, { |