Home | History | Annotate | Download | only in boot
History log of /src/sys/arch/vax/boot/boot/if_ze.c
RevisionDateAuthorComments
 1.17  26-Oct-2009  cegger kill extra whitespaces
reviewed by tsutsui@
 1.16  18-Mar-2009  cegger bcopy -> memcpy
 1.15  18-Mar-2009  cegger bzero -> memset
 1.14  14-Mar-2009  dsl 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.13  12-Jan-2009  tsutsui branches: 1.13.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.12  27-May-2002  ragge branches: 1.12.108; 1.12.112; 1.12.120;
Use correct ethernet address address on VXT2000.
 1.11  24-May-2002  ragge Boot support for the VXT2000 X terminal, based on some info on the VAXLinux
mailing list.
 1.10  20-May-2000  ragge branches: 1.10.8; 1.10.12; 1.10.20;
Change all devices to use the RPB info when autobooting, this allows for
booting from unsupported devices also. As a side effect; it fixes PR#9202.
 1.9  18-May-2000  matt fix comments.
 1.8  09-May-2000  ragge Get boot device CSR from RPB instead of trying to guess it.
 1.7  08-May-2000  ragge Console support for VXT 2000, VAX 4000/105 and VAX 4000/500.
From Michael Kukat.
 1.6  28-Apr-2000  matt Dump NRCV to 8 from 5. Note that a 8K NFS reply takes 6 full size
Ethernet packets so the chances are that if the server was fast enough
this driver would continuously lose one of the fragments. Eventually
causing the kernel load to fail. Add 2 extra for random ARP or other
packets that might be picked up.
 1.5  23-Aug-1999  ragge branches: 1.5.2;
Add support for 4000/90. Also handle interrupts more intelligent.
XXX - countdown doesn't work on 4000/90.
 1.4  07-Aug-1999  ragge Reset the interface when loading is finished, to avoid spurious writing
to memory.
 1.3  01-Apr-1999  ragge A bunch of small fixes to make boot work on most VAXen.
 1.2  25-Mar-1999  thorpej Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them
ourselves.
 1.1  06-Mar-1999  ragge New boot program for vax. Appearance similar to the i386 boot blocks.
 1.5.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.10.20.1  30-May-2002  gehenna Catch up with -current.
 1.10.12.1  20-Jun-2002  nathanw Catch up to -current.
 1.10.8.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.12.120.2  28-Apr-2009  skrll Sync with HEAD.
 1.12.120.1  19-Jan-2009  skrll Sync with HEAD.
 1.12.112.2  11-Mar-2010  yamt sync with head
 1.12.112.1  04-May-2009  yamt sync with head.
 1.12.108.1  17-Jan-2009  mjf Sync with HEAD.
 1.13.2.1  13-May-2009  jym Sync with HEAD.

Commit is split, to avoid a "too many arguments" protocol error.

RSS XML Feed