Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/vax/boot/boot/netio.c
RevisionDateAuthorComments
 1.16  19-May-2011  jakllsch Specify that the sock argument of socktodesc() is an int,
instead of letting it default to int.
 1.15  26-Oct-2009  cegger branches: 1.15.4; 1.15.6;
kill extra whitespaces
reviewed by tsutsui@
 1.14  21-Oct-2009  snj Drop 3rd and 4th clauses. Approved by gwr@ (copyright holder).
 1.13  18-Mar-2009  cegger bcopy -> memcpy
 1.12  18-Mar-2009  cegger bzero -> memset
 1.11  12-Jan-2009  tsutsui branches: 1.11.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.10  28-Apr-2008  martin branches: 1.10.8;
Remove clause 3 and 4 from TNF licenses
 1.9  11-Dec-2005  christos branches: 1.9.74; 1.9.76; 1.9.78;
merge ktrace-lwp.
 1.8  27-Jun-2005  junyoung Use the form of #include <...> rather than #include "..." for headers of
which paths don't start from the current directory.
 1.7  28-Mar-2003  he branches: 1.7.2;
Compensate for the change of type for io_netif by adding a cast so
that this compiles again.
 1.6  26-May-2000  ragge Don't init the net info more than once.
 1.5  20-May-2000  ragge Adopt to the RPB changes. Complete change of how network devices are
handled. No more hacks to find bus addresses.
 1.4  30-Jun-1999  ragge branches: 1.4.2;
Stop the network interface after kernel is loaded but before starting it.
Not doing this caused packets to be read into memory somewhere after the
kernel was started but before the device was probed, normally in the
system page table. This gave quite unpredictable results...
 1.3  07-May-1999  drochner include <lib/libkern/libkern.h> for intoa()/inet_ntoa()
 1.2  01-Apr-1999  ragge branches: 1.2.4;
A bunch of small fixes to make boot work on most VAXen.
 1.1  06-Mar-1999  ragge New boot program for vax. Appearance similar to the i386 boot blocks.
 1.2.4.2  01-Jul-1999  thorpej Sync w/ -current.
 1.2.4.1  21-Jun-1999  thorpej Sync w/ -current.
 1.4.2.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.7.2.1  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.9.78.3  11-Mar-2010  yamt sync with head
 1.9.78.2  04-May-2009  yamt sync with head.
 1.9.78.1  16-May-2008  yamt sync with head.
 1.9.76.1  18-May-2008  yamt sync with head.
 1.9.74.2  17-Jan-2009  mjf Sync with HEAD.
 1.9.74.1  02-Jun-2008  mjf Sync with HEAD.
 1.10.8.2  28-Apr-2009  skrll Sync with HEAD.
 1.10.8.1  19-Jan-2009  skrll Sync with HEAD.
 1.11.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.
 1.15.6.1  06-Jun-2011  jruoho Sync with HEAD.
 1.15.4.1  31-May-2011  rmind sync with head

RSS XML Feed