Date: Wed, 17 Aug 2005 17:46:51 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_de.c Message-ID: <200508171746.j7HHkqCd037443@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-08-17 17:46:51 UTC FreeBSD src repository Modified files: sys/pci if_de.c Log: - Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER. - Don't set IFF_ALLMULTI in our ifnet's if_flags if we end up allowing all multicast due to limits in the MAC receive filters in hardware. Requested by: rwatson (2) Revision Changes Path 1.170 +8 -19 src/sys/pci/if_de.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508171746.j7HHkqCd037443>