diff options
author | paul <paul@FreeBSD.org> | 1993-07-09 00:09:34 +0000 |
---|---|---|
committer | paul <paul@FreeBSD.org> | 1993-07-09 00:09:34 +0000 |
commit | eb1d2a402b9e4762bcc1f9d370bf8926f6a8abba (patch) | |
tree | 84e7ead12f5d2f7bd0e05512d599fd63f80c5aa3 | |
parent | 217d2cb4822808e9c94d0903a3ab656183975ffc (diff) | |
download | FreeBSD-src-eb1d2a402b9e4762bcc1f9d370bf8926f6a8abba.zip FreeBSD-src-eb1d2a402b9e4762bcc1f9d370bf8926f6a8abba.tar.gz |
Added copyright message -- it didn't have one before
-rw-r--r-- | sys/i386/isa/if_is.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/sys/i386/isa/if_is.c b/sys/i386/isa/if_is.c index e08da3b..68261ff 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" |