From owner-cvs-all  Thu Aug  3 22:25:42 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 EED5737BA4E; Thu,  3 Aug 2000 22:25:35 -0700 (PDT)
	(envelope-from jhb@FreeBSD.org)
Received: (from jhb@localhost)
	by freefall.freebsd.org (8.9.3/8.9.2) id WAA03223;
	Thu, 3 Aug 2000 22:25:36 -0700 (PDT)
	(envelope-from jhb@FreeBSD.org)
Message-Id: <200008040525.WAA03223@freefall.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 3 Aug 2000 22:25:36 -0700 (PDT)
To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject: cvs commit: src/sys/boot/arc/lib arcdisk.c
X-FreeBSD-CVS-Branch: HEAD
Sender: owner-cvs-all@FreeBSD.ORG
Precedence: bulk
X-Loop: FreeBSD.ORG

jhb         2000/08/03 22:25:36 PDT

  Modified files:
    sys/boot/arc/lib     arcdisk.c 
  Log:
  Fix some of the arcdisk devsw functions to catch up with warning fixes in
  <stand.h>.  Also, since bcache_strategy() used to not have a prototype,
  arcdisk happily called bcache_strategy() with 6 parameters instead of 7,
  leaving out the disk unit number, which is the 2nd parameter.  Add in the
  unit number to the bcache_strategy() call to fix this.
  
  Revision  Changes    Path
  1.4       +16 -9     src/sys/boot/arc/lib/arcdisk.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message