Home | History | Annotate | Download | only in ofwboot
History log of /src/sys/arch/shark/stand/ofwboot/netif_of.c
RevisionDateAuthorComments
 1.5  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.4  11-Dec-2005  christos branches: 1.4.76; 1.4.80; 1.4.88;
merge ktrace-lwp.
 1.3  30-Jun-2004  christos - full ansi prototypes
- turn WARNS=3 on
 1.2  13-Mar-2003  drochner branches: 1.2.2;
Remove remaining uses of libsa/netif -- the "netif" structure was only
used to lookup a "struct of_dev", everything else was ballast.
Do it straightforward now and assign the ofdev directly to io_netif.
 1.1  10-Feb-2002  thorpej branches: 1.1.2; 1.1.14;
Kill arch/arm32. The last platform supported there, Shark, is now
in arch/shark.

(NOTE: arch/dnard, a premature move to split out the Shark support
code, is going to be deleted. It has bit-rotted.)
 1.1.14.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.1.14.1  10-Feb-2002  jdolecek file netif_of.c was added on branch kqueue on 2002-06-23 17:41:38 +0000
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  10-Feb-2002  nathanw file netif_of.c was added on branch nathanw_sa on 2002-02-28 04:11:59 +0000
 1.2.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.2.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.2.2.1  03-Aug-2004  skrll Sync with HEAD
 1.4.88.1  19-Jan-2009  skrll Sync with HEAD.
 1.4.80.1  04-May-2009  yamt sync with head.
 1.4.76.1  17-Jan-2009  mjf Sync with HEAD.

RSS XML Feed