cvs commit: src/sys/dev/en if_en_pci.c midway.c midwayvar.h

Hartmut Brandt harti at FreeBSD.org
Tue Aug 5 05:02:26 PDT 2003


harti       2003/08/05 05:02:25 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/en           if_en_pci.c midway.c midwayvar.h 
  Log:
  Make the en(4) driver more like the other ATM drivers. This is the
  preparation for supporting the OPENVCC and CLOSEVCC ioctls which
  are needed for ng_atm. This required some re-organisation of the code
  (mostly converting array indexes to pointers). This also gives us
  an array of open vccs that will help in using the generic GETVCCS handler.
  
  Revision  Changes    Path
  1.27      +2 -1      src/sys/dev/en/if_en_pci.c
  1.48      +323 -233  src/sys/dev/en/midway.c
  1.10      +23 -13    src/sys/dev/en/midwayvar.h


More information about the cvs-src mailing list