From owner-cvs-all Sat Feb 20 3:18: 3 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4DD80112A1; Sat, 20 Feb 1999 03:18:01 -0800 (PST) (envelope-from julian@FreeBSD.org) Received: (from julian@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id DAA08567; Sat, 20 Feb 1999 03:18:01 -0800 (PST) (envelope-from julian@FreeBSD.org) Message-Id: <199902201118.DAA08567@freefall.freebsd.org> From: Julian Elischer Date: Sat, 20 Feb 1999 03:18:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/contrib/tcpdump print-token.c token.h interface.h tcpdump.c src/usr.sbin/tcpdump/tcpdump Makefile src/sys/conf files src/sys/dev/oltr if_oltr.c trlld.h trlld.o.uu trlldbm.o.uu trlldhm.o.uu trlldmac.o.uu src/sys/i386/conf LINT files.i386 ... Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk julian 1999/02/20 03:18:00 PST Modified files: contrib/tcpdump interface.h tcpdump.c usr.sbin/tcpdump/tcpdump Makefile sys/conf files sys/i386/conf LINT files.i386 sys/net if_arp.h if_media.h sys/netinet if_ether.c Added files: contrib/tcpdump print-token.c token.h sys/dev/oltr if_oltr.c trlld.h trlld.o.uu trlldbm.o.uu trlldhm.o.uu trlldmac.o.uu sys/net if_iso88025subr.c iso88025.h Log: World, I'd like you to meet the first FreeBSD token Ring driver. This is for various Olicom cards. An IBM driver is following. This patch also adds support to tcpdump to decode packets on tokenring. Congratulations to the proud father.. (below) Submitted by: Larry Lile Revision Changes Path 1.2 +97 -82 src/contrib/tcpdump/interface.h 1.2 +57 -33 src/contrib/tcpdump/tcpdump.c 1.21 +3 -3 src/usr.sbin/tcpdump/tcpdump/Makefile 1.199 +1 -0 src/sys/conf/files 1.556 +11 -3 src/sys/i386/conf/LINT 1.223 +18 -1 src/sys/i386/conf/files.i386 1.11 +2 -1 src/sys/net/if_arp.h 1.3 +17 -4 src/sys/net/if_media.h 1.54 +8 -3 src/sys/netinet/if_ether.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message