NetBSD/sys/arch
jonathan 1d976e39b9 Change pmax framebuffer drivers to use Ted Lemon's port of the
NetBSD/sparc rcons glass-tty console pseudo-device driver, via
the "fb" generic-framebuffer pseudo-device driver.

Individual framebuffer device drivers are now autoconfig glue,
and initialization code for a set of vdac/ramdac-level methods,
called "fbdriver", that's used by all the pmax device drivers.
All the handlers for user-level requests (open/ioctl/read/write/close)
are moved into the fb pseudo-device driver, which uses the
the "fbdriver" methods to work on any given pmax hardware driver.
Framebuffers  supported are: sfb cfb mfb xcfb pm.

Move the qvss (pm) -style mmap()ed device interface, kernel tracking
of mouse button/movement events, and placing mouse/keyboard
events in an mmap()ed ring buffer, out of the framebuffer device
drivers and into separate source files. The fb pseudo-device driver
uses the qvss-compatible interface, since that's what the (R5) X
server uses.
1995-09-11 07:45:36 +00:00
..
alpha replace bogus tcl with tch, thanks to briggs 1995-09-05 15:07:05 +00:00
amiga sbic and board changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch) 1995-09-04 13:04:40 +00:00
atari Fix possibly endless loop (mycroft) and add fix requested by Allen Briggs. 1995-09-05 07:02:21 +00:00
hp300 Add a memcpy() entry as suggested by Gordon Ross. Use <machine/asm.h> 1995-09-10 19:42:17 +00:00
i386 Get address of buffer right when returning from graphics mode. 1995-09-10 10:45:16 +00:00
m68k Fix bug when the second argument of va_start was a char, short or float. 1995-09-07 01:20:15 +00:00
mac68k Remove infinite loop per Leo and Mycroft. 1995-09-05 11:21:34 +00:00
mips Add splsoftnet(). 1995-08-13 00:16:08 +00:00
mvme68k SA_ONSTACK --> SS_ONSTACK 1995-09-01 20:05:59 +00:00
pc532 SA_ONSTACK --> SS_ONSTACK 1995-09-01 20:05:59 +00:00
pmax Change pmax framebuffer drivers to use Ted Lemon's port of the 1995-09-11 07:45:36 +00:00
sparc Probe config registers correctly. 1995-09-06 12:35:38 +00:00
sun3 SA_ONSTACK --> SS_ONSTACK 1995-09-01 20:05:59 +00:00
vax SA_ONSTACK --> SS_ONSTACK 1995-09-01 20:05:59 +00:00