Home | History | Annotate | Download | only in include
History log of /src/sys/arch/luna68k/include/Makefile
RevisionDateAuthorComments
 1.22  30-Nov-2024  christos Create a new header lwp_private.h to contain _lwp_getprivate_fast,
_lwp_gettcb_fast, _lwp_settcb and remove them from mcontext.h, so that:
1. we don't need special hacks to hide them
2. we can include <lwp.h> where needed to get the necessary prototypes
without redefining them locally.
 1.21  12-Jul-2018  maxv branches: 1.21.36;
Remove the kernel PMC code. Sent yesterday on tech-kern@.

This change:

* Removes "options PERFCTRS", the associated includes, and the associated
ifdefs. In doing so, it removes several XXXSMPs in the MI code, which is
good.

* Removes the PMC code of ARM XSCALE.

* Removes all the pmc.h files. They were all empty, except for ARM XSCALE.

* Reorders the x86 PMC code not to rely on the legacy pmc.h file. The
definitions are put in sysarch.h.

* Removes the kern/sys_pmc.c file, and along with it, the sys_pmc_control
and sys_pmc_get_info syscalls. They are marked as OBSOL in kern,
netbsd32 and rump.

* Removes the pmc_evid_t and pmc_ctr_t types.

* Removes all the associated man pages. The sets are marked as obsolete.
 1.20  09-Mar-2017  tsutsui branches: 1.20.12; 1.20.14;
Add a driver for LUNA's front panel LCD. Ported from OpenBSD/luna88k.

Reviewed by enami@. Tested by Naruaki Etomi and me.

A 68k LUNA with this driver will be demonstrated at AsiaBSDCon NetBSD booth
by Etomi-san, with LUNA-88K2 running OpenBSD/luna88k by Kenji Aoyama.
 1.19  03-Dec-2016  tsutsui branches: 1.19.2;
Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP).

Demonstrated as "PSG tunes / PCM wav player on LUNA"
(using Z80 PSG/PCM drivers ported from NEC PC-6001)
at OSC2016 Kyoto and OSC2016 Hiroshima:
http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html
http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
 1.18  24-Dec-2015  christos branches: 1.18.2;
fenv for m68k
 1.17  17-Jul-2011  joerg branches: 1.17.12; 1.17.28; 1.17.30; 1.17.34;
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.16  09-Feb-2007  ad Merge newlock2 to head.
 1.15  26-Jul-2006  drochner branches: 1.15.4;
don't install <machine/db_machdep.h>, this is kernel only
 1.14  11-Dec-2005  christos branches: 1.14.4; 1.14.8;
merge ktrace-lwp.
 1.13  08-May-2004  kleink branches: 1.13.12;
Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
 1.12  17-Jan-2003  thorpej branches: 1.12.2;
Merge the nathanw_sa branch.
 1.11  26-Nov-2002  lukem Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
 1.10  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.9  04-Apr-2002  bjh21 branches: 1.9.2;
Install elf_machdep.h.
 1.8  15-Apr-2001  kleink branches: 1.8.2; 1.8.8;
Add definitions of C99 integer format conversion macros.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.7  15-Apr-2001  kleink Add definitions of C99 specified-width integer type limits.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.6  14-Apr-2001  kleink Add definitions of C99 integer constant macros.
Tidy Makefiles up a little.
 1.5  14-Apr-2001  kleink Add definitions of C99 minimum-width and greatest-width integer types.
XXX Fastest minimum-width integer types haven't been decided upon yet.
 1.4  26-Jun-2000  kleink branches: 1.4.2; 1.4.4;
Add <machine/int_types.h>, which provides namespace-pure definitions
of exact-width integer types.
 1.3  29-Apr-2000  thorpej 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>.
 1.2  17-Mar-2000  tron Install "machineendian_machdep.h".
 1.1  05-Jan-2000  nisimura Introduce NetBSD/luna68k port into CVS repository.
 1.4.4.1  21-Jun-2001  nathanw Catch up to -current.
 1.4.2.3  21-Apr-2001  bouyer Sync with HEAD
 1.4.2.2  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.4.2.1  26-Jun-2000  bouyer file Makefile was added on branch thorpej_scsipi on 2000-11-20 20:10:27 +0000
 1.8.8.5  11-Dec-2002  thorpej Sync with HEAD.
 1.8.8.4  13-Aug-2002  nathanw Catch up to -current.
 1.8.8.3  17-Apr-2002  nathanw Catch up to -current.
 1.8.8.2  10-Nov-2001  scw Kernel mcontext glue for Scheduler Activations on m68k from
Klaus Klein <kleink@netbsd.org>.
 1.8.8.1  15-Apr-2001  scw file Makefile was added on branch nathanw_sa on 2001-11-10 21:22:50 +0000
 1.8.2.2  06-Sep-2002  jdolecek sync kqueue branch with HEAD
 1.8.2.1  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.9.2.1  31-Aug-2002  gehenna catch up with -current.
 1.12.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.12.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.12.2.1  03-Aug-2004  skrll Sync with HEAD
 1.13.12.2  26-Feb-2007  yamt sync with head.
 1.13.12.1  30-Dec-2006  yamt sync with head.
 1.14.8.1  11-Aug-2006  yamt sync with head
 1.14.4.1  09-Sep-2006  rpaulo sync with head
 1.15.4.1  01-Feb-2007  ad Header file cleanup.
 1.17.34.1  18-Jan-2017  skrll Sync with netbsd-5
 1.17.30.3  28-Aug-2017  skrll Sync with HEAD
 1.17.30.2  05-Dec-2016  skrll Sync with HEAD
 1.17.30.1  27-Dec-2015  skrll Sync with HEAD (as of 26th Dec)
 1.17.28.1  06-Dec-2016  snj Pull up following revision(s) (requested by tsutsui in ticket #1283):
distrib/sets/lists/comp/md.luna68k: revision 1.21
etc/etc.luna68k/MAKEDEV.conf: revision 1.9
sys/arch/luna68k/conf/GENERIC: revision 1.120
sys/arch/luna68k/conf/files.luna68k: revision 1.25
sys/arch/luna68k/conf/majors.luna68k: revision 1.21
sys/arch/luna68k/dev/xp.c: revision 1.1
sys/arch/luna68k/include/Makefile: revision 1.19
sys/arch/luna68k/include/xpio.h: revision 1.1
sys/arch/luna68k/luna68k/mainbus.c: revision 1.14
Preliminary support for LUNA's HD647180X I/O processor (a.k.a. XP).
Demonstrated as "PSG tunes / PCM wav player on LUNA"
(using Z80 PSG/PCM drivers ported from NEC PC-6001)
at OSC2016 Kyoto and OSC2016 Hiroshima:
http://mail-index.netbsd.org/netbsd-advocacy/2016/08/01/msg000712.html
http://mail-index.netbsd.org/netbsd-advocacy/2016/11/29/msg000724.html
 1.17.12.1  03-Dec-2017  jdolecek update from HEAD
 1.18.2.2  20-Mar-2017  pgoyette Sync with HEAD
 1.18.2.1  07-Jan-2017  pgoyette Sync with HEAD. (Note that most of these changes are simply $NetBSD$
tag issues.)
 1.19.2.1  21-Apr-2017  bouyer Sync with HEAD
 1.20.14.1  10-Jun-2019  christos Sync with HEAD
 1.20.12.1  28-Jul-2018  pgoyette Sync with HEAD
 1.21.36.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed