freebsd-skq/sys/dev/syscons
Doug Rabson 21c3015a24 * Completely rewrite the alpha busspace to hide the implementation from
the drivers.
* Remove legacy inx/outx support from chipset and replace with macros
  which call busspace.
* Rework pci config accesses to route through the pcib device instead of
  calling a MD function directly.

With these changes it is possible to cleanly support machines which have
more than one independantly numbered PCI busses. As a bonus, the new
busspace implementation should be measurably faster than the old one.
2000-08-28 21:48:13 +00:00
..
apm Add the apm_saver syscons screen saver module. 1999-10-02 03:56:42 +00:00
blank $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
daemon Added PC-98 supports. 2000-05-08 14:55:21 +00:00
fade $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
fire Remove unneeded header. 2000-06-25 09:39:11 +00:00
green $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
logo Add $FreeBSD$ 2000-05-01 20:32:07 +00:00
rain Remove unneeded header. 2000-06-25 09:39:11 +00:00
snake Added PC-98 supports. 2000-05-08 14:55:21 +00:00
star Added PC-98 supports. 2000-05-08 14:55:21 +00:00
warp Remove unneeded header. 2000-06-25 09:39:11 +00:00
scgfbrndr.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
schistory.c Argh. This is what I get for trying to do too many things at once. 2000-06-10 10:32:43 +00:00
scmouse.c - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. 2000-03-31 16:05:46 +00:00
scterm-dumb.c Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
scterm-sc.c Make Reset (ESC c) reset attributes too, not only clear screen 2000-07-21 14:26:31 +00:00
scterm.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
sctermvar.h Fix the TAB not cause scrolling when entered at the end of the last line. 2000-05-29 18:35:13 +00:00
scvesactl.c Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
scvgarndr.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
scvidctl.c Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
scvtb.c * Completely rewrite the alpha busspace to hide the implementation from 2000-08-28 21:48:13 +00:00
syscons.c o Fix a horrible bug where small reads (< 8 bytes) would return the 2000-07-25 21:18:47 +00:00
syscons.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
sysmouse.c Fix ioctl MOUSE_SETMODE as defined in mouse(4). 2000-08-27 12:36:28 +00:00