]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
World, I'd like you to meet the first FreeBSD token Ring driver.
authorjulian <julian@FreeBSD.org>
Sat, 20 Feb 1999 11:18:00 +0000 (11:18 +0000)
committerjulian <julian@FreeBSD.org>
Sat, 20 Feb 1999 11:18:00 +0000 (11:18 +0000)
commit16c8d9e8d0ca48475483b6c811b4af317c734ab0
treee3e5ce3fffddfb7abb04759c7f4a6af8d76a18c1
parent0fd1dd9aabd45a0d145034aef2766eb2a88c1185
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 <lile@stdio.com>
22 files changed:
contrib/tcpdump/interface.h
contrib/tcpdump/print-token.c [new file with mode: 0644]
contrib/tcpdump/tcpdump.c
contrib/tcpdump/token.h [new file with mode: 0644]
sys/conf/NOTES
sys/conf/files
sys/conf/files.i386
sys/dev/oltr/if_oltr.c [new file with mode: 0644]
sys/dev/oltr/trlld.h [new file with mode: 0644]
sys/dev/oltr/trlld.o.uu [new file with mode: 0644]
sys/dev/oltr/trlldbm.o.uu [new file with mode: 0644]
sys/dev/oltr/trlldhm.o.uu [new file with mode: 0644]
sys/dev/oltr/trlldmac.o.uu [new file with mode: 0644]
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/i386/conf/files.i386
sys/net/if_arp.h
sys/net/if_iso88025subr.c [new file with mode: 0644]
sys/net/if_media.h
sys/net/iso88025.h [new file with mode: 0644]
sys/netinet/if_ether.c
usr.sbin/tcpdump/tcpdump/Makefile