| History log of /src/sys/arch/mmeye/conf/MMTANEW |
| Revision | | Date | Author | Comments |
| 1.20 |
| 23-Jun-2018 |
maya | Remove commented out MATH_EMULATE from kernel configs that got it by copying an older i386 config.
|
| 1.19 |
| 19-Feb-2011 |
kiyohara | branches: 1.19.54; Support mmEye-WLF. Also maybe support mmEye-WL, mmEye2, mmEye2-HS.
|
| 1.18 |
| 08-Jul-2002 |
jdolecek | branches: 1.18.134; 1.18.140; 1.18.142; change to be just wrapper around MMTA
|
| 1.17 |
| 08-Jul-2002 |
jdolecek | g/c COMPAT_13 - there wasn't any 1.3 release of mmeye. According to removal log of sys/arch/sh3/sh3/compat_13_machdep.c, COMPAT_13 was trace of i386 port.
|
| 1.16 |
| 17-Jun-2002 |
lukem | branches: 1.16.2; Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.15 |
| 25-Apr-2002 |
atatat | branches: 1.15.2; 1.15.4; Add the INCLUDE_CONFIG_FILE option to all config files. In config files that are generic (ie, GENERIC, GENERICSBC, GENERIC32, ALL, or ALPHA), it is uncommented.
|
| 1.14 |
| 12-Apr-2002 |
gmcgarry | Add commented-out USERCONF option. Mainly useful for install media and can be optionally enabled based on miniroot and ramdisk size requirements.
|
| 1.13 |
| 02-Apr-2002 |
lukem | Rename MEMORY_DISK_SIZE (formerly MINIROOTSIZE) to MEMORY_DISK_ROOT_SIZE, which was suggested by Izumi Tsutsui <tsutsui@ceres.dti.ne.jp> as being more consistent with what it's controlling...
|
| 1.12 |
| 10-Mar-2002 |
lukem | * rename MINIROOTSIZE to MEMORY_DISK_SIZE, so that all md(4) options are now consistently named * fold opt_mdsize.h into opt_md.h
|
| 1.11 |
| 17-Feb-2002 |
uch | To determine CPU architecture and product, add cpu_arch and cpu_prduct variables. these are initialized by sh_cpu_init()@sh3/sh3_machdep.c (see sh3/include/cputypes.h for detail.) add "options SH3" for SH3 kernel config file.
|
| 1.10 |
| 10-Feb-2002 |
wiz | Update description for icsphy.
|
| 1.9 |
| 27-Jan-2002 |
jdolecek | add options PIPE_SOCKETPAIR to individual kernel configs the option is commented out on everything but kernels I was able to recognize as INSTALL-like or ones for small memory machines
|
| 1.8 |
| 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.7 |
| 20-Nov-2001 |
lukem | - pull in opt_kgdb.h where necessary - replace opt_kgdb_machdep.h with opt_kgdb.h - defparam opt_kgdb.h: KGDB_DEV KGDB_DEVNAME KGDB_DEVADDR KGDB_DEVRATE KGDB_DEVMODE - move from opt_ddbparam.h to opt_ddb.h: DDB_FROMCONSOLE DDB_ONPANIC DDB_HISTORY_SIZE DDB_BREAK_CHAR SYMTAB_SPACE - replace KGDBDEV with KGDB_DEV - replace KGDBADDR with KGDB_DEVADDR - replace KGDBMODE with KGDB_DEVMODE - replace KGDBRATE with KGDB_DEVRATE - use `9600' instead of `0x2580' for 9600 baud rate - use correct quotes for options KGDB_DEVNAME="\"com\"" - use correct quotes for options KGDB_DEV="17*256+0" - remove unnecessary dependancy on Makefile for kgdb_stub.o - minor whitespace cleanup
|
| 1.6 |
| 08-Jul-2001 |
abs | branches: 1.6.2; Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options, and with the comment '4.2BSD TCP/IP bug compat. Not recommended' Add commented out 'TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG' (All hail amiga and atari which make some attempt to automate the multiplicity of config files...)
|
| 1.5 |
| 17-Oct-2000 |
msaitoh | fix shpcic* iomem size from 0x4000000 to 0x1000000
|
| 1.4 |
| 24-Sep-2000 |
jdolecek | don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
| 1.3 |
| 07-Jan-2000 |
msaitoh | branches: 1.3.4; s/ECOFF/COFF/ (comment only)
|
| 1.2 |
| 13-Sep-1999 |
msaitoh | branches: 1.2.2; remove mainbus pseudo floppy drive
|
| 1.1 |
| 13-Sep-1999 |
itojun | Merge in NetBSD/sh3 from cvs.kame.net repository.
Tree structure: - sys/arch/sh3: sh3 generic code As commented, in-chip device drivers are put into sys/arch/sh3/dev. - sys/arch/evbsh3: sh3 evaluation boards (pure sh3 CPU, no fancy external HW) - sys/arch/mmeye: Brains mmEye, www.brains.co.jp MI source code includes couple of #ifdef for sh3-coff support. (sh3 uses coff or elf)
Needs some more improvements, especialy in sys/arch/sh3/conf/files.sh3, to compile the tree (due to last minute tree structure change).
|
| 1.2.2.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.3.4.1 |
| 05-Nov-2000 |
tv | Pullup 1.5 [msaitoh]: fix shpcic* iomem size from 0x4000000 to 0x1000000
|
| 1.6.2.5 |
| 08-Jul-2002 |
jdolecek | sync kqueue branch with -current - mmeye now compiles for real
|
| 1.6.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.6.2.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.6.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.6.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.15.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.16 (requested by lukem in ticket #312): Enable "pseudo-device clockctl" in all kernels, except installation related kernels (INSTALL* and RAMDISK*). This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
|
| 1.15.2.2 |
| 16-Jul-2002 |
gehenna | catch up with -current.
|
| 1.15.2.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
| 1.16.2.2 |
| 01-Aug-2002 |
nathanw | Catch up to -current.
|
| 1.16.2.1 |
| 17-Jun-2002 |
nathanw | file MMTANEW was added on branch nathanw_sa on 2002-08-01 02:42:39 +0000
|
| 1.18.142.1 |
| 05-Mar-2011 |
bouyer | Sync with HEAD
|
| 1.18.140.1 |
| 06-Jun-2011 |
jruoho | Sync with HEAD.
|
| 1.18.134.1 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.19.54.1 |
| 25-Jun-2018 |
pgoyette | Sync with HEAD
|