From owner-cvs-all Fri May 10 9:56:26 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F0EF37B406; Fri, 10 May 2002 09:56:14 -0700 (PDT) Received: (from gallatin@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4AGuEv51189; Fri, 10 May 2002 09:56:14 -0700 (PDT) (envelope-from gallatin) Message-Id: <200205101656.g4AGuEv51189@freefall.freebsd.org> From: Andrew Gallatin Date: Fri, 10 May 2002 09:56:14 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/pci irongate_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gallatin 2002/05/10 09:56:14 PDT Modified files: sys/alpha/pci irongate_pci.c Log: Remove ## concatination in the CFGREAD and CFGWRITE macros, as gcc3 complains about them & they are not needed. Same fix as to tsunami_pci.c. (not surprising, as this code was cut and pasted from there when I wrote it). Revision Changes Path 1.8 +2 -2 src/sys/alpha/pci/irongate_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message