cvs commit: src/sys/net if_atm.h if_atmsubr.c

Hartmut Brandt harti at FreeBSD.org
Tue Jul 15 03:37:11 PDT 2003


harti       2003/07/15 03:37:09 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_atm.h if_atmsubr.c 
  Log:
  Implement an utility function that can be used by device drivers to
  implement the ATMIOCGVCCS ioctls. This routine handles changing
  VCC tables (which can occure because we cannot hold the driver mutex
  while allocating memory) with a loop and a re-allocation, should the
  table not fit in the allocated memory.
  
  Revision  Changes    Path
  1.15      +2 -0      src/sys/net/if_atm.h
  1.31      +57 -0     src/sys/net/if_atmsubr.c


More information about the cvs-src mailing list