History log of /netbsd/sys/arch/vax/boot/boot/if_qe.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 75b1d00a 20-Mar-2018 ragge <ragge@NetBSD.org>

Change the driver to map the data structures onto the qbus.


# 62cf489d 26-Oct-2009 cegger <cegger@NetBSD.org>

kill extra whitespaces
reviewed by tsutsui@


# e2cb8590 18-Mar-2009 cegger <cegger@NetBSD.org>

bcopy -> memcpy


# c363a9cb 18-Mar-2009 cegger <cegger@NetBSD.org>

bzero -> memset


# 69cf32a7 12-Jan-2009 tsutsui <tsutsui@NetBSD.org>

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

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.

show more ...


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 5bf1ad37 01-Jul-2006 mrg <mrg@NetBSD.org>

fix pointer signedness and build with GCC4.


# c5f56fab 20-May-2000 ragge <ragge@NetBSD.org>

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.


# 04620b62 30-Jun-1999 ragge <ragge@NetBSD.org>

Search for include files in new locations.


# e1305e82 06-Mar-1999 ragge <ragge@NetBSD.org>

New boot program for vax. Appearance similar to the i386 boot blocks.