From owner-cvs-all Wed Oct 11 17: 3:54 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C53737B502; Wed, 11 Oct 2000 17:03:51 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA05401; Wed, 11 Oct 2000 17:03:51 -0700 (PDT) (envelope-from phk@FreeBSD.org) Message-Id: <200010120003.RAA05401@freefall.freebsd.org> From: Poul-Henning Kamp Date: Wed, 11 Oct 2000 17:03:50 -0700 (PDT) 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 ... X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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