diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-04-12 13:46:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2009-04-12 13:46:11 +0000 |
commit | ab81f6843bfef86188d62a3cfc16ae38738192f3 (patch) | |
tree | db9be3ba6d987c569b248fcfd5c6da7ffdfbdad9 /sys/dev/pci | |
parent | 61efe1e2f9cb2a6d68747ed1f86b208c2f6f25db (diff) |
regen
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d59776bc541..8afd543abc4 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.1467 2009/04/06 15:16:18 kettenis Exp + * OpenBSD: pcidevs,v 1.1468 2009/04/12 13:45:23 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2986,7 +2986,7 @@ #define PCI_PRODUCT_INTEL_RCU31 0x9641 /* RCU31 I2O RAID */ #define PCI_PRODUCT_INTEL_RCU31L 0x96a1 /* RCU31L I2O RAID */ #define PCI_PRODUCT_INTEL_21152 0xb152 /* S21152BB PCI-PCI */ -#define PCI_PRODUCT_INTEL_21154 0xb154 /* S21154AE/BE PCI-PCI */ +#define PCI_PRODUCT_INTEL_21154 0xb154 /* 21154AE/BE PCI-PCI */ /* Intergraph products */ #define PCI_PRODUCT_INTERGRAPH_4D50T 0x00e4 /* Powerstorm 4D50T */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index abc7b3bb798..7892609fe07 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.1467 2009/04/06 15:16:18 kettenis Exp + * OpenBSD: pcidevs,v 1.1468 2009/04/12 13:45:23 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9665,7 +9665,7 @@ static const struct pci_known_product pci_known_products[] = { }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_21154, - "S21154AE/BE PCI-PCI", + "21154AE/BE PCI-PCI", }, { PCI_VENDOR_INTERGRAPH, PCI_PRODUCT_INTERGRAPH_4D50T, |