From owner-cvs-sys Sat May 24 21:14:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA06895 for cvs-sys-outgoing; Sat, 24 May 1997 21:14:04 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA06873; Sat, 24 May 1997 21:13:47 -0700 (PDT) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA10775; Sat, 24 May 1997 21:13:28 -0700 (PDT) Date: Sat, 24 May 1997 21:13:28 -0700 (PDT) Message-Id: <199705250413.VAA10775@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa seagate.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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