Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Jan 2001 13:50:47 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Garrett Wollman <wollman@FreeBSD.org>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/lnc if_lnc.c
Message-ID:  <Pine.BSF.4.21.0101101342230.24980-100000@besplex.bde.org>
In-Reply-To: <200101090423.f094Nvd17769@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0101101342230.24980-100000>