From owner-cvs-all Thu Jul 1 22: 5:56 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DF41414BE5; Thu, 1 Jul 1999 22:05:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA35935; Thu, 1 Jul 1999 22:05:52 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Message-Id: <199907020505.WAA35935@freefall.freebsd.org> From: Matt Jacob Date: Thu, 1 Jul 1999 22:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha busdma_machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 1999/07/01 22:05:52 PDT Modified files: sys/alpha/alpha busdma_machdep.c Log: Fix last delta which reinitialized nextpaddr to zero each time through the loop it was supposed to be in. Correct some ugly formatting. Remember to initialize the alignment tag. Honor and pass a callers request to contigalloc if they had a non-zero alignment constraint. Revision Changes Path 1.5 +10 -7 src/sys/alpha/alpha/busdma_machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message