1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/sys/dev/syscons
Kazutaka YOKOTA 44b37d9627 Fix dependencies between kernel options:
- When both SC_PIXEL_MODE and SC_NO_FONT_LOADING are defined,
  quietly drop SC_NO_FONT_LOADING, because the pixel(raster)
  console requires font.
- When SC_NO_FONT_LOADING is defined, force SC_ALT_MOUSE_IMAGE.
  Without font, the arrow-shaped mouse cursor cannot be drawn.
- Fiddle and simplify some internal macros.
MFC after:	2 weeks
2001-07-10 14:13:34 +00:00
..
apm Added necessary include for pc98. 2001-01-25 09:56:04 +00:00
blank
daemon Fixed warnings. 2001-02-21 11:28:02 +00:00
fade
fire
green
logo
rain
snake Fixed warnings. 2001-02-21 11:28:02 +00:00
star Fixed warnings. 2001-02-21 11:28:02 +00:00
warp
scgfbrndr.c Fix dependencies between kernel options: 2001-07-10 14:13:34 +00:00
schistory.c Add a CONS_CLRHIST ioctl which instructs syscons to clear the history 2001-05-27 00:45:59 +00:00
scmouse.c Fix dependencies between kernel options: 2001-07-10 14:13:34 +00:00
scterm-dumb.c
scterm-sc.c Make the beep duration independent of HZ. 2001-05-28 21:11:38 +00:00
scterm.c With this commit, I hereby pronounce gensetdefs past its use-by date. 2001-06-13 10:58:39 +00:00
sctermvar.h
scvesactl.c A couple of negative options was not commented out in NOTES/LINT. This 2000-10-09 07:29:41 +00:00
scvgarndr.c Fix dependencies between kernel options: 2001-07-10 14:13:34 +00:00
scvidctl.c With this commit, I hereby pronounce gensetdefs past its use-by date. 2001-06-13 10:58:39 +00:00
scvtb.c Don't free buffers we didn't allocate. 2001-06-29 08:24:56 +00:00
syscons.c Fix dependencies between kernel options: 2001-07-10 14:13:34 +00:00
syscons.h Fix dependencies between kernel options: 2001-07-10 14:13:34 +00:00
sysmouse.c Call ttymalloc() when sysmouse is opened, rather than 2001-07-06 03:24:40 +00:00