diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-01-05 08:27:49 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2013-01-05 08:27:49 +0000 |
commit | c3319ccbef2a235ac703b838a45f93ebff9a0e78 (patch) | |
tree | 536b8421759b831c83a44ee3c19f5d014110fc24 | |
parent | 097b67d3401d59168cd4f232bdf4ff8c4acf790f (diff) |
- add some intel 7 series sata ids.
ok jsg@
-rw-r--r-- | sys/dev/pci/pciide.c | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 45f112c53ea..cba8214238b 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.340 2012/10/08 21:47:50 deraadt Exp $ */ +/* $OpenBSD: pciide.c,v 1.341 2013/01/05 08:27:48 jasper Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -569,6 +569,18 @@ const struct pciide_product_desc pciide_intel_products[] = { 0, piixsata_chip_map }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_1, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_2, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, + { PCI_PRODUCT_INTEL_7SERIES_SATA_3, /* Intel 7 Series SATA */ + 0, + piixsata_chip_map + }, { PCI_PRODUCT_INTEL_EP80579_SATA, /* Intel EP80579 SATA */ 0, piixsata_chip_map |