History log of /netbsd-src/sys/arch/prep/include/Makefile (Results 1 – 22 of 22)
Revision Date Author Comments
# 257ef94e 21-Dec-2015 christos <christos@NetBSD.org>

Add mips fenv.h (From FreeBSD)


# 582402ea 23-Jul-2014 alnsn <alnsn@NetBSD.org>

Rename sljitarch.h to sljit_machdep.h.


# 5345f80e 17-Nov-2013 alnsn <alnsn@NetBSD.org>

Enable sljit and bpfjit on powerpc.


# 7b388aee 26-Feb-2007 garbled <garbled@NetBSD.org>

Finish the code in the prep nvram driver that makes it an actual device
(/dev/nvram) and implement all the associated ioctls fully. Tested with
a hacked up copy of eeprom(8). Right now it can only

Finish the code in the prep nvram driver that makes it an actual device
(/dev/nvram) and implement all the associated ioctls fully. Tested with
a hacked up copy of eeprom(8). Right now it can only be used to see the
nvram GEV contents, not actually edit them. Will do that later some day.

show more ...


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

merge ktrace-lwp.


# 5b1fd73a 24-Oct-2003 matt <matt@NetBSD.org>

Add back spkr.h


# 421dd6cc 20-Oct-2003 matt <matt@NetBSD.org>

Reorganize the way powerpc port install machine specific headers.
Use <powerpc/oea/bat.h> exclusively and remove <machine/bat.h> and
<powerpc/bat.h>. Remove unneeded <machine/cpufunc.h>. To insure

Reorganize the way powerpc port install machine specific headers.
Use <powerpc/oea/bat.h> exclusively and remove <machine/bat.h> and
<powerpc/bat.h>. Remove unneeded <machine/cpufunc.h>. To insure
1:1 correspondence of <powerpc/FOO.h> to <machine/FOO.h> include
"../../powerpc/include/Makefile" in "arch/FOO/include/Makefile".
Incororpate <byte_swap.h> into <bswap.h> and then byte_swap.h

show more ...


# 8381108e 15-May-2003 wiz <wiz@NetBSD.org>

Don't install machine/mouse.h on i386 and prep; there are no users for
the old busmouse interface any longer, we use wsmouse now.


# f91b0bb3 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# 0635de35 26-Nov-2002 lukem <lukem@NetBSD.org>

Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.


# 77a6b82b 06-Sep-2002 gehenna <gehenna@NetBSD.org>

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant st

Merge the gehenna-devsw branch into the trunk.

This merge changes the device switch tables from static array to
dynamically generated by config(8).

- All device switches is defined as a constant structure in device drivers.

- The new grammer ``device-major'' is introduced to ``files''.

device-major <prefix> char <num> [block <num>] [<rules>]

- All device major numbers must be listed up in port dependent majors.<arch>
by using this grammer.

- Added the new naming convention.
The name of the device switch must be <prefix>_[bc]devsw for auto-generation
of device switch tables.

- The backward compatibility of loading block/character device
switch by LKM framework is broken. This is necessary to convert
from block/character device major to device name in runtime and vice versa.

- The restriction to assign device major by LKM is completely removed.
We don't need to reserve LKM entries for dynamic loading of device switch.

- In compile time, device major numbers list is packed into the kernel and
the LKM framework will refer it to assign device major number dynamically.

show more ...


# 0b956d0b 07-Aug-2002 briggs <briggs@NetBSD.org>

Implement pmc(9) -- An interface to hardware performance monitoring
counters. These counters do not exist on all CPUs, but where they
do exist, can be used for counting events such as dcache misses

Implement pmc(9) -- An interface to hardware performance monitoring
counters. These counters do not exist on all CPUs, but where they
do exist, can be used for counting events such as dcache misses that
would otherwise be difficult or impossible to instrument by code
inspection or hardware simulation.

pmc(9) is meant to be a general interface. Initially, the Intel XScale
counters are the only ones supported.

show more ...


# 07c4b937 21-Nov-2001 soren <soren@NetBSD.org>

prep has no special dependencies on pccons; remove.


# 945b9725 03-May-2001 soren <soren@NetBSD.org>

PPC machine type tags haven't been used for a while.


# f06533a1 15-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 integer format conversion macros.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# 739cb758 15-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 specified-width integer type limits.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# cdcf9f46 14-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 integer constant macros.
Tidy Makefiles up a little.


# 7affdab5 14-Apr-2001 kleink <kleink@NetBSD.org>

Add definitions of C99 minimum-width and greatest-width integer types.
XXX Fastest minimum-width integer types haven't been decided upon yet.


# e695f72a 26-Jun-2000 kleink <kleink@NetBSD.org>

Add <machine/int_types.h>, which provides namespace-pure definitions
of exact-width integer types.


# f51470a5 29-Apr-2000 thorpej <thorpej@NetBSD.org>

Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which
replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOC

Require that each each MACHINE/MACHINE_ARCH supply a lock.h. This file
contains the values __SIMPLELOCK_LOCKED and __SIMPLELOCK_UNLOCKED, which
replace the old SIMPLELOCK_LOCKED and SIMPLELOCK_UNLOCKED. These files
are also required to supply inline functions __cpu_simple_lock(),
__cpu_simple_lock_try(), and __cpu_simple_unlock() if locking is to be
supported on that platform (i.e. if MULTIPROCESSOR is defined in the
_KERNEL case). Change these functions to take an int * (&alp->lock_data)
rather than the struct simplelock * itself.

These changes make it possible for userland to use the locking primitives
by including <machine/lock.h>.

show more ...


# e8695745 17-Mar-2000 tron <tron@NetBSD.org>

Install "machineendian_machdep.h".


# 37eb9eeb 29-Feb-2000 nonaka <nonaka@NetBSD.org>

Initial import prep port.