NetBSD/sys/arch/sun3/dev
2009-03-18 15:14:29 +00:00
..
am9516.h
bt_subr.c
btreg.h
btvar.h
bw2.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
bw2reg.h
cg2.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
cg4.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
cg4reg.h
dma.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
dmareg.h
dmavar.h
eeprom.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
esp.c
fb.c
fbvar.h Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
fd.c g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
fdreg.h
fdvar.h
i82586.h
if_ie_obio.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
if_ie_sebuf.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
if_ie_vme.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
if_ie.c bcmp -> memcmp 2009-03-18 15:14:29 +00:00
if_iereg.h
if_ievar.h Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
if_le.c
kd.c
memerr.c replace bitmask_snprintf(9) with snprintb(3) 2008-12-16 22:35:21 +00:00
memerr.h
p4reg.h
README
sebuf.c Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
sereg.h
sevar.h
si_obio.c
si_sebuf.c
si_vme.c
si.c
sireg.h
sivar.h
xd.c g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
xdreg.h
xdvar.h Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
xio.h
xy.c g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
xyreg.h
xyvar.h Split softc/device_t, with misc cosmetic changes. 2008-06-28 12:13:38 +00:00
zs_cons.h
zs_kgdb.c
zs.c use device_lookup_private to get softc 2008-06-13 13:08:57 +00:00

$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...