From owner-cvs-all Thu May 13 5:21:46 1999 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 5444D14C0D; Thu, 13 May 1999 05:21:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA58887; Thu, 13 May 1999 05:21:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <199905131221.FAA58887@freefall.freebsd.org> From: Bruce Evans Date: Thu, 13 May 1999 05:21:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa/ic i82586.h src/sys/i386/isa if_ie.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/05/13 05:21:44 PDT Modified files: sys/i386/isa/ic i82586.h sys/i386/isa if_ie.c Log: Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were for old confusion of `volatile char *' with `volatile caddr_t'. 7 lines were for not being careful about aligning pointers to volatiles. Revision Changes Path 1.8 +11 -4 src/sys/i386/isa/ic/i82586.h 1.60 +12 -14 src/sys/i386/isa/if_ie.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message