diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-05 17:37:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-05 17:37:05 +0000 |
commit | 362a066d8fe9d9afb4858013b1abcd0319292202 (patch) | |
tree | 6bfa5d4cf5bba3f28c2e911217f4d7e085e79bab | |
parent | 476995159275b54abc9e73ac1cbd3d8107fcf25a (diff) |
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 608f944fa05..07b35f359f9 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.168 1999/07/27 06:15:03 matthieu Exp + * OpenBSD: pcidevs,v 1.169 1999/08/05 17:36:52 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -498,7 +498,7 @@ #define PCI_VENDOR_LINEARSYS 0x1254 /* Linear Systems */ #define PCI_VENDOR_ASIX 0x125b /* ASIX */ #define PCI_VENDOR_AURORA 0x125c /* Aurora Technologies */ -#define PCI_VENDOR_ESSTECH 0x125d /* ESS Technology Inc */ +#define PCI_VENDOR_ESSTECH 0x125d /* ESS */ #define PCI_VENDOR_ENSONIQ 0x1274 /* Ensoniq */ #define PCI_VENDOR_NETAPP 0x1275 /* Network Appliance */ #define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell Semiconductor Systems */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 22e7d53562f..eb3fd6ce551 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.168 1999/07/27 06:15:03 matthieu Exp + * OpenBSD: pcidevs,v 1.169 1999/08/05 17:36:52 deraadt Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1379,19 +1379,19 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_MAESTROII, 0, - "ESS Technology Inc", + "ESS", "Maestro II", }, { PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_SOLO1, 0, - "ESS Technology Inc", + "ESS", "SOLO-1 AudioDrive", }, { PCI_VENDOR_ESSTECH, PCI_PRODUCT_ESSTECH_MAESTRO2E, 0, - "ESS Technology Inc", + "ESS", "Maestro 2E", }, { @@ -6113,7 +6113,7 @@ struct pci_knowndev pci_knowndevs[] = { { PCI_VENDOR_ESSTECH, 0, PCI_KNOWNDEV_NOPROD, - "ESS Technology Inc", + "ESS", NULL, }, { |