NetBSD/sys/arch/sun3/dev
glass 8db6d0d6fb do nothing obio_probe_byte() 1994-03-16 04:35:36 +00:00
..
README
TODO
event.c
event_var.h
idprom.c
if_le.c
if_le.h
if_le_subr.c do nothing obio_probe_byte() 1994-03-16 04:35:36 +00:00
if_le_subr.h
if_lereg.h
kbd.c
kbd.h
kbio.h
ms.c
obctl.c
obio.c do nothing obio_probe_byte() 1994-03-16 04:35:36 +00:00
obmem.c
prom.c change receive freq 1994-03-06 04:38:55 +00:00
scsi_5380.h
scsi_defs.h
si.c
vuid_event.h
zs.c zs supposedly works 1994-03-15 07:40:32 +00:00
zsreg.h zs supposedly works 1994-03-15 07:40:32 +00:00
zsvar.h zs supposedly works 1994-03-15 07:40:32 +00:00

README

							<$Revision: 1.1 $>

NetBSD/sun3 supports the following busses:

Bus:
obio	-  Devices on the motherboard, accessed by having their "registers"
	   mapped into the kernel's virtual address space
obctl	-  Devices on the motherboard accessible only via the 'CONTROL' space,
	   and supporting instructions on the m68k.
obmem	-  Devices on the motherboard that are mapped into main memory
	   by the hardware.  Only true of some framebuffers.
mainbus -  An imaginary bus on which obio, obctl, obmem, and the prom device
	   all reside.

Devices supported:

'obio' Bus: 
Device	Type    Description
---------------------------------------------------------------------------
zs	CHAR	zilog 8530 serial ports; used for serial ports, keybd, mouse
le	IFNET	lance ethernet driver

'obctl' Bus: 
Device	Type    Description
---------------------------------------------------------------------------
idprom	CHAR	makes idprom contents accessible in user-space


The 'prom' device is just wierd as it isn't a real device, but enough
wrapping so that the prom input/output routines can be used to make
the prom's idea of the console both a tty, and a console in the netbsd
sense.

prom	CHAR	prom-based tty and console support