History log of /netbsd-src/sys/arch/sandpoint/include/Makefile (Results 1 – 20 of 20)
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.


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

merge ktrace-lwp.


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


# e4384614 19-Oct-2003 matt <matt@NetBSD.org>

Remove unused header.
Don't install kernel-only headers.


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


# e588351a 12-Apr-2002 briggs <briggs@NetBSD.org>

Don't need to install spkr.h


# b1db1fba 10-Jun-2001 briggs <briggs@NetBSD.org>

Adapt to new PowerPC pmap.
Use more common PowerPC code including bus_dma and unified bus_space.


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

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


# 511ae485 16-Apr-2001 briggs <briggs@NetBSD.org>

Remove extra whitespace after \.


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


# d5cb9497 13-Feb-2001 briggs <briggs@NetBSD.org>

Install int_types.h, too.


# c8ef73b7 04-Feb-2001 briggs <briggs@NetBSD.org>

Support for the Motorola Sandpoint reference platform using the
MPC8240 processor module. See the README for more information.