freebsd-dev/sys/dev
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
..
aic7xxx aic7xxx.c: 1995-01-22 00:46:53 +00:00
de Restore my changes in rev 1.11 that Garrett killed in his commit. 1994-12-22 23:42:25 +00:00
ed Much better fix/support for the 83c795 based cards (the new SMC EtherEZ) 1995-01-23 19:06:08 +00:00
ep Added Andres Vega Garcia's email address. 1995-01-24 20:53:45 +00:00
fdc Enable floppy-tape controller by default again. Flags no longer has any 1995-01-17 17:32:33 +00:00
ic Peter's work to work around one of the most annoying bugs in the 1995-01-06 15:20:00 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
joy Changed address of the game controller to 0x201 (was 0x200) 1995-01-25 20:11:51 +00:00
kbd Changes to allow keypad 5 produce \E[E like SCO/ANSI term does 1994-12-31 11:38:39 +00:00
lnc Fix probe so it now correctly identifies all the different chips 1995-01-25 03:50:33 +00:00
mcd Merge several probe diagnostics into one. 1994-12-24 13:24:02 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci Submitted by: 1994-11-02 23:47:14 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Submitted by: Bill Paul (wpaul@ctr.columbia.edu) 1995-01-20 07:34:18 +00:00
speaker Fix range checking bug, pointed by peter@haywire.dialix.com 1994-10-14 16:37:58 +00:00
syscons o Restore removed hardware cursor support and make it _default_ 1995-01-26 04:56:25 +00:00
vn Continue implementing disk slices and labels for the vn driver. Everything 1994-12-16 16:50:15 +00:00