Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 May 1997 21:13:28 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa seagate.c
Message-ID:  <199705250413.VAA10775@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/05/24 21:13:28 PDT

  Modified files:
    sys/i386/isa         seagate.c 
  Log:
  Fix(?) two volatile cast warnings.  The buffer is volatile within the
  function so as to avoid compiler side effects, but functions calling it
  shouldn't be affected (gcc shouldn't cache memory scope past a function
  call)
  
  Revision  Changes    Path
  1.23      +3 -3      src/sys/i386/isa/seagate.c



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