Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Nov 2002 15:49:10 -0800 (PST)
From:      Sam Leffler <sam@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_dc.c if_de.c if_pcn.c if_rl.c if_sf.c if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c if_vr.c if_wb.c if_xl.c
Message-ID:  <200211142349.gAENnA4X003778@repoman.freebsd.org>

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

  Modified files:
    sys/pci              if_dc.c if_de.c if_pcn.c if_rl.c if_sf.c 
                         if_sis.c if_sk.c if_ste.c if_ti.c if_tl.c 
                         if_vr.c if_wb.c if_xl.c 
  Log:
  o track either_ifattach/ether_ifdetach API changes
  o use if_input for input packet processing
  o don't strip the Ethernet header for input packets
  o use BPF_* macros bpf tapping
  o call ether_ioctl to handle default ioctl case
  o track vlan changes
  
  Reviewed by:    many
  Approved by:    re
  
  Revision  Changes    Path
  1.83      +6 -16     src/sys/pci/if_dc.c
  1.140     +5 -14     src/sys/pci/if_de.c
  1.29      +5 -13     src/sys/pci/if_pcn.c
  1.79      +5 -16     src/sys/pci/if_rl.c
  1.47      +5 -16     src/sys/pci/if_sf.c
  1.58      +8 -11     src/sys/pci/if_sis.c
  1.52      +6 -16     src/sys/pci/if_sk.c
  1.41      +9 -18     src/sys/pci/if_ste.c
  1.67      +16 -29    src/sys/pci/if_ti.c
  1.72      +9 -18     src/sys/pci/if_tl.c
  1.55      +5 -16     src/sys/pci/if_vr.c
  1.50      +5 -16     src/sys/pci/if_wb.c
  1.111     +7 -18     src/sys/pci/if_xl.c

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?200211142349.gAENnA4X003778>