| History log of /src/sys/arch/evbsh3/conf/COMPUTEXEVB |
| Revision | | Date | Author | Comments |
| 1.33 |
| 14-Sep-2017 |
mrg | clean up COMPAT_* options for native netbsd code: - new series of files that are useful for saying "i want everything since netbsd 1.4", etc. - use the fact COMPAT_* options have future dependancies to remove many redundant options.
removes about 3000 lines total across kernel configuration files. tested about 30 random kernels in the changed list.
|
| 1.32 |
| 18-Dec-2011 |
dholland | branches: 1.32.6; WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
| 1.31 |
| 23-Nov-2010 |
hannken | branches: 1.31.8; 1.31.12; Remove unused count from pseudo-device md.
|
| 1.30 |
| 06-Apr-2010 |
nonaka | Added support following boards. - AlphaNet MS104-SH4 - TAC T-SH7706LAN Ver.3 - TAC T-SH7706LSR Ver.1
|
| 1.29 |
| 06-Feb-2009 |
jym | branches: 1.29.4; 1.29.6; Changes to MEMORY_RBFLAGS option: - renamed to MEMORY_DISK_RBFLAGS to better fit the rest of the MEMORY_DISK options(4) - change default value to RB_AUTOBOOT instead of RB_SINGLE, and adapt the config(5) files accordingly - document this option inside options(4)
See also http://mail-index.netbsd.org/tech-kern/2008/12/25/msg003924.html
Reviewed by abs@ in private mail.
|
| 1.28 |
| 31-Jul-2008 |
simonb | branches: 1.28.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
| 1.27 |
| 20-Sep-2006 |
uwe | branches: 1.27.52; 1.27.56; 1.27.58; 1.27.62; Switch the rest of sh3 ports to todr(9) Split code to handle on-chip rtc into a separate driver Eliminate all todr code from clock.c Move __HAVE_GENERIC_TODR to sh3/include/types.h
|
| 1.26 |
| 07-Dec-2005 |
tsutsui | branches: 1.26.20; 1.26.22; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
| 1.25 |
| 18-Feb-2005 |
dsl | branches: 1.25.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
| 1.24 |
| 10-Nov-2004 |
christos | branches: 1.24.4; 1.24.6; Add COMPAT_BSDPTY to the rest of the config files.
|
| 1.23 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
| 1.22 |
| 18-Sep-2002 |
lukem | branches: 1.22.6; 1.22.8; enable USERCONF by default; it's small and extremely useful to have available.
|
| 1.21 |
| 17-Jun-2002 |
lukem | branches: 1.21.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.20 |
| 09-May-2002 |
uch | branches: 1.20.2; 1.20.4; IOM_RAM_BEGIN is changed to specify physical address.
|
| 1.19 |
| 25-Apr-2002 |
atatat | 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.18 |
| 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.17 |
| 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.16 |
| 24-Mar-2002 |
uch | adapted to new interrupt code and shb changes.
|
| 1.15 |
| 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.14 |
| 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.13 |
| 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.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 |
| 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.10 |
| 08-Jul-2001 |
abs | branches: 1.10.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.9 |
| 03-Jan-2001 |
itojun | split big/little endian better.
|
| 1.8 |
| 29-Sep-2000 |
msaitoh | branches: 1.8.2; avoid SH7709A's serious bug (it fails to read IPR* registers under particular circumstances)
|
| 1.7 |
| 26-Sep-2000 |
msaitoh | fix SDMR settings:
- s/BSC_SDMR_VAL/BSC_SDMR3_VAL/ - add options COMPUTEXEVB
|
| 1.6 |
| 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.5 |
| 31-Jul-2000 |
msaitoh | use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
|
| 1.4 |
| 24-Feb-2000 |
msaitoh | branches: 1.4.4; variable start address of the main memory (now we can use the area 2 as main memory with "options IOM_RAM_BEGIN=0x88000000")
|
| 1.3 |
| 24-Feb-2000 |
msaitoh | watchdog timer
|
| 1.2 |
| 07-Jan-2000 |
msaitoh | s/ECOFF/COFF/ (comment only)
|
| 1.1 |
| 27-Dec-1999 |
msaitoh | computex(computex.co.jp)'s evaluation board.
|
| 1.4.4.3 |
| 05-Nov-2000 |
tv | Pullup 1.8 [msaitoh]: avoid SH7709A's serious bug (it fails to read IPR* registers under particular circumstances)
|
| 1.4.4.2 |
| 29-Sep-2000 |
msaitoh | Pullup revision 1.7 (approved by thorpej):
set SDMR3 register correctly
|
| 1.4.4.1 |
| 08-Aug-2000 |
msaitoh | Pullup revision 1.5 (approved by thorpej):
- use makeoptions to select ldscript file - add COMPAT_14
|
| 1.8.2.3 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
| 1.8.2.2 |
| 20-Nov-2000 |
bouyer | Update thorpej_scsipi to -current as of a month ago A i386 GENERIC kernel compiles without the siop, ahc and bha drivers (will be updated later). i386 IDE/ATAPI and ncr work, as well as sparc/esp_sbus. alpha should work as well (untested yet). siop, ahc and bha will be updated once I've updated the branch to current -current, as well as machine-dependant code.
|
| 1.8.2.1 |
| 29-Sep-2000 |
bouyer | file COMPUTEXEVB was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
|
| 1.10.2.6 |
| 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.10.2.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
| 1.10.2.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
| 1.10.2.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
| 1.10.2.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
| 1.10.2.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
| 1.20.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.21 (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.20.2.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
| 1.21.2.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
| 1.21.2.1 |
| 17-Jun-2002 |
nathanw | file COMPUTEXEVB was added on branch nathanw_sa on 2002-10-18 02:36:40 +0000
|
| 1.22.8.1 |
| 15-Jul-2004 |
he | Pull up revision 1.23 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
| 1.22.6.6 |
| 11-Dec-2005 |
christos | Sync with head.
|
| 1.22.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
| 1.22.6.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
| 1.22.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
| 1.22.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
| 1.22.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
| 1.24.6.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.24.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.25.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
| 1.25.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
| 1.26.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
| 1.26.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
| 1.27.62.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
| 1.27.58.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.27.56.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
| 1.27.56.1 |
| 04-May-2009 |
yamt | sync with head.
|
| 1.27.52.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
| 1.28.2.1 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
| 1.29.6.2 |
| 05-Mar-2011 |
rmind | sync with head
|
| 1.29.6.1 |
| 30-May-2010 |
rmind | sync with head
|
| 1.29.4.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
| 1.31.12.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
| 1.31.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
| 1.32.6.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|