NetBSD/sys/arch/sun3/dev
gwr 2dba7bd973 New functions to handle writing EEPROM with correct delay.
Also provides ee_get_byte() for early use by other drivers.
1994-09-20 16:35:44 +00:00
..
README
TODO
eeprom.c New functions to handle writing EEPROM with correct delay. 1994-09-20 16:35:44 +00:00
event.c
event_var.h
idprom.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
if_le.c Add Theo's fix for "must be one" bits in tdr2. 1994-07-11 03:31:17 +00:00
if_le.h New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_le_subr.c Call obio_alloc with just two args (mappings always writable). 1994-09-20 16:21:44 +00:00
if_le_subr.h New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_lereg.h Add Theo's fix for "must be one" bits in tdr2. 1994-07-11 03:31:17 +00:00
kbd.c Fix initialization of keyboard port (works now). 1994-06-03 02:05:18 +00:00
kbd.h
kbio.h
kd.c Fix initialization of keyboard port (works now). 1994-06-03 02:05:18 +00:00
ms.c
obctl.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
obio.c Add obio_find_mapping() for use by devices that need mappings before 1994-09-20 16:24:45 +00:00
obmem.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
prom.c changes to use generic dev/cons.c 1994-05-05 02:59:37 +00:00
scsi_5380.h canonicalize includes. cleanup. missing copyrights. 1994-03-01 08:07:12 +00:00
scsi_defs.h
si.c Call obio_alloc with just two args (mappings always writable). 1994-09-20 16:21:44 +00:00
vuid_event.h
zs.c Call obio_alloc with just two args (mappings always writable). 1994-09-20 16:21:44 +00:00
zsreg.h zs supposedly works 1994-03-15 07:40:32 +00:00
zsvar.h Correct some misinformation about recovery time. 1994-09-20 16:23:06 +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