1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-12 14:29:28 +00:00
freebsd/sys/netipx
Robert Watson 5ca770c90c Update copyright to 2006, comment on my contribution to this code in the
style of previous contributors.

MFC after:	1 month
2006-03-24 00:02:15 +00:00
..
ipx_cksum.c
ipx_if.h
ipx_input.c Comment that raw output filter code for IPX should run in a netisr so as 2006-03-24 00:00:23 +00:00
ipx_ip.c When the kernel is compiled with options IPXIP, run the network stack 2006-03-23 23:07:56 +00:00
ipx_ip.h
ipx_outputfl.c
ipx_pcb.c
ipx_pcb.h Move spx_savesi from being a global variable to an automatically allocated 2006-03-23 19:58:12 +00:00
ipx_proto.c Use sparse initializers for "struct domain" and "struct protosw", 2005-11-09 13:29:16 +00:00
ipx_usrreq.c
ipx_var.h
ipx.c
ipx.h
README Update copyright to 2006, comment on my contribution to this code in the 2006-03-24 00:02:15 +00:00
spx_debug.c
spx_debug.h
spx_timer.h
spx_usrreq.c Move spx_savesi from being a global variable to an automatically allocated 2006-03-23 19:58:12 +00:00
spx_var.h
spx.h

$FreeBSD$

This protocol implements IPX/SPX over Ethernet_II frame type 0x8137.
Please note: the SPX implementation may require further work and testing
to insure proper operation.

Mike Mitchell, Network Engineer
AMTECH Systems Corporation, Technology and Manufacturing
8600 Jefferson Street, Albuquerque, New Mexico 87113 (505) 856-8000
supervisor@alb.asctmd.com

John Hay
Some Company
Some Address
jhay@mikom.csir.co.za

Adapted for multi-processor, multi-threaded network stack by Robert N. M.
Watson, Computer Laboratory, University of Cambridge.

--- Copyright Information ---
/*-

Copyright (c) 1984, 1985, 1986, 1987, 1993
The Regents of the University of California.  All rights reserved.

Modifications Copyright (c) 1995, Mike Mitchell
Modifications Copyright (c) 1995, John Hay
Modifications Copyright (c) 2004-2006 Robert N. M. Watson

*/