HardenedBSD/sys
Kazutaka YOKOTA 0de89efe5c Make the blank screen saver work with MDA and CGA. The fade and green
savers are also modified so that they behave in the same way as the
blank saver on MDA and CGA, although it's not the way these screen
savers are supposed to work, but fading monitor and tickling green
monitor cannot be done on MDA and CGA, AFAIK.  So, this is the second
best solution.

As of this change, the current state of support of screen savers is
summarized in the following table.

		MDA	CGA	EGA	VGA
blank		OK	OK	NA	OK
daemon		OK	OK	OK	OK
fade		*	*	NA	OK
green		*	*	NA	OK
snake		OK	OK	OK	OK
star		OK	OK	OK	OK

OK: works
NA: doesn't work, the module cannot be loaded for this adapter.
*: behave the same way as the blank saver.

As you can see, EGA is left out for now. But, we can do no better, as
EGA registers cannot be read...

Reviewed by: sos
1997-10-04 04:24:18 +00:00
..
alpha Add a new keyboard mode K_CODE. Returns a single byte for each key 1997-10-01 20:46:29 +00:00
amd64 Call identifycyrix() when 6x86MX CPU is found. The identifycyrix() 1997-10-03 14:23:47 +00:00
compat Update for changes in the callout interface. 1997-09-21 21:43:54 +00:00
compile
conf Commented out entries of Luigi's sound driver. The name `pcm' is 1997-09-24 16:41:18 +00:00
ddb Print the filename, not the directory we compiled in. 1997-09-28 08:34:46 +00:00
dev Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
fs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
geom
gnu Oops, include <sys/conf.h>. 1997-09-28 02:23:10 +00:00
i386 Backed out part of a previous change: don't set ZWS on '790 chips; it has 1997-10-03 16:26:15 +00:00
isa Add a new keyboard mode K_CODE. Returns a single byte for each key 1997-10-01 20:46:29 +00:00
isofs/cd9660 Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
kern Fix handling of nested mountpoints in __getcwd() 1997-09-28 06:37:02 +00:00
libkern
miscfs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
modules Make the blank screen saver work with MDA and CGA. The fade and green 1997-10-04 04:24:18 +00:00
msdosfs Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
net Allow interfaces to be attached to bpf at times other than boot. 1997-10-03 21:32:05 +00:00
netatalk Update for new callout interface. 1997-09-21 22:02:25 +00:00
netinet Killed the SYN_RECEIVED addition from rev 1.52. It results in legitimate 1997-10-02 02:10:40 +00:00
netipx
netkey
netnatm
netns
nfs Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
nfsclient Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
nfsserver Change the M_NAMEI allocations to use the zone allocator. This change 1997-09-21 04:24:27 +00:00
pc98 Synchronize with sys/i386/isa/syscons.c and syscons.h revisions 1.234 1997-10-02 09:14:33 +00:00
pccard Update for new callout interface. 1997-09-21 22:02:25 +00:00
pci Nuke these two out of date readme files. This stuff should be in de(4) 1997-10-03 14:22:10 +00:00
powerpc/include
rpc
scsi Convert to use the new bufq* functions for dealing with buffer 1997-09-21 22:03:22 +00:00
sys Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
tools
ufs Clustered read and write are switched at mount-option level. 1997-09-27 13:40:20 +00:00
vm Fix some style(9) and formatting problems. tabsize 4 formatting doesn't 1997-09-21 11:41:12 +00:00
Makefile