From owner-cvs-all Tue Sep 5 11:58:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A929637B42C; Tue, 5 Sep 2000 11:58:07 -0700 (PDT) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA36399; Tue, 5 Sep 2000 11:58:07 -0700 (PDT) (envelope-from alc@FreeBSD.org) Message-Id: <200009051858.LAA36399@freefall.freebsd.org> From: Alan Cox Date: Tue, 5 Sep 2000 11:58:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys aio.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alc 2000/09/05 11:58:07 PDT Modified files: sys/sys aio.h Log: Make the basic AIO functions, i.e., aio_read() and aio_write(), work on the Alpha, at least, for the aio_qphysio() case. Specifically, fix an unaligned access fault. Revision Changes Path 1.18 +4 -4 src/sys/sys/aio.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message