Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Aug 2003 05:02:25 -0700 (PDT)
From:      Hartmut Brandt <harti@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/en if_en_pci.c midway.c midwayvar.h
Message-ID:  <200308051202.h75C2PaA024540@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308051202.h75C2PaA024540>