From 4bf9a87a4c6942390ed23d6740d69dd7433efd56 Mon Sep 17 00:00:00 2001 From: Mike Smith Date: Mon, 11 Sep 2000 23:19:13 +0000 Subject: [PATCH] Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enable this check. It looks like it doesn't work on at least the 466 controllers. --- sys/dev/amr/amr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c index dec047a10fc..cdf87f174cf 100644 --- a/sys/dev/amr/amr.c +++ b/sys/dev/amr/amr.c @@ -1391,7 +1391,7 @@ amr_quartz_get_work(struct amr_softc *sc, struct amr_mailbox *mbsave) /* acknowledge that we have the commands */ AMR_QPUT_IDB(sc, sc->amr_mailboxphys | AMR_QIDB_ACK); -#if AMR_QUARTZ_GOFASTER +#ifndef AMR_QUARTZ_GOFASTER /* * This waits for the controller to notice that we've taken the * command from it. It's very inefficient, and we shouldn't do it,