From b50a4d6397ab225a88fc9b181b810abc62e0a4d7 Mon Sep 17 00:00:00 2001 From: nate Date: Sat, 7 Sep 1996 17:52:56 +0000 Subject: Disable 'suspend' as it tends to lockup computers with the current APM driver. --- sys/i386/isa/if_zp.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/i386/isa/if_zp.c') 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; } -- cgit v1.1