diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-07-27 23:45:49 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-07-27 23:45:49 +0000 |
commit | 98c0a9919ecb9f761723cc0153fa6cc3da628c18 (patch) | |
tree | 566a043e2cd0e551386684a88bcd04274210383a /sys/dev/pci | |
parent | f916b90d1e17a525e067ccbe29777bb8525febeb (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6a6778fabd3..70e6b249f62 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.897 2005/07/25 07:46:21 jsg Exp + * OpenBSD: pcidevs,v 1.898 2005/07/27 23:45:10 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2573,6 +2573,7 @@ /* Sundance products */ #define PCI_PRODUCT_SUNDANCE_ST201 0x0201 /* ST201 */ +#define PCI_PRODUCT_SUNDANCE_ST1023 0x1023 /* ST1023 */ #define PCI_PRODUCT_SUNDANCE_ST2021 0x2021 /* ST2021 */ /* Sunix */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index da7f3585d01..4908f15db4f 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.897 2005/07/25 07:46:21 jsg Exp + * OpenBSD: pcidevs,v 1.898 2005/07/27 23:45:10 brad Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7647,6 +7647,10 @@ static const struct pci_known_product pci_known_products[] = { "ST201", }, { + PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST1023, + "ST1023", + }, + { PCI_VENDOR_SUNDANCE, PCI_PRODUCT_SUNDANCE_ST2021, "ST2021", }, |