diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-11-21 14:34:21 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-11-21 14:34:21 +0000 |
commit | 8eb7cafc561fd5f4ac62964afd3df3208e24b112 (patch) | |
tree | 0498a0eaeeb87e67aa0ac034971e9511018accd4 /sys | |
parent | e85b5ab98e76e56111e768c8f74bc60f5bcc5987 (diff) |
EP80579 SATA
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/pciide.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index e38c89fa7e3..2248ff71a4c 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.305 2009/11/01 01:50:15 dlg Exp $ */ +/* $OpenBSD: pciide.c,v 1.306 2009/11/21 14:34:20 jsg Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -558,6 +558,10 @@ const struct pciide_product_desc pciide_intel_products[] = { 0, piixsata_chip_map }, + { PCI_PRODUCT_INTEL_EP80579_SATA, /* Intel EP80579 SATA */ + 0, + piixsata_chip_map + }, { PCI_PRODUCT_INTEL_SCH_IDE, /* Intel SCH IDE */ 0, sch_chip_map |