summaryrefslogtreecommitdiff
path: root/sys/boot/i386/libi386/nullconsole.c
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-88/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Use __FBSDID().David E. O'Brien2003-08-251-5/+5
| | | | | | | Also some minor copyright style cleanups. Notes: svn path=/head/; revision=119482
* Add support for the "nullconsole" console type, for systems withArchie Cobbs2000-09-201-0/+88
neither a video console nor a serial port. Use it if the RB_MUTE flag is set. Submitted by: Doug Ambrisko <ambrisko@whistle.com> Reviewed by: jhb Notes: svn path=/head/; revision=66133