summaryrefslogtreecommitdiffstats
path: root/sys/arm/conf/IQ31244
Commit message (Collapse)AuthorAgeFilesLines
* Adjust style (following the already existing rules) for the newlyattilio2010-02-151-1/+1
| | | | | | introduced option DEADLKRES. Reported by: danfe, julian, avg
* Add the options DEADLKRES (introducing the deadlock resolver thread) inattilio2010-02-101-0/+1
| | | | | | | | | | the 'debugging' section of any HEAD kernel and enable for the mainstream ones, excluding the embedded architectures. It may, of course, enabled on a case-by-case basis. Sponsored by: Sandvine Incorporated Requested by: emaste Discussed with: kib
* Move the examples for the 'hints' and 'env' keywords from various GENERICjhb2010-01-191-2/+0
| | | | | | kernel configs into NOTES. Reviewed by: imp
* - Use "device\t" and "options \t" for consistency.kuriyama2009-05-101-24/+24
|
* In additions to the configs from r185478, which also enabled thebz2008-12-271-0/+1
| | | | | | | | use of modules for arm, disable them by adding MODULES_OVERRIDE="" here as well. Reviewed by: sam MFC after: 3 weeks
* Add arm/conf/DEFAULTS and populate it with:marcel2008-10-231-2/+0
| | | | | | | | | | machine arm device mem options GEOM_BSD options GEOM_MBR Remove the first two from all kernel configuration files and change geom_bsd and geom_mbr from standard to optional.
* Make genclock standard on all platforms.phk2008-04-211-1/+0
| | | | Thanks to: grehan & marcel for platform support on ia64 and ppc.
* Add kernel module support for nfslockd and krpc. Use the module systemdfr2008-03-271-0/+1
| | | | | | | to detect (or load) kernel NLM support in rpc.lockd. Remove the '-k' option to rpc.lockd and make kernel NLM the default. A user can still force the use of the old user NLM by building a kernel without NFSLOCKD and/or removing the nfslockd.ko module.
* Cleanup : make nexus standard, as it is mandatory anyway.cognet2007-12-021-1/+0
| | | | | | Garbage-collect unused nexus_io.c and nexus_io_asm.S Submitted by: Rafal Jaworowski <raj AT semihalf DOT com>
* Add two new options, FLASHADDR, which defines the address the flash iscognet2007-02-191-0/+2
| | | | | | | mapped at, and LOADERRAMADDR, the address at which the loader maps the ram at at the time the kernel is booted. They are used to detect if the kernel is booted from the onboard flash. Define those for the IQ31244
* There's no such thing as a GENERIC kernel on arm.cognet2007-02-191-1/+1
| | | | | Spotted out by: csjp MFC After: 3 days
* Remove the KSE option now that it's in DEFAULTS on these arches/machines.jb2006-10-261-1/+0
| | | | | | | | | The 'nooption' kernel config entry has to be used to turn KSE off now. This isn't my preferred way of dealing with this, but I'll defer to scottl's experience with the io/mem kernel option change and the grief experienced over that. Submitted by: scottl@
* Make KSE a kernel option, turned on by default in all GENERICjb2006-10-261-0/+1
| | | | | | | kernel configs except sun4v (which doesn't process signals properly with KSE). Reviewed by: davidxu@
* Remove COMPAT_43 from GENERIC (and other kernel configs). For amd64 there'snetchild2006-06-151-1/+0
| | | | | | | | | | | | | | | | | | | | | | an explicit comment that it's needed for the linuxolator. This is not the case anymore. For all other architectures there was only a "KEEP THIS". I'm (and other people too) running a COMPAT_43-less kernel since it's not necessary anymore for the linuxolator. Roman is running such a kernel for a for longer time. No problems so far. And I doubt other (newer than ia32 or alpha) architectures really depend on it. This may result in a small performance increase for some workloads. If the removal of COMPAT_43 results in a not working program, please recompile it and all dependencies and try again before reporting a problem. The only place where COMPAT_43 is needed (as in: does not compile without it) is in the (outdated/not usable since too old) svr4 code. Note: this does not remove the COMPAT_43TTY option. Nagging by: rdivacky
* Oops it seems I forgot to remove ARM32_NEW_VM_LAYOUT from here.cognet2006-06-071-1/+0
|
* Remove duplicate entry for DDB.cognet2005-10-041-1/+0
|
* Add dma and aau.cognet2005-10-031-0/+2
|
* Use tabs, not spaces.cognet2005-06-091-6/+6
| | | | Reported by: ru
* Add ata stuff.cognet2005-06-091-1/+10
|
* Add a new arm-specific option, ARM_USE_SMALL_ALLOC. If defined, it providescognet2005-06-071-0/+1
| | | | | an implementation of uma_small_alloc() which tries to preallocate memory 1MB per 1MB, and maps it into a section mapping.
* Use a more sane value for HZ.cognet2005-05-241-2/+3
|
* Add the 7 seg display.cognet2005-01-151-0/+1
|
* Add the i80321 watchdog.cognet2005-01-151-0/+1
|
* Convert the IQ31244 code to use ARM32_NEW_VM_LAYOUT.cognet2004-11-101-0/+1
|
* Add device mem in config files.cognet2004-11-071-0/+1
|
* Reduce annoying SCSI probing delay from 15 to 5 seconds in all GENRIC kernels.andre2004-11-021-1/+1
| | | | Discussed on: -current
* There's no need to turn on MALLOC_PROFILE by default.cognet2004-10-011-1/+0
|
* Add the config file for the IQ31244 board.cognet2004-09-231-0/+101
OpenPOWER on IntegriCloud