aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cfe
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining {g,s}etenv->kern_{g,s}etenvDavide Italiano2014-10-171-1/+1
* Use callout_*() rather than timeout()/untimeout().John Baldwin2014-05-301-8/+6
* More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn2013-10-291-1/+1
* kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon2011-12-171-0/+14
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-2/+0
* Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson2011-08-261-19/+3
* Start using the 'init_static_kenv()' API provided by r198561 to initializeNeel Natu2010-08-111-19/+6
* Create the "cfecons" tty directly using tty_makedev(). It is not clear whatNeel Natu2010-01-261-11/+11
* Fix bug in cfe_enumenv(). The CFE API to invoke is CFE_CMD_ENV_ENUMWarner Losh2010-01-111-1/+1
* Merge from projects/mips to head by hand:Warner Losh2010-01-111-0/+74
|\
| * Fix various conolse issues with cfe after MPSAFE tty.Warner Losh2009-07-042-12/+12
| * Merge in new cfe environment passing of kenv for swarm/sibyte boards.Warner Losh2009-07-041-0/+74
|/
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Remove an unused variable to make the SENTRY5 mips kernel compileBjoern A. Zeeb2008-12-271-1/+0
* Remove unused consdev structure fields.Ed Schouten2008-10-271-2/+1
* Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theWarner Losh2008-09-281-3/+3
* Catch up to latest tty, kdb and SYSINIT changes. Modeled after theWarner Losh2008-09-261-115/+51
* The Ultra2 never had a CFE console or CFE boot loader. Kill obviousWarner Losh2008-09-261-1/+1
* Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh2008-09-267-0/+1544