aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amr
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-11 23:19:13 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-11 23:19:13 +0000
commit4bf9a87a4c6942390ed23d6740d69dd7433efd56 (patch)
tree29bfe492d3856bf78dbc6496ed48b39d2e55478c /sys/dev/amr
parent8f8f11aa99598489be07c070a78010a96afcdd2e (diff)
downloadsrc-4bf9a87a4c6942390ed23d6740d69dd7433efd56.tar.gz
src-4bf9a87a4c6942390ed23d6740d69dd7433efd56.zip
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.
Notes
Notes: svn path=/head/; revision=65763
Diffstat (limited to 'sys/dev/amr')
-rw-r--r--sys/dev/amr/amr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/amr/amr.c b/sys/dev/amr/amr.c
index dec047a10fc9..cdf87f174cf3 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,