Home | History | Annotate | Download | only in libsa
History log of /src/sys/arch/sun68k/stand/libsa/netif.h
RevisionDateAuthorComments
 1.4  12-Jan-2009  tsutsui Replace time_t values in libsa sources with the following two types
to avoid unnecessary 64 bit ops which would make binaries larger:

satime_t (currently unsigned int):
numbers in seconds returned by the machine dependent getsecs() function
which are used to measure relative time

saseconds_t (currently int):
numbers in seconds used to specify timeout to network drivers

Per discussion on current-users.
 1.3  11-Dec-2005  christos branches: 1.3.74; 1.3.78; 1.3.86;
merge ktrace-lwp.
 1.2  22-Jan-2005  chs de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.
 1.1  14-Jun-2001  fredette branches: 1.1.8; 1.1.24; 1.1.32;
Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.32.1  29-Apr-2005  kent sync with -current
 1.1.24.1  24-Jan-2005  skrll Sync with HEAD.
 1.1.8.2  14-Jun-2001  fredette Added sources for the sun2 boot blocks and other
sun68k-ish code, all of which ought to eventually
be shared with the sun3.
 1.1.8.1  14-Jun-2001  fredette file netif.h was added on branch nathanw_sa on 2001-06-14 12:57:15 +0000
 1.3.86.1  19-Jan-2009  skrll Sync with HEAD.
 1.3.78.1  04-May-2009  yamt sync with head.
 1.3.74.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed