Home | History | Annotate | Download | only in common
History log of /src/sys/arch/pmax/stand/common/if_prom.c
RevisionDateAuthorComments
 1.11  12-Jan-2011  tsutsui Pull a fix from src/sys/net/if_ethersubr.c rev. 1.185:
Fix off by one.
 1.10  10-Jan-2011  tsutsui - start.S
add a hazard nop so that prom_restart() works properly on MIPS1
(it seems broken since initial revision and had been restarted by fault?)

- common.h
export prom_restart()

- if_prom.c
use prom_restart() instead of a direct PROM call (that should be equivalent)
 1.9  09-Jan-2011  tsutsui Misc cleanup:
- use DPRINTF() style debug printf
- KNF and ANSIfy
- fix space/TAB botch
- remove extra newlines
 1.8  09-Jan-2011  tsutsui Check if `enet' environment variable is available before reference to
get MAC address, and exit with appropriate warning messages if it isn't.
My 3MIN doesn't set the variable by default and netboot fails silently.
Also tidy up code that converts strings to enaddr.
 1.7  14-Mar-2009  dsl branches: 1.7.4;
Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)
 1.6  14-Mar-2009  dsl Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.
 1.5  12-Jan-2009  tsutsui branches: 1.5.2;
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  04-May-2008  martin branches: 1.4.8;
Move to standard TNF 2 clause license
 1.3  27-Oct-2007  tsutsui branches: 1.3.16; 1.3.18; 1.3.20;
Include <lib/libsa/dev_net.h> for "extern int try_bootp" decl.
 1.2  13-Mar-2003  drochner branches: 1.2.18; 1.2.60; 1.2.78; 1.2.80; 1.2.84;
cope with changes to libsa/netif.h
(This shouldn't use libsa/netif at all.)
 1.1  23-Feb-2002  gmcgarry branches: 1.1.2; 1.1.10;
Support two-stage netboot. Is known to work on maxine, but problems
have been reported on 3min.
 1.1.10.2  16-Mar-2002  jdolecek Catch up with -current.
 1.1.10.1  23-Feb-2002  jdolecek file if_prom.c was added on branch kqueue on 2002-03-16 15:59:14 +0000
 1.1.2.2  28-Feb-2002  nathanw Catch up to -current.
 1.1.2.1  23-Feb-2002  nathanw file if_prom.c was added on branch nathanw_sa on 2002-02-28 04:11:24 +0000
 1.2.84.1  13-Nov-2007  bouyer Sync with HEAD
 1.2.80.1  06-Nov-2007  matt sync with HEAD
 1.2.78.1  28-Oct-2007  joerg Sync with HEAD.
 1.2.60.1  03-Dec-2007  ad Sync with HEAD.
 1.2.18.1  15-Nov-2007  yamt sync with head.
 1.3.20.2  04-May-2009  yamt sync with head.
 1.3.20.1  16-May-2008  yamt sync with head.
 1.3.18.1  18-May-2008  yamt sync with head.
 1.3.16.2  17-Jan-2009  mjf Sync with HEAD.
 1.3.16.1  02-Jun-2008  mjf Sync with HEAD.
 1.4.8.2  28-Apr-2009  skrll Sync with HEAD.
 1.4.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.5.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.7.4.1  05-Mar-2011  rmind sync with head

RSS XML Feed