Home | History | Annotate | Download | only in conf
History log of /src/sys/arch/newsmips/conf/std.newsmips
RevisionDateAuthorComments
 1.19  14-Oct-2018  tsutsui Add NWS-4000 support.

Based on nonaka@'s porting effort back in 2002.
See announcement on port-newsmips@ for more details:
http://mail-index.netbsd.org/port-newsmips/2018/10/13/msg000231.html
 1.18  30-Sep-2018  tsutsui Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626

Discussed with ryo@ (the original author of news5000 support).
Should be pulled up to netbsd-8.
 1.17  11-Dec-2005  christos branches: 1.17.158; 1.17.164; 1.17.166;
merge ktrace-lwp.
 1.16  17-Sep-2005  yamt include "conf/std".
 1.15  30-Aug-2003  chs branches: 1.15.16;
add "makeoptions MACHINE_ARCH=..." in std.* for mips ports
where it is constant (to ease cross-building).
 1.14  09-Dec-2002  simonb branches: 1.14.6;
Remove the explicit `makeoptions MACHINE_ARCH="mipse{b,l}"' for kernel
builds and use the endianness of the toolchain being used to determine
the endianness of the kernel.
 1.13  09-Dec-2001  atatat Roll the rest of the ports over to the new MI kernel build machinery.
Any problems reported by testers have been fixed, and massive
cross-compiling of kernels has shown that any problems that remain
with actually building kernels are not related to this.
 1.12  20-Nov-2001  lukem cleanup:
options SPACE TAB
makeoptions TAB
psuedo-device TAB
remove trailing whitespace
replace multiple spaces -> tabs
options "FOO" -> options FOO
options "FOO=bar" -> options FOO=bar
options "FOO=\"bar\"" -> options FOO="\"bar\""
 1.11  23-Oct-2001  thorpej branches: 1.11.4;
For MIPS kernel Makefiles, don't set ENDIAN in std.${MACHINE}. Instead,
explicitly set MACHINE_ARCH to the appropriate thing. Makefile.mips will
then set all of the internal variables it needs to accordingly.
 1.10  03-Dec-2000  matt branches: 1.10.4;
Revert back to a machinearch (really cputype) of mips. Put ENDIAN back.
 1.9  03-Dec-2000  matt Change arch from mips to mipsel/mipseb as appropriate. Nuke the ENDIAN
makeoption. Key off MACHINE_ARCH for adding -EB/-EL to CFLAGS/AFLAGS/LD/
LINKFLAGS.
 1.8  03-Dec-2000  matt Start using a Makefile.mips. Use a combination of makeoptions and
Makefile.sgimips.inc which has sgimips specific stuff.
 1.7  22-Jun-2000  fvdl Remove prefix construction for softdeps. Add SOFTDEP option to GENERIC.
 1.6  15-Nov-1999  fvdl branches: 1.6.4;
Add

prefix ../gnu/sys
cinclude "conf/files.softdep"
prefix

to all std.* files, so that soft dependencies can be activated using
"options SOFTDEP".
 1.5  24-Mar-1999  mrg branches: 1.5.8; 1.5.14;
clean up kernel/config files files for machVM lossage.
 1.4  15-Feb-1999  hubertf RCS ID police
 1.3  16-Nov-1998  tsubai Enable UVM by default.
 1.2  04-Mar-1998  thorpej Rename NetBSD/news to NetBSD/newsmips.
 1.1  18-Feb-1998  tsubai Initial import of NetBSD/news.
 1.5.14.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.5.8.2  08-Dec-2000  bouyer Sync with HEAD.
 1.5.8.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.
 1.6.4.1  23-Jun-2000  fvdl As on the trunk, update these for the move of ffs_softdep.c into the
kernel source itself. Remove prefix construction, and add the SOFTDEP
option to GENERIC kernels.
 1.10.4.1  10-Jan-2002  thorpej Sync kqueue branch with -current.
 1.11.4.3  11-Dec-2002  thorpej Sync with HEAD.
 1.11.4.2  08-Jan-2002  nathanw Catch up to -current.
 1.11.4.1  23-Oct-2001  nathanw file std.newsmips was added on branch nathanw_sa on 2002-01-08 00:26:56 +0000
 1.14.6.4  10-Nov-2005  skrll Sync with HEAD. Here we go again...
 1.14.6.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.14.6.2  18-Sep-2004  skrll Sync with HEAD.
 1.14.6.1  03-Aug-2004  skrll Sync with HEAD
 1.15.16.1  21-Jun-2006  yamt sync with head.
 1.17.166.1  10-Jun-2019  christos Sync with HEAD
 1.17.164.1  20-Oct-2018  pgoyette Sync with head
 1.17.158.1  18-Nov-2018  martin Pull up following revision(s) (requested by tsutsui in ticket #1095):

sys/arch/newsmips/apbus/apbus.c: revision 1.23
sys/arch/newsmips/apbus/apbus_subr.c: revision 1.10
sys/arch/newsmips/apbus/apbusvar.h: revision 1.10
sys/arch/newsmips/conf/std.newsmips: revision 1.18

Fix news5000 panic during boot on APbus attach. PR port-newsmips/53626

Discussed with ryo@ (the original author of news5000 support).

Should be pulled up to netbsd-8.

RSS XML Feed