freebsd-nq/sys/i386
Andrey A. Chernov 5ddda58b2e o Restore removed hardware cursor support and make it _default_
case, software cursor now optional case. Driver must provide
  raw things (what hardware do for us, exactly) as default case,
  all driver features must be _optional_. Modern VGAs have internal
  configuration utilities to set cursor shape/blinking which stored
  into cards ROM, and syscons nuke out such features completely
  by forcing software cursor. Moreover, software cursor is hard
  to distinguish on standouted (or near standouted) fields and
  tends to disappearse from the screen.
  Set "flags 0x4" to enable software cursor now.

o Cleanup screen savers.

o Don't draw cursor if saver or blinker is active.

o Duplicated code moved to functons.

o Add more checks for blinker in progress, character lost otherwise
  when blinker restore old contents.

o Reduce blinking counter to 3, too slow in old variant.

o Fix timeout code in scrn_timer(), old variant can reenter iself,
  if action takes too long time.

o Disable visual bell for scroll lock mode, saved screen
  becomes overwritted otherwise.
1995-01-26 04:56:25 +00:00
..
apm Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
bios Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
boot Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
conf Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
eisa Add $Id 1995-01-16 16:31:34 +00:00
i386 Comment out pmap_prefault for the time being (perhaps until after 2.1). 1995-01-26 01:45:02 +00:00
ibcs2 Fix bug around VOP_READDIR, now takes 6 parameters not 4. 1994-12-14 22:03:48 +00:00
include Load the kernel symbol table in the boot loader and not at compile time. 1995-01-25 21:40:47 +00:00
isa o Restore removed hardware cursor support and make it _default_ 1995-01-26 04:56:25 +00:00
pci Change the string returned in the aic7870 motherboard probe case. Change 1995-01-22 00:47:50 +00:00
scsi Initialize SIMODE1, SCSIID, and SXFRCTL1 in ahc_init instead of at each 1995-01-22 00:48:39 +00:00
Makefile Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, some 1993-10-16 19:17:18 +00:00