cvs commit: src/sys/pci if_de.c

John Baldwin jhb at FreeBSD.org
Wed Aug 17 17:46:52 GMT 2005


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


More information about the cvs-all mailing list