History log of /src/sys/arch/evbsh3/conf/COMPUTEX7750 |
Revision | | Date | Author | Comments |
1.32 |
| 07-Aug-2022 |
simonb | UFS/LFS dirhash: - Enable UFS_DIRHASH if the architecture or kernel model specific config file can use 128MB of RAM or more. - Remove experimental tag from UFS_DIRHASH; it's been with RUMP kernel and by a number of NetBSD developers for years. - Add LFS_DIRHASH if LFS was enabled. - Be somewhat consistent with FS options order.
|
1.31 |
| 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.30 |
| 18-Dec-2011 |
dholland | branches: 1.30.6; WABPL is no longer considered experimental (has not been for some time) so update its comment in config files.
|
1.29 |
| 23-Nov-2010 |
hannken | branches: 1.29.8; 1.29.12; Remove unused count from pseudo-device md.
|
1.28 |
| 06-Apr-2010 |
nonaka | Added support following boards. - AlphaNet MS104-SH4 - TAC T-SH7706LAN Ver.3 - TAC T-SH7706LSR Ver.1
|
1.27 |
| 06-Feb-2009 |
jym | branches: 1.27.4; 1.27.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.26 |
| 31-Jul-2008 |
simonb | branches: 1.26.2; Add "options WAPBL" to standard GENERIC/INSTALL type configs.
|
1.25 |
| 20-Sep-2006 |
uwe | branches: 1.25.52; 1.25.56; 1.25.58; 1.25.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.24 |
| 07-Dec-2005 |
tsutsui | branches: 1.24.20; 1.24.22; Adjust comments for options FFS_NO_SNAPSHOT.
XXX: This option should be mentioned in options(4).
|
1.23 |
| 18-Feb-2005 |
dsl | branches: 1.23.6; Invert FFS_SNAPSHOT to FFS_NO_SNAPSHOT
|
1.22 |
| 10-Nov-2004 |
christos | branches: 1.22.4; 1.22.6; Add COMPAT_BSDPTY to the rest of the config files.
|
1.21 |
| 15-Jul-2004 |
atatat | Add "options SYSCTL_INCLUDE_DESCR" to a lot of configs, but commented out in most of them.
|
1.20 |
| 18-Sep-2002 |
lukem | branches: 1.20.6; 1.20.8; enable USERCONF by default; it's small and extremely useful to have available.
|
1.19 |
| 17-Jun-2002 |
lukem | branches: 1.19.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.18 |
| 09-May-2002 |
uch | branches: 1.18.2; 1.18.4; IOM_RAM_BEGIN is changed to specify physical address.
|
1.17 |
| 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.16 |
| 22-Apr-2002 |
msaitoh | remove unused option
|
1.15 |
| 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.14 |
| 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.13 |
| 24-Mar-2002 |
uch | adapted to new interrupt code and shb changes.
|
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 |
| 28-Feb-2002 |
uch | s/MMEYE_NO_CACHE/CACHE_DISABLE/
|
1.10 |
| 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.9 |
| 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.8 |
| 03-Jan-2001 |
itojun | branches: 1.8.4; split big/little endian better.
|
1.7 |
| 24-Sep-2000 |
jdolecek | branches: 1.7.2; don't specify number of ptys if >= 16 (current default initial number) pty comments: normalize and g/c what is no longer relevant
|
1.6 |
| 12-Aug-2000 |
msaitoh | - enable KERNFS and PROCFS - disable NULLFS and UMAPFS
|
1.5 |
| 12-Aug-2000 |
msaitoh | - remove "options PMAP_NEW" - enable "options INET" - enable "pseudo-device loop"
|
1.4 |
| 03-Aug-2000 |
msaitoh | add COMPAT_14
|
1.3 |
| 31-Jul-2000 |
msaitoh | use 'makeoptions LDSCRIPTBASE="sh.x"' (or shl.x) to select ldscript file
|
1.2 |
| 22-Mar-2000 |
cgd | branches: 1.2.4; add commented out option PCI_CONFIG_DUMP whever there's a PCIVERBOSE.
|
1.1 |
| 20-Mar-2000 |
msaitoh | Computex's SH7750 evaluation board
|
1.2.4.1 |
| 08-Aug-2000 |
msaitoh | Pullup revision 1.3-1.4 (approved by thorpej):
- use makeoptions to select ldscript file - add COMPAT_14
|
1.7.2.3 |
| 05-Jan-2001 |
bouyer | Sync with HEAD
|
1.7.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.7.2.1 |
| 24-Sep-2000 |
bouyer | file COMPUTEX7750 was added on branch thorpej_scsipi on 2000-11-20 20:07:34 +0000
|
1.8.4.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.8.4.5 |
| 06-Sep-2002 |
jdolecek | sync kqueue branch with HEAD
|
1.8.4.4 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.8.4.3 |
| 16-Mar-2002 |
jdolecek | Catch up with -current.
|
1.8.4.2 |
| 11-Feb-2002 |
jdolecek | Sync w/ -current.
|
1.8.4.1 |
| 10-Jan-2002 |
thorpej | Sync kqueue branch with -current.
|
1.18.4.1 |
| 01-Aug-2002 |
lukem | Pull up revision 1.19 (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.18.2.1 |
| 14-Jul-2002 |
gehenna | catch up with -current.
|
1.19.2.2 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.19.2.1 |
| 17-Jun-2002 |
nathanw | file COMPUTEX7750 was added on branch nathanw_sa on 2002-10-18 02:36:40 +0000
|
1.20.8.1 |
| 15-Jul-2004 |
he | Pull up revision 1.21 (requested by atatat in ticket #663): Add "options SYSCTL_INCLUDE_DESCR" to a lot of configurations, but commented out in most of them.
|
1.20.6.6 |
| 11-Dec-2005 |
christos | Sync with head.
|
1.20.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.20.6.4 |
| 14-Nov-2004 |
skrll | Sync with HEAD.
|
1.20.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.20.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.20.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.22.6.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.22.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.23.6.2 |
| 30-Dec-2006 |
yamt | sync with head.
|
1.23.6.1 |
| 21-Jun-2006 |
yamt | sync with head.
|
1.24.22.1 |
| 22-Oct-2006 |
yamt | sync with head
|
1.24.20.1 |
| 18-Nov-2006 |
ad | Sync with head.
|
1.25.62.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.25.58.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.25.56.2 |
| 11-Aug-2010 |
yamt | sync with head.
|
1.25.56.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.25.52.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|
1.26.2.1 |
| 03-Mar-2009 |
skrll | Sync with HEAD.
|
1.27.6.2 |
| 05-Mar-2011 |
rmind | sync with head
|
1.27.6.1 |
| 30-May-2010 |
rmind | sync with head
|
1.27.4.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.29.12.1 |
| 18-Feb-2012 |
mrg | merge to -current.
|
1.29.8.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.30.6.1 |
| 03-Dec-2017 |
jdolecek | update from HEAD
|