]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Use htole32() instead of using bswap32() conditional on #if BYTE_ORDER.
authorJohn Baldwin <jhb@FreeBSD.org>
Wed, 17 Aug 2005 17:46:51 +0000 (17:46 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Wed, 17 Aug 2005 17:46:51 +0000 (17:46 +0000)
commit8a8573fdb23f1d14faabde22c10a3aa677151513
treee29582b70fddfeb3d53811eb8432db5571dd44e6
parent6da5b383f15460ecd2a572a912b1ea37e11a44b1
- 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)
sys/dev/de/if_de.c
sys/pci/if_de.c