NetBSD/sys/arch/sun3/dev
riastradh 3aa5a3ae30 sys: Fix various abuse of struct device internals.
Will help to make struct device opaque later.
2022-02-12 03:24:34 +00:00
..
README
am9516.h
bt_subr.c
btreg.h
btvar.h
bw2.c
bw2reg.h
cg2.c
cg4.c
cg4reg.h
dma.c
dmareg.h
dmavar.h
eeprom.c
esp.c
fb.c
fbvar.h sys: Fix various abuse of struct device internals. 2022-02-12 03:24:34 +00:00
fd.c
fdreg.h
fdvar.h
i82586.h
if_ie.c fix various typos in comments, mainly copypasta. 2021-10-24 20:00:11 +00:00
if_ie_obio.c
if_ie_sebuf.c
if_ie_vme.c
if_iereg.h fix various typos in comments, mainly copypasta. 2021-10-24 20:00:11 +00:00
if_ievar.h fix various typos in comments, mainly copypasta. 2021-10-24 20:00:11 +00:00
if_le.c
kd.c
memerr.c
memerr.h
p4reg.h
sebuf.c
sereg.h
sevar.h
si.c
si_obio.c
si_sebuf.c
si_vme.c
sireg.h
sivar.h
xd.c
xdreg.h fix various typos in comments, mainly copypasta. 2021-10-24 20:00:11 +00:00
xdvar.h
xio.h
xy.c
xyreg.h
xyvar.h
zs.c Add missing double p and d for stopped and overriden accordingly. 2021-09-11 20:28:03 +00:00
zs_cons.h
zs_kgdb.c

README

$NetBSD: README,v 1.3 1996/11/19 20:58:32 gwr Exp $

NetBSD/sun3 supports the following busses:

Bus:
mainbus -  An imaginary bus on which the other busses all reside.

obio	-  Devices on the motherboard, accessed by having their "registers"
	   mapped into the kernel's virtual address space
obmem	-  Devices on the motherboard that are mapped into main memory
	   by the hardware.  Only true of some framebuffers.
vmes	-  VME D16 space
vmel	-  VME D32 space

Devices supported:

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

XXX - very much incomplete...