From owner-cvs-all Tue Jan 9 18:50:24 2001 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id 5DDA737B400; Tue, 9 Jan 2001 18:50:02 -0800 (PST) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id NAA15842; Wed, 10 Jan 2001 13:49:55 +1100 Date: Wed, 10 Jan 2001 13:50:47 +1100 (EST) From: Bruce Evans X-Sender: bde@besplex.bde.org To: Garrett Wollman Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/lnc if_lnc.c In-Reply-To: <200101090423.f094Nvd17769@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 8 Jan 2001, Garrett Wollman wrote: > wollman 2001/01/08 20:23:57 PST > > Modified files: > sys/dev/lnc if_lnc.c > Log: > Make it clear that the macro `inb' is being overridden. inb() shouldn't be overridden. It is in the implementation namespace and might be used to implement bus_space_read_1(). Similar abuse of inw() and outw() was not detected because they are not implemented as macros. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message