Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jan 2001 03:06:32 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_loop.c if_var.h
Message-ID:  <200101291106.f0TB6XC39698@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2001/01/29 03:06:32 PST

  Modified files:
    sys/net              if_loop.c if_var.h 
  Log:
  Make the number of loopback interfaces dynamically tunable.  Why one
  would *want* to is a different story, but it used to be able to be done
  statically.  Get rid of #include "loop.h" and struct ifnet loif[NLOOP];
  This could be used as an example of how to do this in other drivers,
  for example: ccd.
  
  Revision  Changes    Path
  1.54      +79 -17    src/sys/net/if_loop.c
  1.30      +2 -2      src/sys/net/if_var.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?200101291106.f0TB6XC39698>