From: deraadt Date: Fri, 6 Aug 2010 02:47:27 +0000 (+0000) Subject: another set of chips which do not need register rewrites at resume time X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=7e105929d4e71590950c74bb5d10a7293563884c;p=openbsd another set of chips which do not need register rewrites at resume time --- diff --git a/sys/dev/pci/pciide.c b/sys/dev/pci/pciide.c index 6de59ead167..d7635dfb3fa 100644 --- a/sys/dev/pci/pciide.c +++ b/sys/dev/pci/pciide.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pciide.c,v 1.316 2010/08/03 21:53:02 deraadt Exp $ */ +/* $OpenBSD: pciide.c,v 1.317 2010/08/06 02:47:27 deraadt Exp $ */ /* $NetBSD: pciide.c,v 1.127 2001/08/03 01:31:08 tsutsui Exp $ */ /* @@ -1450,6 +1450,7 @@ pciide_activate(struct device *self, int act) sc->sc_save[i]); if (sc->sc_pp->chip_map == default_chip_map || + sc->sc_pp->chip_map == sata_chip_map || sc->sc_pp->chip_map == piix_chip_map || sc->sc_pp->chip_map == phison_chip_map || sc->sc_pp->chip_map == ixp_chip_map ||