History log of /src/sys/arch/evbmips/include |
Revision | Date | Author | Comments |
1.19 | 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.18 | 12-Jul-2018 |
maxv | branches: 1.18.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.17 | 21-Dec-2015 |
christos | branches: 1.17.16; 1.17.18; Add mips fenv.h (From FreeBSD)
|
1.16 | 23-Jul-2014 |
alnsn | branches: 1.16.4; Rename sljitarch.h to sljit_machdep.h.
|
1.15 | 24-Nov-2012 |
alnsn | branches: 1.15.10; Add sljit and bpfjit to evbmips. Not enabled by default.
|
1.14 | 17-Jul-2011 |
joerg | branches: 1.14.2; 1.14.12; 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.13 | 17-Jul-2011 |
dyoung | Switch MIPS and MIPS-ish architectures to new-style <sys/bus.h>. This involves moving some inline bus_space(9) implementation into .c files.
|
1.12 | 12-Aug-2009 |
matt | Nuke a.out support for MIPS.
|
1.11 | 09-Feb-2007 |
ad | branches: 1.11.48; Merge newlock2 to head.
|
1.10 | 26-Jul-2006 |
drochner | branches: 1.10.4; don't install <machine/db_machdep.h>, this is kernel only
|
1.9 | 11-Dec-2005 |
christos | branches: 1.9.4; 1.9.8; merge ktrace-lwp.
|
1.8 | 08-May-2004 |
kleink | branches: 1.8.12; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.7 | 17-Jan-2003 |
thorpej | branches: 1.7.2; Merge the nathanw_sa branch.
|
1.6 | 26-Nov-2002 |
lukem | Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more.
|
1.5 | 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.4 | 29-Jul-2002 |
simonb | branches: 1.4.2; Don't install intr.h isa_machdep.h pci_machdep.h rnd.h for userland.
|
1.3 | 06-Jun-2002 |
simonb | branches: 1.3.2; Don't install <machine/rnd.h>.
|
1.2 | 13-Mar-2002 |
simonb | branches: 1.2.4; Add ecoff_machdep.h for userland usage.
|
1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.2.4.2 | 30-Aug-2002 |
gehenna | catch up with -current.
|
1.2.4.1 | 14-Jul-2002 |
gehenna | catch up with -current.
|
1.3.2.3 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.3.2.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.2.1 | 06-Jun-2002 |
jdolecek | file Makefile was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.4.2.4 | 11-Dec-2002 |
thorpej | Sync with HEAD.
|
1.4.2.3 | 13-Aug-2002 |
simonb | LWP'ify the evbmips port.
|
1.4.2.2 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.4.2.1 | 29-Jul-2002 |
nathanw | file Makefile was added on branch nathanw_sa on 2002-08-13 02:18:09 +0000
|
1.7.2.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.7.2.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.7.2.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.8.12.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.8.12.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.9.8.1 | 11-Aug-2006 |
yamt | sync with head
|
1.9.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.10.4.1 | 01-Feb-2007 |
ad | Header file cleanup.
|
1.11.48.1 | 19-Aug-2009 |
yamt | sync with head.
|
1.14.12.3 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.14.12.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.14.12.1 | 25-Feb-2013 |
tls | resync with head
|
1.14.2.1 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.15.10.1 | 10-Aug-2014 |
tls | Rebase.
|
1.16.4.1 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.17.18.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.17.16.1 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.18.36.1 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file ansi.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file ansi.h was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.2 | 12-Aug-2009 |
matt | Nuke a.out support for MIPS.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; 1.1.124; 1.1.138; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.138.1 | 24-Oct-2010 |
jym | Sync with HEAD
|
1.1.124.1 | 19-Aug-2009 |
yamt | sync with head.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file aout_machdep.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file aout_machdep.h was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file asm.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file asm.h was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file bswap.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file bswap.h was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.5 | 17-Jul-2011 |
dyoung | Switch MIPS and MIPS-ish architectures to new-style <sys/bus.h>. This involves moving some inline bus_space(9) implementation into .c files.
|
1.4 | 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64.
|
1.3 | 18-Mar-2002 |
simonb | branches: 1.3.8; 1.3.10; 1.3.140; 1.3.144; 1.3.150; 1.3.152; Convert to use <mips/bus_*.h>.
|
1.2 | 17-Mar-2002 |
simonb | Make sure that private DMA flags don't overlap with standard DMA flags; start these at 0x10000 to leave room for an increase in the latter.
|
1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.3.152.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.3.150.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.3.144.1 | 05-Mar-2011 |
rmind | sync with head
|
1.3.140.1 | 10-Jan-2010 |
matt | Add generic support for DMA bounce buffers and real version of bus_dmatag_subregion. MALTA uses it for ISADMA. Make RMIXL use for creating 32bit and 29bit subregions.
|
1.3.10.2 | 18-Mar-2002 |
simonb | Convert to use <mips/bus_*.h>.
|
1.3.10.1 | 18-Mar-2002 |
simonb | file bus.h was added on branch nathanw_sa on 2002-03-18 01:21:13 +0000
|
1.3.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.8.1 | 18-Mar-2002 |
jdolecek | file bus.h was added on branch kqueue on 2002-06-23 17:35:51 +0000
|
1.2 | 27-Jun-2015 |
matt | add whitespace
|
1.1 | 01-Jul-2011 |
dyoung | branches: 1.1.12; 1.1.30; Per discussion at <http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>, divide each machine's bus.h into bus_defs.h (constants & data types) and bus_funcs.h (macro implementations of bus_space(9) routines and MD prototypes).
Note that some bus_space(9) routines' implementation will move to .c files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI. All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some more machine-dependent files will dribble in before I throw the switch.
|
1.1.30.1 | 22-Sep-2015 |
skrll | Sync with HEAD
|
1.1.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1 | 01-Jul-2011 |
dyoung | Per discussion at <http://mail-index.netbsd.org/tech-kern/2010/04/02/msg007941.html>, divide each machine's bus.h into bus_defs.h (constants & data types) and bus_funcs.h (macro implementations of bus_space(9) routines and MD prototypes).
Note that some bus_space(9) routines' implementation will move to .c files from inline subroutines or macros in .h files.
I've only made the split for machine architectures where there is PCI. All of the non-PCI-having architectures will require a similar split.
These #include files are not referenced by any (committed) Makefiles or header files, yet. Changes to Makefiles, to <sys/bus.h>, and to some more machine-dependent files will dribble in before I throw the switch.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file cdefs.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file cdefs.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file cpu.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file cpu.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.1 | 05-Feb-2003 |
nakayama | Replace machine/rnd.h with more appropriate name to share it with cycle counter based microtime in kern/kern_microtime.c.
|
1.2 | 09-Jul-2011 |
matt | Default to DB_ELF_SYMBOLS and DB_ELFSIZE 32
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file db_machdep.h was added on branch nathanw_sa on 2002-03-07 14:44:00 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file db_machdep.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.6 | 24-Jul-2017 |
mrg | ugly hack -- for SB1, use the contents of sbmips/include/disklabel.h. with this, i can build the 32 bit little endian SBMIPS kernel in the evbmips directory.
|
1.5 | 30-Aug-2011 |
bouyer | branches: 1.5.12; 1.5.30; 1.5.46; Add getlabelusesmbr(), as proposed in http://mail-index.netbsd.org/tech-userlevel/2011/08/25/msg005404.html This is used by disk tools such as disklabel(8) to dynamically decide is the undelyling platform uses a disklabel-in-mbr-partition or not (instead of using a compile-time list of ports). getlabelusesmbr() reads the sysctl kern.labelusesmbr, takes its value from the machdep #define LABELUSESMBR. For evbmips, make LABELUSESMBR 1 if the platform uses pmon as bootloader, and 0 (the previous value) otherwise.
|
1.4 | 23-Nov-2009 |
pooka | If cpu_disklabel includes struct dkbad, define __HAVE_DISKLABEL_DKBAD. This allows use of subr_disk_mbr on all archs. Default to it for the rump disk component. No functional change for regular kernels. (The other option would've been to include dkbad in disklabels everywhere, but arguably this approach has less possible side-effects, especially given that wedges and related magic will take over the world any second now).
|
1.3 | 11-Dec-2005 |
christos | branches: 1.3.78; merge ktrace-lwp.
|
1.2 | 12-Jun-2005 |
dyoung | Make disklabel(8) and fdisk(8) into "host tools " last step: build and install ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-disklabel, ${TOOLDIR}/bin/${MACHINE_GNU_PLATFORM}-fdisk by "reaching over" to the sources in ${NETBSDSRCDIR}/sbin/{disklabel fdisk}/.
To avoid clashes with a build-host's header files, especially on *BSD, the host-tools versions of fdisk and disklabel search for #includes such as disklabel.h, disklabel_acorn.h, disklabel_gpt.h, and bootinfo.h in a new #includes namespace, nbinclude/. That is, they #include <nbinclude/sys/disklabel.h>, <nbinclude/machine/disklabel.h>, <nbinclude/sparc64/disklabel.h>, instead of <sys/disklabel.h> and such. I have also updated the system headers to #include from nbinclude/-space when HAVE_NBTOOL_CONFIG_H is #defined.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; 1.1.18; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.18.1 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file disklabel.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file disklabel.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.3.78.1 | 11-Mar-2010 |
yamt | sync with head
|
1.5.46.1 | 30-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #231): distrib/sets/lists/base/md.evbmips 1.3 doc/CHANGES 1.2303-1.2304 etc/etc.evbmips/MAKEDEV.conf 1.8 etc/etc.evbmips/Makefile.inc 1.22 etc/mtree/Makefile 1.37 etc/mtree/NetBSD.dist.evbmips 1.1 sys/arch/evbmips/Makefile 1.9 sys/arch/evbmips/conf/SBMIPS upto 1.2 sys/arch/evbmips/conf/SBMIPS.MP upto 1.2 sys/arch/evbmips/conf/SBMIPS64 upto 1.2 sys/arch/evbmips/conf/SBMIPS64.MP upto 1.2 sys/arch/evbmips/conf/files.sbmips upto 1.2 sys/arch/evbmips/conf/std.sbmips upto 1.2 sys/arch/evbmips/include/disklabel.h 1.6 sys/arch/evbmips/include/loadfile_machdep.h sys/arch/evbmips/include/param.h 1.10 sys/arch/evbmips/include/pci_machdep.h 1.3 sys/arch/evbmips/sbmips/TODO sys/arch/evbmips/sbmips/autoconf.c sys/arch/evbmips/sbmips/autoconf.h sys/arch/evbmips/sbmips/console.c sys/arch/evbmips/sbmips/cpu.c upto 1.3 sys/arch/evbmips/sbmips/cpuvar.h sys/arch/evbmips/sbmips/disksubr.c sys/arch/evbmips/sbmips/leds.h sys/arch/evbmips/sbmips/locore_machdep.S sys/arch/evbmips/sbmips/machdep.c upto 1.2 sys/arch/evbmips/sbmips/rtc.c upto 1.2 sys/arch/evbmips/sbmips/sb1250_icu.c upto 1.2 sys/arch/evbmips/sbmips/swarm.h sys/arch/evbmips/sbmips/systemsw.c upto 1.2 sys/arch/evbmips/sbmips/systemsw.h sys/arch/evbmips/sbmips/zbbus.c upto 1.2 sys/arch/evbmips/stand/Makefile 1.1 sys/arch/evbmips/stand/sbmips/Makefile sys/arch/evbmips/stand/sbmips/Makefile.bootprogs upto 1.2 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs 1.3 sys/arch/evbmips/stand/sbmips/Makefile.bootxx sys/arch/evbmips/stand/sbmips/Makefile.inc upto 1.3 sys/arch/evbmips/stand/sbmips/boot/Makefile sys/arch/evbmips/stand/sbmips/boot/filesystem.c sys/arch/evbmips/stand/sbmips/boot/version sys/arch/evbmips/stand/sbmips/bootxx_cd9660/Makefile sys/arch/evbmips/stand/sbmips/bootxx_ffs/Makefile sys/arch/evbmips/stand/sbmips/bootxx_lfs/Makefile sys/arch/evbmips/stand/sbmips/common/bbinfo.h sys/arch/evbmips/stand/sbmips/common/blkdev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/blkdev.h sys/arch/evbmips/stand/sbmips/common/boot.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/boot.ldscript sys/arch/evbmips/stand/sbmips/common/booted_dev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/bootxx.c sys/arch/evbmips/stand/sbmips/common/cfe.c sys/arch/evbmips/stand/sbmips/common/cfe_api.c sys/arch/evbmips/stand/sbmips/common/cfe_api.h sys/arch/evbmips/stand/sbmips/common/cfe_api_int.h sys/arch/evbmips/stand/sbmips/common/cfe_error.h sys/arch/evbmips/stand/sbmips/common/cfe_ioctl.h sys/arch/evbmips/stand/sbmips/common/checksize.sh sys/arch/evbmips/stand/sbmips/common/common.h sys/arch/evbmips/stand/sbmips/common/panic_putstr.c sys/arch/evbmips/stand/sbmips/common/putstr.c sys/arch/evbmips/stand/sbmips/common/start.S sys/arch/evbmips/stand/sbmips/netboot/Makefile sys/arch/evbmips/stand/sbmips/netboot/conf.c sys/arch/evbmips/stand/sbmips/netboot/dev_net.c sys/arch/evbmips/stand/sbmips/netboot/devopen.c sys/arch/evbmips/stand/sbmips/netboot/getsecs.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/if_cfe.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/version sys/arch/mips/conf/files.sibyte 1.8 sys/arch/mips/include/pmap.h 1.70 sys/arch/mips/sibyte/dev/sbbuswatch.c 1.4 sys/arch/mips/sibyte/dev/sbmac.c 1.49 sys/arch/mips/sibyte/dev/sbscn.c 1.43 sys/arch/mips/sibyte/dev/sbsmbus.c 1.17 sys/arch/mips/sibyte/dev/sbtimer.c 1.21 sys/arch/mips/sibyte/dev/sbwdog.c 1.15 sys/arch/mips/sibyte/pci/sbbrz_pci.c 1.8 usr.sbin/installboot/installboot.8 1.94
Move sys/arch/sbmips/* into sys/arch/evbmips/*/sbmips.
|
1.5.30.1 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.5.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1 | 13-Mar-2002 |
simonb | branches: 1.1.8; 1.1.10; Add ecoff_machdep.h for userland usage.
|
1.1.10.2 | 13-Mar-2002 |
simonb | Add ecoff_machdep.h for userland usage.
|
1.1.10.1 | 13-Mar-2002 |
simonb | file ecoff_machdep.h was added on branch nathanw_sa on 2002-03-13 05:03:19 +0000
|
1.1.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.8.1 | 13-Mar-2002 |
jdolecek | file ecoff_machdep.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.3 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.2 | 25-Nov-2006 |
riz | branches: 1.2.56; 1.2.74; Don't worry about the ELF32_MACHDEP_ENDIANNESS macro when compiling a host tool - it's never used there.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; 1.1.34; 1.1.64; 1.1.66; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.66.1 | 10-Dec-2006 |
yamt | sync with head.
|
1.1.64.1 | 12-Jan-2007 |
ad | Sync with head.
|
1.1.34.1 | 30-Dec-2006 |
yamt | sync with head.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file elf_machdep.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file elf_machdep.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.2.74.2 | 22-Aug-2009 |
matt | Move ELF{32,64}_MACHDEP_ENDIANNESS to <mips/elf_machdep.h>
|
1.2.74.1 | 21-Aug-2009 |
matt | Make MALTA LP64 capable.
|
1.2.56.1 | 11-Mar-2010 |
yamt | sync with head
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file endian.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file endian.h was added on branch kqueue on 2002-06-23 17:35:52 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file endian_machdep.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file endian_machdep.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 21-Dec-2015 |
christos | branches: 1.1.2; 1.1.18; Add mips fenv.h (From FreeBSD)
|
1.1.18.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.18.1 | 21-Dec-2015 |
jdolecek | file fenv.h was added on branch tls-maxphys on 2017-12-03 11:36:09 +0000
|
1.1.2.2 | 27-Dec-2015 |
skrll | Sync with HEAD (as of 26th Dec)
|
1.1.2.1 | 21-Dec-2015 |
skrll | file fenv.h was added on branch nick-nhusb on 2015-12-27 12:09:35 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file float.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file float.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file ieee.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file ieee.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file ieeefp.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file ieeefp.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file int_const.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file int_const.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file int_fmtio.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file int_fmtio.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file int_limits.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file int_limits.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file int_mwgwtypes.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file int_mwgwtypes.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file int_types.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file int_types.h was added on branch kqueue on 2002-06-23 17:35:53 +0000
|
1.20 | 26-Aug-2016 |
skrll | Adjust evbmips_iointr to pass a clockframe pointer and use it for pwmclock @ voyager.
Suggested by matt@
Hi macallan!
|
1.19 | 09-Jul-2011 |
matt | branches: 1.19.12; 1.19.30; Allow algor kernels to be built under either algor/algor64 or evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still needed.
|
1.18 | 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64.
|
1.17 | 14-Dec-2009 |
matt | branches: 1.17.4; 1.17.6; 1.17.8; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.16 | 28-Apr-2008 |
martin | branches: 1.16.18; Remove clause 3 and 4 from TNF licenses
|
1.15 | 04-Jan-2008 |
ad | branches: 1.15.6; 1.15.8; 1.15.10; Don't pull in unrelated gunk.
|
1.14 | 03-Dec-2007 |
ad | branches: 1.14.6; Interrupt handling changes, in discussion since February:
- Reduce available SPL levels for hardware devices to none, vm, sched, high. - Acquire kernel_lock only for interrupts at IPL_VM. - Implement threaded soft interrupts.
|
1.13 | 17-Oct-2007 |
garbled | branches: 1.13.2; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.12 | 17-Jun-2007 |
tsutsui | branches: 1.12.8; 1.12.10; Move declaretions of _spl*() and _{clr,set}softintr() functions (which are in mips/locore.S) into <mips/locore.h> from various MD files.
|
1.11 | 16-Feb-2007 |
ad | branches: 1.11.6; 1.11.8; 1.11.14; Remove spllowersoftclock() and CLKF_BASEPRI(), and always dispatch callouts via a soft interrupt. In the near future, softclock will be run from process context.
|
1.10 | 21-Dec-2006 |
yamt | merge yamt-splraiseipl branch.
- finish implementing splraiseipl (and makeiplcookie). http://mail-index.NetBSD.org/tech-kern/2006/07/01/0000.html - complete workqueue(9) and fix its ipl problem, which is reported to cause audio skipping. - fix netbt (at least compilation problems) for some ports. - fix PR/33218.
|
1.9 | 18-Nov-2006 |
tsutsui | Fix wrong prototype declarations of _spl*() functions. Pointed out by Havard Eidnes. XXX: should these decls be in <mips/intr.h> or <mips/locore.h>?
While here, remove "extern" keyword from function declarations.
|
1.8 | 06-Apr-2006 |
simonb | branches: 1.8.8; 1.8.10; Use "#define<TAB>".
|
1.7 | 09-Feb-2006 |
gdamore | branches: 1.7.2; 1.7.4; 1.7.6; au_icu.c is in mips/ and should not depend on evbmips intr handler struct. convert various u_int32_t to preferred uint32_t.
|
1.6 | 27-Nov-2005 |
yamt | branches: 1.6.2; 1.6.4; 1.6.6; implement splraiseipl() for the following ports. evbppc, evbmips, evbsh3, hp700, mac68k, vax, x68k.
|
1.5 | 25-May-2003 |
tsutsui | branches: 1.5.2; 1.5.18; 1.5.26; Use common mips/softintr.c for softintr(9) on evbmips. Ok'ed by simonb.
|
1.4 | 01-Apr-2003 |
hpeyerl | add defines for high/low level triggered interrupts (need this in au_icu.c)
|
1.3 | 10-Nov-2002 |
simonb | Keep the knowledge of the H/W interrupt 5 event counter local to interrupt.c. This change also unmasked the fact that the Alchemy boards did not initialise this counter.
|
1.2 | 29-Jul-2002 |
simonb | branches: 1.2.2; Remove prototype for non-existant softintr_dispatch(). Add/modify a few comments.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.6; 1.1.10; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.10.3 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file intr.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1.6.1 | 30-Aug-2002 |
gehenna | catch up with -current.
|
1.2.2.2 | 11-Nov-2002 |
nathanw | Catch up to -current
|
1.2.2.1 | 29-Jul-2002 |
nathanw | file intr.h was added on branch nathanw_sa on 2002-11-11 21:57:59 +0000
|
1.5.26.1 | 29-Nov-2005 |
yamt | sync with head.
|
1.5.18.6 | 21-Jan-2008 |
yamt | sync with head
|
1.5.18.5 | 07-Dec-2007 |
yamt | sync with head
|
1.5.18.4 | 03-Sep-2007 |
yamt | sync with head.
|
1.5.18.3 | 26-Feb-2007 |
yamt | sync with head.
|
1.5.18.2 | 30-Dec-2006 |
yamt | sync with head.
|
1.5.18.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.5.2.1 | 11-Dec-2005 |
christos | Sync with head.
|
1.6.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.6.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.6.2.1 | 18-Feb-2006 |
yamt | sync with head.
|
1.7.6.1 | 24-May-2006 |
tron | Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.
|
1.7.4.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.7.2.1 | 11-Apr-2006 |
yamt | sync with head
|
1.8.10.4 | 10-Dec-2006 |
yamt | sync with head.
|
1.8.10.3 | 22-Sep-2006 |
yamt | fix softintr for following ports. (hopefully) hpcmips evbmips algor arc ews4800mips newsmips
|
1.8.10.2 | 21-Sep-2006 |
yamt | - implement splraiseipl for algor, arc, ews4800mips, hpcmips, and newsmips. - tweak evbmips version to match with others. XXX i think these ought to be merged.
|
1.8.10.1 | 19-Sep-2006 |
yamt | implement new api for evbmips.
|
1.8.8.1 | 12-Jan-2007 |
ad | Sync with head.
|
1.11.14.1 | 26-Jun-2007 |
garbled | Sync with HEAD.
|
1.11.8.1 | 11-Jul-2007 |
mjf | Sync with head.
|
1.11.6.2 | 03-Dec-2007 |
ad | Sync with HEAD.
|
1.11.6.1 | 15-Jul-2007 |
ad | Sync with head.
|
1.12.10.2 | 09-Jan-2008 |
matt | sync with HEAD
|
1.12.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.12.8.1 | 09-Dec-2007 |
jmcneill | Sync with HEAD.
|
1.13.2.2 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.13.2.1 | 08-Dec-2007 |
mjf | Sync with HEAD.
|
1.14.6.1 | 08-Jan-2008 |
bouyer | Sync with HEAD
|
1.15.10.2 | 11-Mar-2010 |
yamt | sync with head
|
1.15.10.1 | 16-May-2008 |
yamt | sync with head.
|
1.15.8.1 | 18-May-2008 |
yamt | sync with head.
|
1.15.6.1 | 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.16.18.3 | 15-Feb-2010 |
matt | Adapt to the new interrupt framework for NetBSD/mips.
|
1.16.18.2 | 06-Feb-2010 |
matt | <mips/softintr.h> is no longer needed.
|
1.16.18.1 | 25-Sep-2009 |
cliff | struct evbmips_intrhand gets field 'ih_ipl' to associate this interrupt with an IPL
|
1.17.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.17.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.17.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.19.30.1 | 05-Oct-2016 |
skrll | Sync with HEAD
|
1.19.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.3 | 18-Mar-2002 |
simonb | branches: 1.3.8; 1.3.10; Use <mips/isa_machdep.h> and <mips/pci_machdep.h>.
|
1.2 | 18-Mar-2002 |
simonb | Convert to use <mips/bus_*.h>.
|
1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.3.10.2 | 18-Mar-2002 |
simonb | Use <mips/isa_machdep.h> and <mips/pci_machdep.h>.
|
1.3.10.1 | 18-Mar-2002 |
simonb | file isa_machdep.h was added on branch nathanw_sa on 2002-03-18 10:10:15 +0000
|
1.3.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.3.8.1 | 18-Mar-2002 |
jdolecek | file isa_machdep.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file kcore.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file kcore.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file kdbparam.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file kdbparam.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file limits.h was added on branch nathanw_sa on 2002-03-07 14:44:01 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file limits.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1 | 24-Jul-2017 |
mrg | branches: 1.1.1; Initial revision
|
1.1.1.1 | 24-Jul-2017 |
mrg | branches: 1.1.1.1.2; 1.1.1.1.4; 1.1.1.1.6; sbmips->evbmips merge: import all the all the header files except intr.h and disklabel.h that are needed. both of these will need some special attention.
|
1.1.1.1.6.2 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1.1.1.6.1 | 24-Jul-2017 |
jdolecek | file loadfile_machdep.h was added on branch tls-maxphys on 2017-12-03 11:36:09 +0000
|
1.1.1.1.4.2 | 30-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #231): distrib/sets/lists/base/md.evbmips 1.3 doc/CHANGES 1.2303-1.2304 etc/etc.evbmips/MAKEDEV.conf 1.8 etc/etc.evbmips/Makefile.inc 1.22 etc/mtree/Makefile 1.37 etc/mtree/NetBSD.dist.evbmips 1.1 sys/arch/evbmips/Makefile 1.9 sys/arch/evbmips/conf/SBMIPS upto 1.2 sys/arch/evbmips/conf/SBMIPS.MP upto 1.2 sys/arch/evbmips/conf/SBMIPS64 upto 1.2 sys/arch/evbmips/conf/SBMIPS64.MP upto 1.2 sys/arch/evbmips/conf/files.sbmips upto 1.2 sys/arch/evbmips/conf/std.sbmips upto 1.2 sys/arch/evbmips/include/disklabel.h 1.6 sys/arch/evbmips/include/loadfile_machdep.h sys/arch/evbmips/include/param.h 1.10 sys/arch/evbmips/include/pci_machdep.h 1.3 sys/arch/evbmips/sbmips/TODO sys/arch/evbmips/sbmips/autoconf.c sys/arch/evbmips/sbmips/autoconf.h sys/arch/evbmips/sbmips/console.c sys/arch/evbmips/sbmips/cpu.c upto 1.3 sys/arch/evbmips/sbmips/cpuvar.h sys/arch/evbmips/sbmips/disksubr.c sys/arch/evbmips/sbmips/leds.h sys/arch/evbmips/sbmips/locore_machdep.S sys/arch/evbmips/sbmips/machdep.c upto 1.2 sys/arch/evbmips/sbmips/rtc.c upto 1.2 sys/arch/evbmips/sbmips/sb1250_icu.c upto 1.2 sys/arch/evbmips/sbmips/swarm.h sys/arch/evbmips/sbmips/systemsw.c upto 1.2 sys/arch/evbmips/sbmips/systemsw.h sys/arch/evbmips/sbmips/zbbus.c upto 1.2 sys/arch/evbmips/stand/Makefile 1.1 sys/arch/evbmips/stand/sbmips/Makefile sys/arch/evbmips/stand/sbmips/Makefile.bootprogs upto 1.2 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs 1.3 sys/arch/evbmips/stand/sbmips/Makefile.bootxx sys/arch/evbmips/stand/sbmips/Makefile.inc upto 1.3 sys/arch/evbmips/stand/sbmips/boot/Makefile sys/arch/evbmips/stand/sbmips/boot/filesystem.c sys/arch/evbmips/stand/sbmips/boot/version sys/arch/evbmips/stand/sbmips/bootxx_cd9660/Makefile sys/arch/evbmips/stand/sbmips/bootxx_ffs/Makefile sys/arch/evbmips/stand/sbmips/bootxx_lfs/Makefile sys/arch/evbmips/stand/sbmips/common/bbinfo.h sys/arch/evbmips/stand/sbmips/common/blkdev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/blkdev.h sys/arch/evbmips/stand/sbmips/common/boot.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/boot.ldscript sys/arch/evbmips/stand/sbmips/common/booted_dev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/bootxx.c sys/arch/evbmips/stand/sbmips/common/cfe.c sys/arch/evbmips/stand/sbmips/common/cfe_api.c sys/arch/evbmips/stand/sbmips/common/cfe_api.h sys/arch/evbmips/stand/sbmips/common/cfe_api_int.h sys/arch/evbmips/stand/sbmips/common/cfe_error.h sys/arch/evbmips/stand/sbmips/common/cfe_ioctl.h sys/arch/evbmips/stand/sbmips/common/checksize.sh sys/arch/evbmips/stand/sbmips/common/common.h sys/arch/evbmips/stand/sbmips/common/panic_putstr.c sys/arch/evbmips/stand/sbmips/common/putstr.c sys/arch/evbmips/stand/sbmips/common/start.S sys/arch/evbmips/stand/sbmips/netboot/Makefile sys/arch/evbmips/stand/sbmips/netboot/conf.c sys/arch/evbmips/stand/sbmips/netboot/dev_net.c sys/arch/evbmips/stand/sbmips/netboot/devopen.c sys/arch/evbmips/stand/sbmips/netboot/getsecs.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/if_cfe.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/version sys/arch/mips/conf/files.sibyte 1.8 sys/arch/mips/include/pmap.h 1.70 sys/arch/mips/sibyte/dev/sbbuswatch.c 1.4 sys/arch/mips/sibyte/dev/sbmac.c 1.49 sys/arch/mips/sibyte/dev/sbscn.c 1.43 sys/arch/mips/sibyte/dev/sbsmbus.c 1.17 sys/arch/mips/sibyte/dev/sbtimer.c 1.21 sys/arch/mips/sibyte/dev/sbwdog.c 1.15 sys/arch/mips/sibyte/pci/sbbrz_pci.c 1.8 usr.sbin/installboot/installboot.8 1.94
Move sys/arch/sbmips/* into sys/arch/evbmips/*/sbmips.
|
1.1.1.1.4.1 | 24-Jul-2017 |
martin | file loadfile_machdep.h was added on branch netbsd-8 on 2017-08-30 15:45:03 +0000
|
1.1.1.1.2.2 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.1.1.1.2.1 | 24-Jul-2017 |
skrll | file loadfile_machdep.h was added on branch nick-nhusb on 2017-08-28 17:51:36 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file lock.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file lock.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.2 | 05-Jun-2002 |
simonb | branches: 1.2.2; 1.2.4; Simplify include files that just include <mips/locore.h>.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.6; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.6.1 | 14-Jul-2002 |
gehenna | catch up with -current.
|
1.2.4.2 | 05-Jun-2002 |
simonb | Simplify include files that just include <mips/locore.h>.
|
1.2.4.1 | 05-Jun-2002 |
simonb | file locore.h was added on branch nathanw_sa on 2002-06-05 06:18:37 +0000
|
1.2.2.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.2.1 | 05-Jun-2002 |
jdolecek | file locore.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.1 | 30-Nov-2024 |
christos | branches: 1.1.4; 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.1.4.2 | 02-Aug-2025 |
perseant | Sync with HEAD
|
1.1.4.1 | 30-Nov-2024 |
perseant | file lwp_private.h was added on branch perseant-exfatfs on 2025-08-02 05:55:34 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file math.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file math.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.2 | 17-Jan-2003 |
thorpej | Merge the nathanw_sa branch.
|
1.1 | 13-Aug-2002 |
simonb | branches: 1.1.2; file mcontext.h was initially added on branch nathanw_sa.
|
1.1.2.1 | 13-Aug-2002 |
simonb | LWP'ify the evbmips port.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file mips_opcode.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file mips_opcode.h was added on branch kqueue on 2002-06-23 17:35:54 +0000
|
1.2 | 09-Feb-2007 |
ad | branches: 1.2.4; Merge newlock2 to head.
|
1.1 | 22-Dec-2006 |
ad | branches: 1.1.2; file mutex.h was initially added on branch newlock2.
|
1.1.2.1 | 22-Dec-2006 |
ad | Pull in CPU specific stubs.
|
1.2.4.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.2.4.1 | 09-Feb-2007 |
yamt | file mutex.h was added on branch yamt-lazymbuf on 2007-02-26 09:06:22 +0000
|
1.2 | 14-Dec-2009 |
matt | branches: 1.2.4; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.1 | 12-Sep-2009 |
matt | branches: 1.1.2; file netbsd32_machdep.h was initially added on branch matt-nb5-mips64.
|
1.1.2.1 | 12-Sep-2009 |
matt | Add include stub for <mips/netbsd32_machdep.h>
|
1.2.4.2 | 11-Mar-2010 |
yamt | sync with head
|
1.2.4.1 | 14-Dec-2009 |
yamt | file netbsd32_machdep.h was added on branch yamt-nfs-mp on 2010-03-11 15:02:19 +0000
|
1.12 | 16-Mar-2022 |
simonb | Add the increasingly spreading __HIDE_DELAY kludge to evbmips.
|
1.11 | 07-Jan-2019 |
jdolecek | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports
also move BLKDEV_IOSIZE, MAXPHYS, but allow override since some ports have different value (powerpc uses NBPG for BLKDEV_IOSIZE, sun2/sun3 have lower MAXPHYS)
|
1.10 | 24-Jul-2017 |
mrg | branches: 1.10.2; 1.10.4; mostly converted sbmips -> evbmips. the SBMIPS kernel builds fully sans disksubr.c. intr.h does not need any additional fixes now, only disklabel.h.
also test-built some other mips kernels.
|
1.9 | 18-Mar-2011 |
tsutsui | branches: 1.9.14; 1.9.32; 1.9.48; - include <mips/mips_param.h> after MACHINE is defined - remove redundant comment
|
1.8 | 08-Feb-2011 |
rmind | Remove clause 3 (UCB advertising clause) from the University of Utah copyright. Confirmed by Mike Hibler, mike at cs.utah.edu - thanks! Also, merge UCB and Utah copyright texts back into one, as they originally were.
Extra verification by snj@.
|
1.7 | 14-Dec-2009 |
matt | branches: 1.7.4; 1.7.6; 1.7.8; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.6 | 13-Aug-2009 |
matt | Move MID_MACHINE to <mips/mips_param.h> and use local values so we don't need to include exec_aout.h
|
1.5 | 11-Dec-2005 |
christos | branches: 1.5.78; 1.5.96; merge ktrace-lwp.
|
1.4 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22364, verified by myself.
|
1.3 | 11-Jul-2002 |
simonb | branches: 1.3.2; 1.3.8; Remove unused MCLOFSET define.
|
1.2 | 08-Apr-2002 |
simonb | branches: 1.2.2; 1.2.6; Make clock/time handling more accurate: - Use the CPU count register for more accurate microtime (from sbmips) and delay (based on an evbmips delay function) functions. - Schedule the next hardclock interrupt more accurately (from an sgimips patch by Rafal Boni). Clock drift on one board is now ~7ppm instead of ~330ppm. - Purge old pmax-based mcclock code. - Correctly round off some clock-derived variable calculations. XXX: Some of this code should be migrated to sys/arch/mips.
|
1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.2.6.3 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.2.6.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.6.1 | 08-Apr-2002 |
jdolecek | file param.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.2.2.1 | 16-Jul-2002 |
gehenna | catch up with -current.
|
1.3.8.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.3.8.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.3.8.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.3.2.2 | 11-Jul-2002 |
simonb | Remove unused MCLOFSET define.
|
1.3.2.1 | 11-Jul-2002 |
simonb | file param.h was added on branch nathanw_sa on 2002-07-11 13:36:46 +0000
|
1.5.96.2 | 22-Aug-2009 |
matt | Move MACHINE_ARCH definition to <mips/mips_param.h> Move mbuf related defines to <mips/mips_param.h>
|
1.5.96.1 | 21-Aug-2009 |
matt | Make MALTA LP64 capable.
|
1.5.78.2 | 11-Mar-2010 |
yamt | sync with head
|
1.5.78.1 | 19-Aug-2009 |
yamt | sync with head.
|
1.7.8.1 | 17-Feb-2011 |
bouyer | Sync with HEAD
|
1.7.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.7.4.2 | 21-Apr-2011 |
rmind | sync with head
|
1.7.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.9.48.1 | 30-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #231): distrib/sets/lists/base/md.evbmips 1.3 doc/CHANGES 1.2303-1.2304 etc/etc.evbmips/MAKEDEV.conf 1.8 etc/etc.evbmips/Makefile.inc 1.22 etc/mtree/Makefile 1.37 etc/mtree/NetBSD.dist.evbmips 1.1 sys/arch/evbmips/Makefile 1.9 sys/arch/evbmips/conf/SBMIPS upto 1.2 sys/arch/evbmips/conf/SBMIPS.MP upto 1.2 sys/arch/evbmips/conf/SBMIPS64 upto 1.2 sys/arch/evbmips/conf/SBMIPS64.MP upto 1.2 sys/arch/evbmips/conf/files.sbmips upto 1.2 sys/arch/evbmips/conf/std.sbmips upto 1.2 sys/arch/evbmips/include/disklabel.h 1.6 sys/arch/evbmips/include/loadfile_machdep.h sys/arch/evbmips/include/param.h 1.10 sys/arch/evbmips/include/pci_machdep.h 1.3 sys/arch/evbmips/sbmips/TODO sys/arch/evbmips/sbmips/autoconf.c sys/arch/evbmips/sbmips/autoconf.h sys/arch/evbmips/sbmips/console.c sys/arch/evbmips/sbmips/cpu.c upto 1.3 sys/arch/evbmips/sbmips/cpuvar.h sys/arch/evbmips/sbmips/disksubr.c sys/arch/evbmips/sbmips/leds.h sys/arch/evbmips/sbmips/locore_machdep.S sys/arch/evbmips/sbmips/machdep.c upto 1.2 sys/arch/evbmips/sbmips/rtc.c upto 1.2 sys/arch/evbmips/sbmips/sb1250_icu.c upto 1.2 sys/arch/evbmips/sbmips/swarm.h sys/arch/evbmips/sbmips/systemsw.c upto 1.2 sys/arch/evbmips/sbmips/systemsw.h sys/arch/evbmips/sbmips/zbbus.c upto 1.2 sys/arch/evbmips/stand/Makefile 1.1 sys/arch/evbmips/stand/sbmips/Makefile sys/arch/evbmips/stand/sbmips/Makefile.bootprogs upto 1.2 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs 1.3 sys/arch/evbmips/stand/sbmips/Makefile.bootxx sys/arch/evbmips/stand/sbmips/Makefile.inc upto 1.3 sys/arch/evbmips/stand/sbmips/boot/Makefile sys/arch/evbmips/stand/sbmips/boot/filesystem.c sys/arch/evbmips/stand/sbmips/boot/version sys/arch/evbmips/stand/sbmips/bootxx_cd9660/Makefile sys/arch/evbmips/stand/sbmips/bootxx_ffs/Makefile sys/arch/evbmips/stand/sbmips/bootxx_lfs/Makefile sys/arch/evbmips/stand/sbmips/common/bbinfo.h sys/arch/evbmips/stand/sbmips/common/blkdev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/blkdev.h sys/arch/evbmips/stand/sbmips/common/boot.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/boot.ldscript sys/arch/evbmips/stand/sbmips/common/booted_dev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/bootxx.c sys/arch/evbmips/stand/sbmips/common/cfe.c sys/arch/evbmips/stand/sbmips/common/cfe_api.c sys/arch/evbmips/stand/sbmips/common/cfe_api.h sys/arch/evbmips/stand/sbmips/common/cfe_api_int.h sys/arch/evbmips/stand/sbmips/common/cfe_error.h sys/arch/evbmips/stand/sbmips/common/cfe_ioctl.h sys/arch/evbmips/stand/sbmips/common/checksize.sh sys/arch/evbmips/stand/sbmips/common/common.h sys/arch/evbmips/stand/sbmips/common/panic_putstr.c sys/arch/evbmips/stand/sbmips/common/putstr.c sys/arch/evbmips/stand/sbmips/common/start.S sys/arch/evbmips/stand/sbmips/netboot/Makefile sys/arch/evbmips/stand/sbmips/netboot/conf.c sys/arch/evbmips/stand/sbmips/netboot/dev_net.c sys/arch/evbmips/stand/sbmips/netboot/devopen.c sys/arch/evbmips/stand/sbmips/netboot/getsecs.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/if_cfe.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/version sys/arch/mips/conf/files.sibyte 1.8 sys/arch/mips/include/pmap.h 1.70 sys/arch/mips/sibyte/dev/sbbuswatch.c 1.4 sys/arch/mips/sibyte/dev/sbmac.c 1.49 sys/arch/mips/sibyte/dev/sbscn.c 1.43 sys/arch/mips/sibyte/dev/sbsmbus.c 1.17 sys/arch/mips/sibyte/dev/sbtimer.c 1.21 sys/arch/mips/sibyte/dev/sbwdog.c 1.15 sys/arch/mips/sibyte/pci/sbbrz_pci.c 1.8 usr.sbin/installboot/installboot.8 1.94
Move sys/arch/sbmips/* into sys/arch/evbmips/*/sbmips.
|
1.9.32.1 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.9.14.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.10.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.10.2.1 | 18-Jan-2019 |
pgoyette | Synch with HEAD
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file pcb.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file pcb.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.3 | 24-Jul-2017 |
mrg | mostly converted sbmips -> evbmips. the SBMIPS kernel builds fully sans disksubr.c. intr.h does not need any additional fixes now, only disklabel.h.
also test-built some other mips kernels.
|
1.2 | 18-Mar-2002 |
simonb | branches: 1.2.8; 1.2.10; 1.2.166; 1.2.186; 1.2.202; Use <mips/isa_machdep.h> and <mips/pci_machdep.h>.
|
1.1 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.2.202.1 | 30-Aug-2017 |
martin | Pull up following revision(s) (requested by mrg in ticket #231): distrib/sets/lists/base/md.evbmips 1.3 doc/CHANGES 1.2303-1.2304 etc/etc.evbmips/MAKEDEV.conf 1.8 etc/etc.evbmips/Makefile.inc 1.22 etc/mtree/Makefile 1.37 etc/mtree/NetBSD.dist.evbmips 1.1 sys/arch/evbmips/Makefile 1.9 sys/arch/evbmips/conf/SBMIPS upto 1.2 sys/arch/evbmips/conf/SBMIPS.MP upto 1.2 sys/arch/evbmips/conf/SBMIPS64 upto 1.2 sys/arch/evbmips/conf/SBMIPS64.MP upto 1.2 sys/arch/evbmips/conf/files.sbmips upto 1.2 sys/arch/evbmips/conf/std.sbmips upto 1.2 sys/arch/evbmips/include/disklabel.h 1.6 sys/arch/evbmips/include/loadfile_machdep.h sys/arch/evbmips/include/param.h 1.10 sys/arch/evbmips/include/pci_machdep.h 1.3 sys/arch/evbmips/sbmips/TODO sys/arch/evbmips/sbmips/autoconf.c sys/arch/evbmips/sbmips/autoconf.h sys/arch/evbmips/sbmips/console.c sys/arch/evbmips/sbmips/cpu.c upto 1.3 sys/arch/evbmips/sbmips/cpuvar.h sys/arch/evbmips/sbmips/disksubr.c sys/arch/evbmips/sbmips/leds.h sys/arch/evbmips/sbmips/locore_machdep.S sys/arch/evbmips/sbmips/machdep.c upto 1.2 sys/arch/evbmips/sbmips/rtc.c upto 1.2 sys/arch/evbmips/sbmips/sb1250_icu.c upto 1.2 sys/arch/evbmips/sbmips/swarm.h sys/arch/evbmips/sbmips/systemsw.c upto 1.2 sys/arch/evbmips/sbmips/systemsw.h sys/arch/evbmips/sbmips/zbbus.c upto 1.2 sys/arch/evbmips/stand/Makefile 1.1 sys/arch/evbmips/stand/sbmips/Makefile sys/arch/evbmips/stand/sbmips/Makefile.bootprogs upto 1.2 sys/arch/evbmips/stand/sbmips/Makefile.bootprogs 1.3 sys/arch/evbmips/stand/sbmips/Makefile.bootxx sys/arch/evbmips/stand/sbmips/Makefile.inc upto 1.3 sys/arch/evbmips/stand/sbmips/boot/Makefile sys/arch/evbmips/stand/sbmips/boot/filesystem.c sys/arch/evbmips/stand/sbmips/boot/version sys/arch/evbmips/stand/sbmips/bootxx_cd9660/Makefile sys/arch/evbmips/stand/sbmips/bootxx_ffs/Makefile sys/arch/evbmips/stand/sbmips/bootxx_lfs/Makefile sys/arch/evbmips/stand/sbmips/common/bbinfo.h sys/arch/evbmips/stand/sbmips/common/blkdev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/blkdev.h sys/arch/evbmips/stand/sbmips/common/boot.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/boot.ldscript sys/arch/evbmips/stand/sbmips/common/booted_dev.c upto 1.2 sys/arch/evbmips/stand/sbmips/common/bootxx.c sys/arch/evbmips/stand/sbmips/common/cfe.c sys/arch/evbmips/stand/sbmips/common/cfe_api.c sys/arch/evbmips/stand/sbmips/common/cfe_api.h sys/arch/evbmips/stand/sbmips/common/cfe_api_int.h sys/arch/evbmips/stand/sbmips/common/cfe_error.h sys/arch/evbmips/stand/sbmips/common/cfe_ioctl.h sys/arch/evbmips/stand/sbmips/common/checksize.sh sys/arch/evbmips/stand/sbmips/common/common.h sys/arch/evbmips/stand/sbmips/common/panic_putstr.c sys/arch/evbmips/stand/sbmips/common/putstr.c sys/arch/evbmips/stand/sbmips/common/start.S sys/arch/evbmips/stand/sbmips/netboot/Makefile sys/arch/evbmips/stand/sbmips/netboot/conf.c sys/arch/evbmips/stand/sbmips/netboot/dev_net.c sys/arch/evbmips/stand/sbmips/netboot/devopen.c sys/arch/evbmips/stand/sbmips/netboot/getsecs.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/if_cfe.c upto 1.2 sys/arch/evbmips/stand/sbmips/netboot/version sys/arch/mips/conf/files.sibyte 1.8 sys/arch/mips/include/pmap.h 1.70 sys/arch/mips/sibyte/dev/sbbuswatch.c 1.4 sys/arch/mips/sibyte/dev/sbmac.c 1.49 sys/arch/mips/sibyte/dev/sbscn.c 1.43 sys/arch/mips/sibyte/dev/sbsmbus.c 1.17 sys/arch/mips/sibyte/dev/sbtimer.c 1.21 sys/arch/mips/sibyte/dev/sbwdog.c 1.15 sys/arch/mips/sibyte/pci/sbbrz_pci.c 1.8 usr.sbin/installboot/installboot.8 1.94
Move sys/arch/sbmips/* into sys/arch/evbmips/*/sbmips.
|
1.2.186.1 | 28-Aug-2017 |
skrll | Sync with HEAD
|
1.2.166.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.2.10.2 | 18-Mar-2002 |
simonb | Use <mips/isa_machdep.h> and <mips/pci_machdep.h>.
|
1.2.10.1 | 18-Mar-2002 |
simonb | file pci_machdep.h was added on branch nathanw_sa on 2002-03-18 10:10:16 +0000
|
1.2.8.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.2.8.1 | 18-Mar-2002 |
jdolecek | file pci_machdep.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file pmap.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file pmap.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.2 | 12-Jul-2018 |
maxv | 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.1 | 07-Aug-2002 |
briggs | branches: 1.1.2; 1.1.4; 1.1.6; 1.1.202; 1.1.204; 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.1.204.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.1.202.1 | 28-Jul-2018 |
pgoyette | Sync with HEAD
|
1.1.6.2 | 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.1.6.1 | 07-Aug-2002 |
jdolecek | file pmc.h was added on branch kqueue on 2002-09-06 08:34:25 +0000
|
1.1.4.2 | 30-Aug-2002 |
gehenna | catch up with -current.
|
1.1.4.1 | 07-Aug-2002 |
gehenna | file pmc.h was added on branch gehenna-devsw on 2002-08-30 00:29:32 +0000
|
1.1.2.2 | 13-Aug-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 | 07-Aug-2002 |
nathanw | file pmc.h was added on branch nathanw_sa on 2002-08-13 02:18:10 +0000
|
1.1 | 09-Jul-2011 |
matt | Allow algor kernels to be built under either algor/algor64 or evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still needed.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file proc.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file proc.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file profile.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file profile.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file psl.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file psl.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file pte.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file pte.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file ptrace.h was added on branch nathanw_sa on 2002-03-07 14:44:02 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file ptrace.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file reg.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file reg.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file regdef.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file regdef.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file regnum.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file regnum.h was added on branch kqueue on 2002-06-23 17:35:55 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file reloc.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file reloc.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.2 | 05-Feb-2003 |
nakayama | Replace machine/rnd.h with more appropriate name to share it with cycle counter based microtime in kern/kern_microtime.c.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file rnd.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file rnd.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.2 | 09-Feb-2007 |
ad | branches: 1.2.4; Merge newlock2 to head.
|
1.1 | 22-Dec-2006 |
ad | branches: 1.1.2; file rwlock.h was initially added on branch newlock2.
|
1.1.2.1 | 22-Dec-2006 |
ad | Pull in CPU specific stubs.
|
1.2.4.2 | 26-Feb-2007 |
yamt | sync with head.
|
1.2.4.1 | 09-Feb-2007 |
yamt | file rwlock.h was added on branch yamt-lazymbuf on 2007-02-26 09:06:22 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file setjmp.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file setjmp.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file signal.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file signal.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.1 | 23-Jul-2014 |
alnsn | branches: 1.1.2; 1.1.6; Rename sljitarch.h to sljit_machdep.h.
|
1.1.6.2 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.1.6.1 | 23-Jul-2014 |
tls | file sljit_machdep.h was added on branch tls-maxphys on 2014-08-20 00:02:58 +0000
|
1.1.2.2 | 10-Aug-2014 |
tls | Rebase.
|
1.1.2.1 | 23-Jul-2014 |
tls | file sljit_machdep.h was added on branch tls-earlyentropy on 2014-08-10 06:53:56 +0000
|
1.3 | 23-Jul-2014 |
alnsn | Rename sljitarch.h to sljit_machdep.h.
|
1.2 | 25-Nov-2012 |
alnsn | branches: 1.2.2; 1.2.6; 1.2.14; Add sljitarch.h to all mips machines.
|
1.1 | 24-Nov-2012 |
alnsn | Add sljit and bpfjit to evbmips. Not enabled by default.
|
1.2.14.1 | 10-Aug-2014 |
tls | Rebase.
|
1.2.6.3 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.2.6.2 | 25-Feb-2013 |
tls | resync with head
|
1.2.6.1 | 25-Nov-2012 |
tls | file sljitarch.h was added on branch tls-maxphys on 2013-02-25 00:28:40 +0000
|
1.2.2.2 | 16-Jan-2013 |
yamt | sync with (a bit old) head
|
1.2.2.1 | 25-Nov-2012 |
yamt | file sljitarch.h was added on branch yamt-pagecache on 2013-01-16 05:32:57 +0000
|
1.2 | 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.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file stdarg.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file stdarg.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file trap.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file trap.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.10 | 26-Jan-2017 |
christos | provide __HAVE_COMPAT_NETBSD32 and fix multiple include protection consistently.
|
1.9 | 17-Jul-2011 |
dyoung | branches: 1.9.12; 1.9.30; 1.9.34; 1.9.38; Switch MIPS and MIPS-ish architectures to new-style <sys/bus.h>. This involves moving some inline bus_space(9) implementation into .c files.
|
1.8 | 20-Jan-2008 |
joerg | Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants, remove the conditionals and the code associated with the undef case.
|
1.7 | 17-Oct-2007 |
garbled | branches: 1.7.2; 1.7.8; Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.6 | 14-Jul-2007 |
ad | branches: 1.6.10; Generic soft interrupts are mandatory.
|
1.5 | 02-Sep-2006 |
gdamore | branches: 1.5.12; 1.5.20; Convert evbmis to __HAVE_GENERIC_TODR.
|
1.4 | 02-Sep-2006 |
gdamore | Convert evbmips to timecounters, using the MIPS3 cp0 clock. This has been tested on AR5312, and I expect it to "just work" on all evbmips systems. (On AR5312, the counter is 110MHz. :-)
|
1.3 | 30-Jan-2006 |
gdamore | branches: 1.3.2; 1.3.6; paddr_t should be 64-bits wide to accomodate full R4K 36-bit phys address. (Alchemy needs it for various system peripherials located above 4GB.)
|
1.2 | 22-Sep-2002 |
simonb | branches: 1.2.22; 1.2.34; Use "#define\t" instead of "#define ".
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.12.1 | 07-Mar-2002 |
nathanw | file types.h was added on branch nathanw_sa on 2002-10-18 02:36:37 +0000
|
1.1.10.3 | 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.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file types.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.2.34.1 | 01-Feb-2006 |
yamt | sync with head.
|
1.2.22.4 | 21-Jan-2008 |
yamt | sync with head
|
1.2.22.3 | 03-Sep-2007 |
yamt | sync with head.
|
1.2.22.2 | 30-Dec-2006 |
yamt | sync with head.
|
1.2.22.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.3.6.1 | 03-Sep-2006 |
yamt | sync with head.
|
1.3.2.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.5.20.1 | 03-Oct-2007 |
garbled | Sync with HEAD
|
1.5.12.1 | 15-Jul-2007 |
ad | Sync with head.
|
1.6.10.2 | 23-Mar-2008 |
matt | sync with HEAD
|
1.6.10.1 | 06-Nov-2007 |
matt | sync with HEAD
|
1.7.8.1 | 23-Jan-2008 |
bouyer | Sync with HEAD.
|
1.7.2.1 | 18-Feb-2008 |
mjf | Sync with HEAD.
|
1.9.38.1 | 21-Apr-2017 |
bouyer | Sync with HEAD
|
1.9.34.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
1.9.30.1 | 05-Feb-2017 |
skrll | Sync with HEAD
|
1.9.12.1 | 03-Dec-2017 |
jdolecek | update from HEAD
|
1.1 | 10-Jul-2011 |
matt | Add uboot.h which contains global_data and board_data structures.
|
1.2 | 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.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file varargs.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file varargs.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.5 | 19-Apr-2014 |
matt | Normal memory is not poolpage memory unless poolpage memory is default memory.
|
1.4 | 09-Jul-2011 |
matt | branches: 1.4.2; 1.4.12; 1.4.16; 1.4.26; Allow algor kernels to be built under either algor/algor64 or evbmips-el/evbmips64-el. Note that MAXMAPARITITONS and majors numbers differ between the two ports which is why two kernels are still needed.
|
1.3 | 20-Feb-2011 |
matt | Merge forward from matt-nb5-mips64.
|
1.2 | 14-Dec-2009 |
matt | branches: 1.2.4; 1.2.6; 1.2.8; Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; 1.1.124; 1.1.142; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.142.6 | 09-Feb-2012 |
matt | VM_FREELIST_MAX is not used by anything. Should be VM_NFREELIST Add macros to test a PA to see if it belonds to a VM_FREELIST_*
|
1.1.142.5 | 29-Nov-2011 |
matt | Take part of the KSEG2 space and use it to "almost" direct another 256MB of memory so that N32 kernels can make use of ram outside of KSEG0. This allows N32 kernels to be useful on systems with 4GB of RAM or more.
|
1.1.142.4 | 06-Jan-2010 |
matt | Fix typo: VMFREE* -> VM_FREE*
|
1.1.142.3 | 31-Dec-2009 |
matt | Use mips_page_physload and mips_init_lwp0_uarea.
|
1.1.142.2 | 11-Dec-2009 |
matt | Use the default set of VM_FREELISTs in <mips/vmparam.h> but allow them to be overridden (for pmax).
|
1.1.142.1 | 13-Sep-2009 |
cliff | bump VM_PHYSSEG_MAX to 32 (was 1) for sake of systems with multiple noncontiguous regions of physical memory
|
1.1.124.1 | 11-Mar-2010 |
yamt | sync with head
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file vmparam.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file vmparam.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.2.8.1 | 05-Mar-2011 |
bouyer | Sync with HEAD
|
1.2.6.1 | 06-Jun-2011 |
jruoho | Sync with HEAD.
|
1.2.4.1 | 05-Mar-2011 |
rmind | sync with head
|
1.4.26.1 | 10-Aug-2014 |
tls | Rebase.
|
1.4.16.1 | 18-May-2014 |
rmind | sync with head
|
1.4.12.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.2.1 | 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.2 | 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.1 | 08-May-2004 |
kleink | branches: 1.1.2; Factor out W{CHAR,INT}_{MAX,MIN} into their own header file.
|
1.1.2.4 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.2.3 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.2.2 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.2.1 | 08-May-2004 |
skrll | file wchar_limits.h was added on branch ktrace-lwp on 2004-08-03 10:34:09 +0000
|
1.2 | 11-Dec-2005 |
christos | branches: 1.2.18; merge ktrace-lwp.
|
1.1 | 05-Nov-2005 |
tsutsui | branches: 1.1.2; Add empty <machine/wired_map.h> for the MI mips/wired_map.c.
|
1.1.2.2 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.2.1 | 05-Nov-2005 |
skrll | file wired_map.h was added on branch ktrace-lwp on 2005-11-10 13:55:54 +0000
|
1.2.18.2 | 21-Jun-2006 |
yamt | sync with head.
|
1.2.18.1 | 11-Dec-2005 |
yamt | file wired_map.h was added on branch yamt-lazymbuf on 2006-06-21 14:51:03 +0000
|
1.7 | 14-Dec-2009 |
matt | Merge from matt-nb5-mips64 Merge mips-specific arch files.
|
1.6 | 13-Jul-2006 |
gdamore | branches: 1.6.62; 1.6.80; Revert yamon_getenv() so it returns char *. While this is suboptimal, it is the only convenient way to use the returned value with numerous library routines which have not been altered to properly use constified char *.
This was found to be necessary when I extended yamon to hold a string describing a video mode for use with my experimental radeonfb.
|
1.5 | 21-Mar-2006 |
gdamore | branches: 1.5.4; Use const char * in yamon_print().
|
1.4 | 11-Dec-2005 |
christos | branches: 1.4.4; 1.4.6; 1.4.8; 1.4.10; 1.4.12; merge ktrace-lwp.
|
1.3 | 09-Jun-2005 |
he | branches: 1.3.2; Adapt to compiling with -Wcast-qual by adding consts where appropriate.
|
1.2 | 27-Oct-2003 |
simonb | Add a function to query YAMON for the CPU frequency, and set up the parameters for delay() from this.
|
1.1 | 07-Mar-2002 |
simonb | branches: 1.1.10; 1.1.12; 1.1.18; A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.18.4 | 10-Nov-2005 |
skrll | Sync with HEAD. Here we go again...
|
1.1.18.3 | 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.1.18.2 | 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.1.18.1 | 03-Aug-2004 |
skrll | Sync with HEAD
|
1.1.12.2 | 07-Mar-2002 |
simonb | A port to the MIPS Malta evaluation board. Currently supports the MIPS32 4Kc CPU board, with support for the MIPS64 5Kc and the QED RM5261 CPU boards to follow.
The cs4281 audio hasn't been tested, there are some interrupt problems with onboard the pciide, but all other on-board peripherals work.
The evbmips port will support more MIPS evaluation boards in the future.
|
1.1.12.1 | 07-Mar-2002 |
simonb | file yamon.h was added on branch nathanw_sa on 2002-03-07 14:44:03 +0000
|
1.1.10.2 | 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.10.1 | 07-Mar-2002 |
jdolecek | file yamon.h was added on branch kqueue on 2002-06-23 17:35:56 +0000
|
1.3.2.2 | 30-Dec-2006 |
yamt | sync with head.
|
1.3.2.1 | 21-Jun-2006 |
yamt | sync with head.
|
1.4.12.1 | 28-Mar-2006 |
tron | Merge 2006-03-28 NetBSD-current into the "peter-altq" branch.
|
1.4.10.1 | 19-Apr-2006 |
elad | sync with head - hopefully this will work
|
1.4.8.2 | 11-Aug-2006 |
yamt | sync with head
|
1.4.8.1 | 01-Apr-2006 |
yamt | sync with head.
|
1.4.6.1 | 22-Apr-2006 |
simonb | Sync with head.
|
1.4.4.1 | 09-Sep-2006 |
rpaulo | sync with head
|
1.5.4.1 | 13-Jul-2006 |
gdamore | Merge from HEAD.
|
1.6.80.1 | 21-Aug-2009 |
matt | Make MALTA LP64 capable.
|
1.6.62.1 | 11-Mar-2010 |
yamt | sync with head
|