History log of /netbsd/sys/arch/vax/boot/boot/if_ni.c (Results 1 – 11 of 11)
Revision Date Author Comments
# 2d5d8524 22-May-2017 ragge <ragge@NetBSD.org>

Update copyright notice for Ludd (remove clause 3 & 4).


# 8ea099d4 09-Nov-2013 christos <christos@NetBSD.org>

fix unused variable warnings


# f13ea86e 03-Jul-2011 mrg <mrg@NetBSD.org>

avoid some multi-level pointer cast issues.


# 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.


# baec9288 10-Jul-2000 ragge <ragge@NetBSD.org>

NODESIZE -> BI_NODESIZE.


# 53cc7ebe 15-Jun-2000 ragge <ragge@NetBSD.org>

Standalone device driver for DEBNx (ni) ethernet controllers.