Home | History | Annotate | Download | only in include
History log of /src/sys/arch/acorn32/include/Makefile
RevisionDateAuthorComments
 1.29  02-May-2013  matt This change arm, armeb, earm, earmeb, earmhf, earmhfeb so all builds that
share a MACHINE_ARCH for userland so that except for etc, will produce
identical sets.

usr/include/machine now points to usr/include/arm
 1.28  11-Jan-2013  matt Don't install fp.h anymore
 1.27  19-Jul-2011  dyoung branches: 1.27.2; 1.27.12;
Change <machine/bus.h> to <sys/bus.h> throughout.

Split bus.h -> bus_{defs,funcs}.h.

Mark acorn32/bus.h obsolete.
 1.26  17-Jul-2011  joerg Retire varargs.h support. Move machine/stdarg.h logic into MI
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
 1.25  19-Jan-2008  chris Remove arm support for IPKDB.

It hasn't worked since arm was broken out from arm32 in Jan 2001, and
no-one has noticed or cared to fix it.
 1.24  09-Feb-2007  ad branches: 1.24.20; 1.24.24; 1.24.26; 1.24.32; 1.24.38;
Merge newlock2 to head.
 1.23  14-Aug-2006  bjh21 branches: 1.23.2;
Finally remove the old, pre-wscons, acorn32 console code. This dated back
to RiscBSD and had been lurking in dark corners scaring people (mostly me)
for far too long. It will be missed, but not much, and I hope we can clear
up any fallout before 5.0.

While I'm in the area, also remove rpckbd(4), since pckbd(4) has
been supported on acorn32 for ages.
 1.22  26-Jul-2006  drochner don't install <machine/db_machdep.h>, this is kernel only
 1.21  11-Dec-2005  christos branches: 1.21.4; 1.21.8;
merge ktrace-lwp.
 1.20  08-May-2004  kleink branches: 1.20.12;
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
 1.19  13-Mar-2004  bjh21 NetBSD/acorn32 no longer has busmouse(4), so remove <machine/mouse.h>.
 1.18  25-Jan-2004  bjh21 Remove the "beep" driver. Its function is largely subsumed by a
combination of audio(4), wskbd(4) and audiobell(). Proposed a week
ago on port-acorn32 with no reaction whatever.
 1.17  17-Jan-2003  thorpej branches: 1.17.2;
Merge the nathanw_sa branch.
 1.16  06-Jan-2003  reinoud Remove loadfile_machdep.h from being installed
 1.15  29-Dec-2002  reinoud Update the NetBSD part for the bootloader change. Mostly the changes in
bootconfig.h needs reflection
 1.14  26-Nov-2002  lukem Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.13  06-Sep-2002  gehenna 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.
 1.12  07-Aug-2002  briggs 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.
 1.11  26-Nov-2001  thorpej branches: 1.11.2; 1.11.10;
Delete <machine/psl.h> from the ARM ports. It's not a header that
we need to provide to MI code or to userland, and it's also not a
header that generic ARM code should be including directly.
 1.10  25-Nov-2001  thorpej Move disklabel_acorn.h to <sys/disklabel_acorn.h>, much like we did
with disklabel_mbr.h. More cleanup yet to come.
 1.9  24-Nov-2001  thorpej Clean this up, don't install files that userland doens't need.
 1.8  24-Nov-2001  thorpej No need to install bootconfig.h
 1.7  23-Nov-2001  thorpej No longer need <machine/undefined.h>.
 1.6  23-Nov-2001  thorpej No longer need <machine/pte.h>.
 1.5  23-Nov-2001  thorpej No longer need <machine/cpus.h>
 1.4  23-Nov-2001  thorpej No longer need <machine/cpufunc.h>
 1.3  22-Nov-2001  thorpej Kill <machine/katelib.h>. Any place that still uses it should just
reference <arm/arm32/katelib.h> until such time as all use of this
file has been purged from the face of the earth.
 1.2  06-Oct-2001  bjh21 branches: 1.2.4;
vidc.h => vidc_machdep.h, since the latter exists and the former doesn't.
 1.1  05-Oct-2001  reinoud Initial commit of the splitting off of arch/acorn32 from arch/arm32.

The IOMD/VIDC combination is now moved to arch/arm/iomd together. These
files still need a lot of cleaning up :( .... esp. the RC7500 support that
is still dormant in it; this needs either to be removed or split out for
RC7500's ``VIDC'' video/audio variant.

Apart from the RC7500 support wich is still in arch/arm32 the
iomd,vidc,riscpc and podulebus subdirectories of arch/arm32 can be removed.

This split still uses some small parts of arch/arm32 .... those are the MI
parts that haven't been moved yet.

RiscPC/A7000 have been tested and confirmed to build as should NC.
 1.2.4.8  07-Jan-2003  reinoud Better patch here too; pullup from HEAD
 1.2.4.7  29-Dec-2002  thorpej Sync with HEAD.
 1.2.4.6  11-Dec-2002  thorpej Sync with HEAD.
 1.2.4.5  17-Sep-2002  nathanw Catch up to -current.
 1.2.4.4  13-Aug-2002  nathanw Catch up to -current.
 1.2.4.3  08-Jan-2002  nathanw Catch up to -current.
 1.2.4.2  14-Nov-2001  thorpej ARM-specific mcontext support. From Klaus Klein <kleink@netbsd.org>.
 1.2.4.1  06-Oct-2001  thorpej file Makefile was added on branch nathanw_sa on 2001-11-14 20:53:07 +0000
 1.11.10.2  30-Aug-2002  gehenna catch up with -current.
 1.11.10.1  16-May-2002  gehenna Remove unnecessary file.
 1.11.2.4  10-Oct-2002  jdolecek sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work
 1.11.2.3  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.11.2.2  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.11.2.1  26-Nov-2001  thorpej file Makefile was added on branch kqueue on 2002-01-10 19:36:11 +0000
 1.17.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.17.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.17.2.1  03-Aug-2004  skrll Sync with HEAD
 1.20.12.3  21-Jan-2008  yamt sync with head
 1.20.12.2  26-Feb-2007  yamt sync with head.
 1.20.12.1  30-Dec-2006  yamt sync with head.
 1.21.8.2  03-Sep-2006  yamt sync with head.
 1.21.8.1  11-Aug-2006  yamt sync with head
 1.21.4.1  09-Sep-2006  rpaulo sync with head
 1.23.2.1  01-Feb-2007  ad Header file cleanup.
 1.24.38.1  20-Jan-2008  bouyer Sync with HEAD
 1.24.32.1  18-Feb-2008  mjf Sync with HEAD.
 1.24.26.1  23-Mar-2008  matt sync with HEAD
 1.24.24.1  20-Jan-2008  chris Sync to HEAD.
 1.24.20.1  28-Feb-2008  rjs Sync with HEAD.
 1.27.12.2  23-Jun-2013  tls resync from head
 1.27.12.1  25-Feb-2013  tls resync with head
 1.27.2.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.27.2.1  23-Jan-2013  yamt sync with head

RSS XML Feed