Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 15:28:48 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net ethernet.h
Message-ID:  <200211142328.gAENSmex001850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sam         2002/11/14 15:28:48 PST

  Modified files:
    sys/net              ethernet.h 
  Log:
  general cleanups mostly aimed at improving portability of drivers
  
  o ETHER_* (ETHER_ALIGN, ETHER_MAX_FRAME, ETHER_CRC_LEN, etc.)
  o M_HASFCS for drivers to indicate packets include FCS
  o remove global declarations for ng_ether* and vlan_* since these
    represent a private contract between the if_ethersubr.c code and
    certain parts of the system that should not normally be abused
  o add ether_* declarations that were elsewhere
  o remove ETHER_BPF_* since they are no longer used with the parameter
    no longer passed to ether_ifattach and ether_ifdetach
  
  Reviewed by:    many
  Approved by:    re
  
  Revision  Changes    Path
  1.22      +38 -43    src/sys/net/ethernet.h

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?200211142328.gAENSmex001850>