From owner-cvs-all Fri Oct 9 14:39:03 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA26155 for cvs-all-outgoing; Fri, 9 Oct 1998 14:39:03 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA26116; Fri, 9 Oct 1998 14:38:39 -0700 (PDT) (envelope-from gibbs@FreeBSD.org) From: "Justin T. Gibbs" Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA03209; Fri, 9 Oct 1998 14:38:37 -0700 (PDT) Date: Fri, 9 Oct 1998 14:38:37 -0700 (PDT) Message-Id: <199810092138.OAA03209@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa ahb.c src/sys/dev/buslogic bt.c src/sys/dev/aha aha.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 1998/10/09 14:38:37 PDT Modified files: sys/i386/eisa ahb.c sys/dev/buslogic bt.c sys/dev/aha aha.c Log: Hook up ahapoll so that dumps, synchronize cache commands or any other command that comes in through xpt_polled_action works correctly. Revision Changes Path 1.4 +2 -1 src/sys/i386/eisa/ahb.c 1.5 +2 -1 src/sys/dev/buslogic/bt.c 1.8 +2 -1 src/sys/dev/aha/aha.c