Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Aug 2000 22:25:36 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/boot/arc/lib arcdisk.c
Message-ID:  <200008040525.WAA03223@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008040525.WAA03223>