From owner-cvs-src@FreeBSD.ORG Fri Sep 5 17:23:21 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 618) id F17CE16A4C0; Fri, 5 Sep 2003 17:23:21 -0700 (PDT) In-Reply-To: <200309041539.h84Fdj1k008672@repoman.freebsd.org> from Thomas Moestl at "Sep 4, 2003 08:39:45 am" To: tmm@FreeBSD.org (Thomas Moestl) Date: Fri, 5 Sep 2003 17:23:21 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20030906002321.F17CE16A4C0@hub.freebsd.org> From: wpaul@FreeBSD.ORG (Bill Paul) cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/pci if_rl.c if_rlreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2003 00:23:22 -0000 > tmm 2003/09/04 08:39:45 PDT > > FreeBSD src repository > > Modified files: > sys/pci if_rl.c if_rlreg.h > Log: > Use stream bus space accesses to program the ID (station address) > registers; otherwise, the byte order of the address is changed on > big-endian machines. > > Revision Changes Path > 1.115 +4 -2 src/sys/pci/if_rl.c > 1.34 +2 -0 src/sys/pci/if_rlreg.h > Do you by any chance know if this affects the multicast filter hash table registers as well? Also, is it possible to achieve the same effect using htole32()? -Bill