NetBSD/sys/arch/sun3/dev
petrov 1c9cc1b092 use NCR_F_DMASELECT instead of ncr53c9x_dmaselect 2001-03-29 03:30:19 +00:00
..
README
am9516.h
bt_subr.c
btreg.h
btvar.h
bw2.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
bw2reg.h
cg2.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
cg4.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
cg4reg.h
dma.c
dmareg.h
dmavar.h
eeprom.c
esp.c use NCR_F_DMASELECT instead of ncr53c9x_dmaselect 2001-03-29 03:30:19 +00:00
fb.c Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
fbvar.h Change the kernel mmap interface so that the offset to map is an 2000-06-26 04:55:19 +00:00
fd.c In fdioctl(), allocate fd_formb dynamically when needed, rather than on 2000-08-24 20:04:28 +00:00
fdreg.h
fdvar.h
i82586.h
if_ie.c Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). 2000-11-15 01:02:11 +00:00
if_ie_obio.c
if_ie_sebuf.c
if_ie_vme.c
if_iereg.h
if_ievar.h
if_le.c
kd.c Adapt to new line discipline scheme. 2000-11-02 00:37:56 +00:00
memerr.c
memerr.h
p4reg.h
sebuf.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
sereg.h
sevar.h
si.c Fix typo. (s/sc_adapter/sc_link/) 2000-04-01 14:38:42 +00:00
si_obio.c
si_sebuf.c Fix typo. (s/sc_adapter/sc_link/) 2000-04-01 14:38:42 +00:00
si_vme.c
sireg.h
sivar.h
xd.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
xdreg.h
xdvar.h
xio.h
xy.c remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> 2000-06-29 07:18:57 +00:00
xyreg.h
xyvar.h
zs.c
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...