History log of /netbsd-src/sys/dev/mvme/vme_two.c (Results 1 – 9 of 9)
Revision Date Author Comments
# f18840a4 05-Dec-2021 msaitoh <msaitoh@NetBSD.org>

s/progam/program/ in comment.


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

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

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

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 07d1f9c9 02-Apr-2004 scw <scw@NetBSD.org>

After re-checking the docs in response to a port-mvme68k question,
don't claim to support D8 local-bus->VMEbus transfers.


# e6085b4b 26-Nov-2003 scw <scw@NetBSD.org>

A couple of fixes inspired by a recent port-mvme68k post:

- Fix the display of VME master ranges such that the address modifier
is shown correctly.

- Apply vr_mask to the start/end VME master

A couple of fixes inspired by a recent port-mvme68k post:

- Fix the display of VME master ranges such that the address modifier
is shown correctly.

- Apply vr_mask to the start/end VME master addresses, and adjust
the local start address to compensate.

show more ...


# 365cbd94 14-Jul-2003 lukem <lukem@NetBSD.org>

add missing __KERNEL_RCSID()


# 08bde987 12-Feb-2002 scw <scw@NetBSD.org>

Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
in preparation for future mvmeppc and mvme88k ports.

This needs a bit if tidying up to make it trully shareable, which wil

Separate out devices common to many Motorola mvme boards (68k, 88k and ppc)
in preparation for future mvmeppc and mvme88k ports.

This needs a bit if tidying up to make it trully shareable, which will
happen as the new mvme ports are added.

show more ...