Date: Mon, 5 May 2003 09:35:52 -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 midway.c midwayvar.h src/sys/net if_atm.h if_atmsubr.c src/sys/pci if_en_pci.c Message-ID: <200305051635.h45GZqEg083554@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/05/05 09:35:52 PDT FreeBSD src repository Modified files: sys/dev/en midway.c midwayvar.h sys/net if_atm.h if_atmsubr.c sys/pci if_en_pci.c Log: Define a link layer MIB for ATM. Most fields of this MIB are needed by ILMI daemons. Factor out common softc fields for all ATM interfaces that need to be externally visible into an ifatm structure and make the midway driver using this structure and fill the MIB. Revision Changes Path 1.39 +67 -44 src/sys/dev/en/midway.c 1.8 +1 -5 src/sys/dev/en/midwayvar.h 1.8 +60 -0 src/sys/net/if_atm.h 1.26 +3 -0 src/sys/net/if_atmsubr.c 1.23 +16 -16 src/sys/pci/if_en_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305051635.h45GZqEg083554>