Date: Wed, 11 Oct 2000 17:03:50 -0700 (PDT) From: Poul-Henning Kamp <phk@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/hea eni.c src/sys/dev/hfa fore_load.c fore_var.h src/sys/net intrq.c netisr.h src/sys/netatm atm_device.c atm_if.h atm_proto.c atm_subr.c kern_include.h src/sys/netatm/ipatm ipatm_load.c src/sys/netatm/sigpvc ... Message-ID: <200010120003.RAA05401@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 2000/10/11 17:03:50 PDT Modified files: sys/dev/hea eni.c sys/dev/hfa fore_load.c fore_var.h sys/net intrq.c netisr.h sys/netatm atm_device.c atm_if.h atm_proto.c atm_subr.c kern_include.h sys/netatm/ipatm ipatm_load.c sys/netatm/sigpvc sigpvc_if.c sys/netatm/spans spans_if.c sys/netatm/uni uni_load.c Log: Do some cleanups of the HARP atm codes interface into the system: Define the NETISR just like all the other NETISRs. unifdef -Usun -D__FreeBSD__ we will probably never support sun4c and if we do we can't use the solaris code anyway and I doubt anybody will be running Fore ATM cards in then in the first place. Revision Changes Path 1.11 +2 -8 src/sys/dev/hea/eni.c 1.14 +2 -953 src/sys/dev/hfa/fore_load.c 1.3 +1 -4 src/sys/dev/hfa/fore_var.h 1.4 +1 -11 src/sys/net/intrq.c 1.22 +2 -1 src/sys/net/netisr.h 1.6 +2 -26 src/sys/netatm/atm_device.c 1.3 +1 -7 src/sys/netatm/atm_if.h 1.4 +2 -4 src/sys/netatm/atm_proto.c 1.8 +2 -10 src/sys/netatm/atm_subr.c 1.4 +1 -11 src/sys/netatm/kern_include.h 1.7 +2 -86 src/sys/netatm/ipatm/ipatm_load.c 1.8 +2 -86 src/sys/netatm/sigpvc/sigpvc_if.c 1.7 +2 -86 src/sys/netatm/spans/spans_if.c 1.5 +2 -86 src/sys/netatm/uni/uni_load.c 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?200010120003.RAA05401>