Home | History | Annotate | Download | only in common
History log of /src/sys/arch/ews4800mips/stand/common/ether_if.c
RevisionDateAuthorComments
 1.6  21-Nov-2014  christos need clock_subr.h for bcdtobin()
 1.5  12-Jan-2009  tsutsui branches: 1.5.24;
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.4  12-Jan-2009  tsutsui Fix getsecs() to return more proper values:
- use not only second but also minute and hour registers
- use bcdtobin() to read mkclock registers
 1.3  28-Apr-2008  martin branches: 1.3.8; 1.3.10;
Remove clause 3 and 4 from TNF licenses
 1.2  21-Feb-2007  thorpej branches: 1.2.42; 1.2.44; 1.2.46;
Replace the Mach-derived boolean_t type with the C99 bool type. A
future commit will replace use of TRUE and FALSE with true and false.
 1.1  29-Dec-2005  tsutsui branches: 1.1.18; 1.1.28;
Initial import of NetBSD/ews4800mips port,
for NEC's MIPS based EWS4800 workstations.

Most porting work was done by UCHIYAMA Yasushi <uch@netbsd>
http://mail-index.netbsd.org/port-mips/2004/06/27/0000.html
and various cleanup, updating, and fixes have been done by me.
Currently only EWS4800/350, 360, 360AD, 360ADII, 360EX and 360SX
models are supported.
 1.1.28.1  27-Feb-2007  yamt - sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.
 1.1.18.3  26-Feb-2007  yamt sync with head.
 1.1.18.2  21-Jun-2006  yamt sync with head.
 1.1.18.1  29-Dec-2005  yamt file ether_if.c was added on branch yamt-lazymbuf on 2006-06-21 14:51:21 +0000
 1.2.46.2  04-May-2009  yamt sync with head.
 1.2.46.1  16-May-2008  yamt sync with head.
 1.2.44.1  18-May-2008  yamt sync with head.
 1.2.42.2  17-Jan-2009  mjf Sync with HEAD.
 1.2.42.1  02-Jun-2008  mjf Sync with HEAD.
 1.3.10.1  06-Feb-2009  snj Pull up following revision(s) (requested by tsutsui in ticket #419):
sys/arch/ews4800mips/stand/common/ether_if.c: revision 1.4
Fix getsecs() to return more proper values:
- use not only second but also minute and hour registers
- use bcdtobin() to read mkclock registers
 1.3.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.24.1  03-Dec-2017  jdolecek update from HEAD

RSS XML Feed