summaryrefslogtreecommitdiffstats
path: root/sys/dev/syscons/scterm-dumb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix -Wundef.ru2005-12-041-1/+1
|
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-211-1/+1
| | | | | | | | | | | | Took the opportunity to reduce __i386__ || __ia64__ || __amd64__ || __sparc64__ || __powerpc__ to !__alpha__ reviewed by: gallatin
* Use __FBSDID().obrien2003-08-241-2/+3
| | | | Also some minor style cleanups.
* Add sparc64 ifdefs.jake2003-08-241-0/+4
|
* Remove unneeded #include <sys/kernel.h>phk2000-04-291-1/+0
|
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
| | | | | modular compilation harder. I'm doing this because people seem to like cut/pasting examples of bad practices in existing code.
* This is the 3rd stage of syscons code reorganization.yokota2000-01-151-0/+156
- Split terminal emulation code from the main part of the driver so that we can have alternative terminal emulator modules if we like in the future. (We are not quite there yet, though.) - Put sysmouse related code in a separate file, thus, simplifying the main part of the driver. As some files are added to the source tree, you need to run config(8) before you compile a new kernel next time. You shouldn't see any functional change by this commit; this is only internal code reorganization.
OpenPOWER on IntegriCloud