summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pciide.c
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2005-02-01 21:53:56 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2005-02-01 21:53:56 +0000
commitc0cf8404cae2ea88ac32cc99c78fbf2c81b32993 (patch)
tree2bfd0ee0636bcfea45b0e16f9dba9affdd96e11e /sys/dev/pci/pciide.c
parente733b84415023e8e6c83afc1af1c8653abbf7d16 (diff)
Correctly setup Intel 82801FB and 82801FR SATA; from aurelien6545@free.fr.
Diffstat (limited to 'sys/dev/pci/pciide.c')
-rw-r--r--sys/dev/pci/pciide.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c
index ddd238f91bf..d0b00fdaddc 100644
--- a/sys/dev/pci/pciide.c
+++ b/sys/dev/pci/pciide.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pciide.c,v 1.184 2005/01/31 04:25:44 martin Exp $ */
+/* $OpenBSD: pciide.c,v 1.185 2005/02/01 21:53:55 grange Exp $ */
/* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */
/*
@@ -1827,7 +1827,9 @@ chansetup:
/* SATA setup */
if (sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801EB_SATA ||
- sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801ER_SATA) {
+ sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801ER_SATA ||
+ sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801FB_SATA ||
+ sc->sc_pp->ide_product == PCI_PRODUCT_INTEL_82801FR_SATA) {
if (pciide_chansetup(sc, channel, interface) == 0)
continue;
pciide_mapchan(pa, cp, interface, &cmdsize, &ctlsize,