From owner-cvs-all Sun Mar 26 15: 6:16 2000 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 E074E37BC0F; Sun, 26 Mar 2000 15:06:13 -0800 (PST) (envelope-from alfred@FreeBSD.org) Received: (from alfred@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA94039; Sun, 26 Mar 2000 15:06:14 -0800 (PST) (envelope-from alfred@FreeBSD.org) Message-Id: <200003262306.PAA94039@freefall.freebsd.org> From: Alfred Perlstein Date: Sun, 26 Mar 2000 15:06:13 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinuminterrupt.c vinumrequest.c vinumrevive.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG alfred 2000/03/26 15:06:13 PST Modified files: sys/dev/vinum vinuminterrupt.c vinumrequest.c vinumrevive.c Log: repair half-Danish b.b_iocmd damage where writes/reads weren't getting set properly in the struct buf with vinum: Fix locations where B_READ was cleared in the old code but b.b_iocmd wasn't set to BIO_WRITE Fix propogation of b_iocmd Correct comments to reflect reality Don't compare b_flags with BIO_READ, it's in b_iocmd. Submitted by: Bernd Walter Revision Changes Path 1.28 +5 -3 src/sys/dev/vinum/vinuminterrupt.c 1.47 +3 -2 src/sys/dev/vinum/vinumrequest.c 1.24 +2 -2 src/sys/dev/vinum/vinumrevive.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message