From a7628ea793e14af08911e082fa2530c7256bd7d0 Mon Sep 17 00:00:00 2001 From: scottr Date: Sun, 7 Nov 1999 00:16:39 +0000 Subject: [PATCH] Always using polling for poweroff (from macppc). --- sys/arch/mac68k/dev/adb_direct.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/mac68k/dev/adb_direct.c b/sys/arch/mac68k/dev/adb_direct.c index f0550ce03cce..21f36a66a4e5 100644 --- a/sys/arch/mac68k/dev/adb_direct.c +++ b/sys/arch/mac68k/dev/adb_direct.c @@ -1,4 +1,4 @@ -/* $NetBSD: adb_direct.c,v 1.29 1999/11/07 00:12:54 scottr Exp $ */ +/* $NetBSD: adb_direct.c,v 1.30 1999/11/07 00:16:39 scottr Exp $ */ /* From: adb_direct.c 2.02 4/18/97 jpw */ @@ -2817,6 +2817,8 @@ adb_poweroff(void) if (!adbSoftPower) return -1; + adb_polling = 1; + switch (adbHardware) { case ADB_HW_IISI: output[0] = 0x02; /* 2 byte message */