summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_zp.c
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-09-07 17:52:56 +0000
committernate <nate@FreeBSD.org>1996-09-07 17:52:56 +0000
commitb50a4d6397ab225a88fc9b181b810abc62e0a4d7 (patch)
treee351a4887e1dffac880b10352bdb7b6e3c63f444 /sys/i386/isa/if_zp.c
parent93ff18eabf9a7c437a86fb30d180cff9fd226c37 (diff)
downloadFreeBSD-src-b50a4d6397ab225a88fc9b181b810abc62e0a4d7.zip
FreeBSD-src-b50a4d6397ab225a88fc9b181b810abc62e0a4d7.tar.gz
Disable 'suspend' as it tends to lockup computers with the current APM
driver.
Diffstat (limited to 'sys/i386/isa/if_zp.c')
-rw-r--r--sys/i386/isa/if_zp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/isa/if_zp.c b/sys/i386/isa/if_zp.c
index 9bd47d6..710c277 100644
--- a/sys/i386/isa/if_zp.c
+++ b/sys/i386/isa/if_zp.c
@@ -34,7 +34,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* From: if_ep.c,v 1.9 1994/01/25 10:46:29 deraadt Exp $
- * $Id: if_zp.c,v 1.23 1996/07/12 04:11:24 bde Exp $
+ * $Id: if_zp.c,v 1.24 1996/08/06 21:14:12 phk Exp $
*/
/*-
* TODO:
@@ -440,10 +440,12 @@ static int
zp_suspend(visa_dev)
void *visa_dev;
{
+#if 0
struct isa_device *isa_dev = visa_dev;
struct zp_softc *sc = &zp_softc[isa_dev->id_unit];
pcic_power_off(sc->slot);
+#endif
return 0;
}
OpenPOWER on IntegriCloud