diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-04-27 07:52:36 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2011-04-27 07:52:36 +0000 |
commit | 503dcc176e5420fea75248e2538fa511f147f21a (patch) | |
tree | bbd17740c3f03c6410e1acf9e523268e313ce2c9 /sys/dev | |
parent | 30465e483a69f8410f67cd560c84579669b24bcd (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 4 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 10 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 6c3ad3713c3..6eb33e3b369 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.1596 2011/04/24 03:10:50 deraadt Exp + * OpenBSD: pcidevs,v 1.1597 2011/04/27 07:52:00 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -2297,6 +2297,8 @@ #define PCI_PRODUCT_INTEL_6SERIES_RAID_1 0x1c04 /* 6 Series RAID */ #define PCI_PRODUCT_INTEL_6SERIES_RAID_2 0x1c05 /* 6 Series RAID */ #define PCI_PRODUCT_INTEL_6SERIES_RAID_3 0x1c06 /* 6 Series RAID */ +#define PCI_PRODUCT_INTEL_6SERIES_SATA_3 0x1c08 /* 6 Series SATA */ +#define PCI_PRODUCT_INTEL_6SERIES_SATA_4 0x1c09 /* 6 Series SATA */ #define PCI_PRODUCT_INTEL_6SERIES_PCIE_1 0x1c10 /* 6 Series PCIE */ #define PCI_PRODUCT_INTEL_6SERIES_PCIE_2 0x1c12 /* 6 Series PCIE */ #define PCI_PRODUCT_INTEL_6SERIES_PCIE_3 0x1c14 /* 6 Series PCIE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 9b349abbb81..2041779bf06 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.1596 2011/04/24 03:10:50 deraadt Exp + * OpenBSD: pcidevs,v 1.1597 2011/04/27 07:52:00 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -6840,6 +6840,14 @@ static const struct pci_known_product pci_known_products[] = { "6 Series RAID", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6SERIES_SATA_3, + "6 Series SATA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6SERIES_SATA_4, + "6 Series SATA", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6SERIES_PCIE_1, "6 Series PCIE", }, |