summaryrefslogtreecommitdiff
path: root/sys/dev/cfe
AgeCommit message (Expand)Author
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2020-09-01cfe: clean up empty lines in .c and .h filesMateusz Guzik
2020-04-17tty: convert tty_lock_assert to tty_assert_locked to hide lock typeKyle Evans
2020-01-02sys/dev/cfi: include sys/types.h as wellKyle Evans
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-08-01Sync CFE interface with upstream cfe-1.4.2 release.Landon J. Fuller
2014-10-17Convert remaining {g,s}etenv->kern_{g,s}etenvDavide Italiano
2014-05-30Use callout_*() rather than timeout()/untimeout().John Baldwin
2013-10-29More BUS_PROBE_NOWILDCARD sweeping. Some devices here (if_ath_ahb and siba)Nathan Whitehorn
2011-12-17kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon
2011-08-27Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson
2011-08-26Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson
2010-08-11Start using the 'init_static_kenv()' API provided by r198561 to initializeNeel Natu
2010-01-26Create the "cfecons" tty directly using tty_makedev(). It is not clear whatNeel Natu
2010-01-11Fix bug in cfe_enumenv(). The CFE API to invoke is CFE_CMD_ENV_ENUMWarner Losh
2010-01-11Merge from projects/mips to head by hand:Warner Losh
2009-07-04Fix various conolse issues with cfe after MPSAFE tty.Warner Losh
2009-07-04Merge in new cfe environment passing of kenv for swarm/sibyte boards.Warner Losh
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2008-12-27Remove an unused variable to make the SENTRY5 mips kernel compileBjoern A. Zeeb
2008-10-27Remove unused consdev structure fields.Ed Schouten
2008-09-28Change while (cond)\n\t\t; to while (cond)\n\t\tcontinue; since theWarner Losh
2008-09-26Catch up to latest tty, kdb and SYSINIT changes. Modeled after theWarner Losh
2008-09-26The Ultra2 never had a CFE console or CFE boot loader. Kill obviousWarner Losh
2008-09-26Support for CFE boot loaders. Initially the support is for MIPS, butWarner Losh