From eb1d2a402b9e4762bcc1f9d370bf8926f6a8abba Mon Sep 17 00:00:00 2001 From: paul Date: Fri, 9 Jul 1993 00:09:34 +0000 Subject: [PATCH] Added copyright message -- it didn't have one before --- sys/i386/isa/if_is.c | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/sys/i386/isa/if_is.c b/sys/i386/isa/if_is.c index e08da3bf1b2a..68261ffa09c9 100644 --- a/sys/i386/isa/if_is.c +++ b/sys/i386/isa/if_is.c @@ -4,14 +4,21 @@ * * By Paul Richards * + * Copyright (C) 1993, Paul Richards. This software may be used, modified, + * copied, distributed, and sold, in both source and binary form provided + * that the above copyright and these terms are retained. Under no + * circumstances is the author responsible for the proper functioning + * of this software, nor does the author assume any responsibility + * for damages incurred with its use. + * */ /* TODO -1) Add bpf and multicast support +1) Add working multicast support 2) Use better allocation of memory to card 3) Advertise for more packets until all transmit buffers are full -4) Add more of the timers/coutner e.g. arpcom.opackets etc. +4) Add more of the timers/counters e.g. arpcom.opackets etc. */ #include "is.h"