NetBSD/sys/arch/sun3/dev
1995-09-26 04:01:53 +00:00
..
bt_subr.c
btreg.h
btvar.h
bw2.c
bw2reg.h
cg2.c
cg4.c
cg4reg.h
eeprom.c Fix missing return(0) - from Jason Thorpe - fixes PR 1049 1995-05-24 20:47:41 +00:00
event_var.h
event.c
fb.c
fbvar.h
i82586.h
idprom.c
if_ie_subr.c New DVMA interface, and various cleanup. 1995-09-26 04:01:53 +00:00
if_ie_subr.h
if_ie.c
if_ie.h
if_iereg.h
if_ievar.h
if_le_subr.c New DVMA interface, and various cleanup. 1995-09-26 04:01:53 +00:00
if_le_subr.h
if_le.c Catch up with net/if.h changes 1995-06-27 14:34:32 +00:00
if_le.h
if_lereg.h
kbd.c Sunc with sparc version (adds key repeat capability) 1995-05-24 20:51:31 +00:00
kbd.h
kbio.h
kd.c
ms.c
obctl.c
obio.c
obmem.c
prom.c
README
scsi_5380.h
scsi_defs.h Better reset code, and reset the chip when it goes comatose. 1995-06-01 20:22:17 +00:00
scsi_sunsi.h Better reset code, and reset the chip when it goes comatose. 1995-06-01 20:22:17 +00:00
si.c SCSI bus phase not valid until REQ is true (Fix from David Jones). 1995-08-14 20:00:00 +00:00
TODO
vme.c
vuid_event.h
zs.c Use old-style function definitions (like the sparc driver). 1995-08-08 20:54:08 +00:00
zsvar.h

$NetBSD: README,v 1.2 1994/10/26 09:08:31 cgd Exp $

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