History log of /netbsd/sys/arch/pmax/include/dec_prom.h (Results 1 – 24 of 24)
Revision Date Author Comments
# b287f171 11-Jun-2016 dholland <dholland@NetBSD.org>

gets -> unsafe_gets; nothing uses this but let's not start by accident.
(related to PR 51200)


# 3cd44b66 20-Feb-2011 matt <matt@NetBSD.org>

Merge forward from matt-nb5-mips64.
New interrupt code.
mips64 support for DS5000/260.


# 290a34a0 14-Dec-2009 matt <matt@NetBSD.org>

Merge from matt-nb5-mips64
Merge mips-specific arch files.


# 02cdf4d2 14-Mar-2009 dsl <dsl@NetBSD.org>

Remove all the __P() from sys (excluding sys/dist)
Diff checked with grep and MK1 eyeball.
i386 and amd64 GENERIC and sys still build.


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

merge ktrace-lwp.


# 4c26f572 01-Jun-2005 drochner <drochner@NetBSD.org>

make the argument to prom getenv() cnd the printf() format const
remove variable names from prototypes


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# 20039b1d 24-Aug-2001 mhitch <mhitch@NetBSD.org>

Use the PROM bitmap, if available, to determine available memory. Also
add support of multiple memory segments so machines that allow mixed
memory sizes can utilize all available memory.


# 1dcdcbf2 30-Jul-2001 mhitch <mhitch@NetBSD.org>

The memmap structure contains the memory bitmap returned by the PROM
getbitmap() call.


# 838b5e08 09-Jan-2000 ad <ad@NetBSD.org>

- Fix RCS Ids.
- Spacing.
- Protect from multiple inclusion in a consistant way (except on headers
that do nothing except function as mips header wrappers).


# 33fe56f8 01-Mar-1999 simonb <simonb@NetBSD.org>

Fix prototype for clear_cache (takes an address and length, not void).


# 22cbe4ab 01-Feb-1999 simonb <simonb@NetBSD.org>

Add a comment that the bcopy #define that uses the PROM's memset don't
handle overlapping copies. From Jonathan Stone.


# cbbad6d2 31-Jan-1999 simonb <simonb@NetBSD.org>

Add bzero/bcopy defines to use PROM memset/memcpy.

Change test to include defines from
#ifndef _KERNEL
to
#if defined(_STANDALONE) && !defined(_NO_PROM_DEFINES)


# e1167d24 30-Jan-1999 simonb <simonb@NetBSD.org>

Add REX magic number


# ddd6d4ce 29-Jan-1999 simonb <simonb@NetBSD.org>

Add some more PROM entry points


# cb573250 21-Sep-1996 jonathan <jonathan@NetBSD.org>

Add fake, bogus prototype for gettcinfo(), with "void" arglist.
(Not having a prototype breaks -Wstrict-prototypes, this callback
isn't used, and we don't know what the prototype should be.)


# aff8e704 08-Apr-1996 jonathan <jonathan@NetBSD.org>

Fix hanging open comment.


# 88e512b6 01-Feb-1996 mycroft <mycroft@NetBSD.org>

LOCORE -> _LOCORE


# 71ab4ed9 28-Mar-1995 jtc <jtc@NetBSD.org>

KERNEL -> _KERNEL


# ca985c53 18-Jan-1995 mellon <mellon@NetBSD.org>

Many changes from Jonathan Stone and a few from me to make small boot blocks and handle NetBSD a.out


# a63beafc 26-Oct-1994 cgd <cgd@NetBSD.org>

new RCS ID format.


# 6b63c739 27-May-1994 glass <glass@NetBSD.org>

bsd 4.4-lite pmax port as ported to NetBSD


# 814f4529 27-May-1994 glass <glass@NetBSD.org>

upgrade to bsd 4.4-lite code base. only mod is rcsids


# fe806afe 12-Oct-1993 deraadt <deraadt@NetBSD.org>

pmax code from <ralphc@pyramid.com> & <rick@snowhite.cis.uoguelph.ca>