Home | History | Annotate | only in /src/sys/arch/sun3/dev
Up to higher level directory
NameDateSize
am9516.h21-Dec-20243.5K
bt_subr.c21-Dec-20243.6K
btreg.h11-Dec-20053.2K
btvar.h11-Dec-20053K
bw2.c21-Dec-20249.1K
bw2reg.h11-Dec-20052.9K
cg2.c21-Dec-20249.7K
cg4.c21-Dec-202417K
cg4reg.h11-Dec-20053.2K
dma.c21-Dec-202411.3K
dmareg.h03-Feb-20073.9K
dmavar.h13-Apr-20083.5K
eeprom.c21-Dec-20246K
esp.c21-Dec-20248.6K
fb.c21-Dec-20247K
fbvar.h12-Feb-20223.7K
fd.c21-Dec-202449.8K
fdreg.h11-Dec-20053.9K
fdvar.h30-Jun-20114.3K
i82586.h15-Mar-199711K
if_ie.c09-Feb-202437.5K
if_ie_obio.c21-Dec-20245.2K
if_ie_sebuf.c21-Dec-20246.9K
if_ie_vme.c21-Dec-20246.9K
if_iereg.h24-Oct-20215.2K
if_ievar.h24-Oct-20214.4K
if_le.c21-Dec-20244.7K
kd.c21-Dec-202411.1K
memerr.c21-Dec-20246.4K
memerr.h08-Feb-20183.9K
p4reg.h28-Apr-20084.4K
README19-Nov-1996728
sebuf.c21-Dec-20245.2K
sereg.h28-Apr-20083.7K
sevar.h28-Apr-20081.8K
si.c21-Dec-202411.4K
si_obio.c21-Dec-202415.1K
si_sebuf.c21-Dec-202417.4K
si_vme.c21-Dec-202415K
sireg.h21-Dec-20243.9K
sivar.h23-Jan-20233.4K
xd.c06-Sep-202561.3K
xdreg.h21-Dec-202420.2K
xdvar.h01-Feb-20115.3K
xio.h21-Dec-20242.3K
xy.c21-Dec-202453.3K
xyreg.h21-Dec-20249.5K
xyvar.h01-Feb-20115.4K
zs.c21-Dec-202417.2K
zs_cons.h11-Dec-2005308
zs_kgdb.c21-Dec-20247.3K

README

      1 $NetBSD: README,v 1.3 1996/11/19 20:58:32 gwr Exp $
      2 
      3 NetBSD/sun3 supports the following busses:
      4 
      5 Bus:
      6 mainbus -  An imaginary bus on which the other busses all reside.
      7 
      8 obio	-  Devices on the motherboard, accessed by having their "registers"
      9 	   mapped into the kernel's virtual address space
     10 obmem	-  Devices on the motherboard that are mapped into main memory
     11 	   by the hardware.  Only true of some framebuffers.
     12 vmes	-  VME D16 space
     13 vmel	-  VME D32 space
     14 
     15 Devices supported:
     16 
     17 'obio' Bus: 
     18 Device	Type    Description
     19 ---------------------------------------------------------------------------
     20 zs	CHAR	zilog 8530 serial ports; used for serial ports, keybd, mouse
     21 le	IFNET	lance ethernet driver
     22 
     23 XXX - very much incomplete...
     24