NetBSD/sys/arch/sparc
pk 41fb5989fe Revise console device handling:
* do not require a `zs' driver for console handling
	* run the console on PROM primitives until a device recognises
	  itself as a console device during normal autoconfiguration.
	* allow (keyboard) devices to take over the input channel of
	  the PROM primitive-based console device.

As a result, consinit() is much simplified and does no longer have
to "detect" devices to setup a working console device. This complexity
has moved to individual drivers which interpret the PROM information
after they have attached to decide whether or not to act as a console.
2000-03-19 13:22:14 +00:00
..
compile
conf Add the RAIDframe device major to the machine-dependent config files 2000-03-14 15:56:51 +00:00
dev Revise console device handling: 2000-03-19 13:22:14 +00:00
fpu Assign copyright to TNF. 1998-09-05 15:28:08 +00:00
include Install "machineendian_machdep.h". 2000-03-17 22:36:31 +00:00
sparc Add enable/disable and power management hooks for serial ports. 2000-03-14 21:18:27 +00:00
stand Fix doubled 'the's in comments. 2000-03-13 23:52:25 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00