Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
am9516.h | 21-Dec-2024 | 3.5K | |
bt_subr.c | 21-Dec-2024 | 3.6K | |
btreg.h | 11-Dec-2005 | 3.2K | |
btvar.h | 11-Dec-2005 | 3K | |
bw2.c | 21-Dec-2024 | 9.1K | |
bw2reg.h | 11-Dec-2005 | 2.9K | |
cg2.c | 21-Dec-2024 | 9.7K | |
cg4.c | 21-Dec-2024 | 17K | |
cg4reg.h | 11-Dec-2005 | 3.2K | |
dma.c | 21-Dec-2024 | 11.3K | |
dmareg.h | 03-Feb-2007 | 3.9K | |
dmavar.h | 13-Apr-2008 | 3.5K | |
eeprom.c | 21-Dec-2024 | 6K | |
esp.c | 21-Dec-2024 | 8.6K | |
fb.c | 21-Dec-2024 | 7K | |
fbvar.h | 12-Feb-2022 | 3.7K | |
fd.c | 21-Dec-2024 | 49.8K | |
fdreg.h | 11-Dec-2005 | 3.9K | |
fdvar.h | 30-Jun-2011 | 4.3K | |
i82586.h | 15-Mar-1997 | 11K | |
if_ie.c | 09-Feb-2024 | 37.5K | |
if_ie_obio.c | 21-Dec-2024 | 5.2K | |
if_ie_sebuf.c | 21-Dec-2024 | 6.9K | |
if_ie_vme.c | 21-Dec-2024 | 6.9K | |
if_iereg.h | 24-Oct-2021 | 5.2K | |
if_ievar.h | 24-Oct-2021 | 4.4K | |
if_le.c | 21-Dec-2024 | 4.7K | |
kd.c | 21-Dec-2024 | 11.1K | |
memerr.c | 21-Dec-2024 | 6.4K | |
memerr.h | 08-Feb-2018 | 3.9K | |
p4reg.h | 28-Apr-2008 | 4.4K | |
README | 19-Nov-1996 | 728 | |
sebuf.c | 21-Dec-2024 | 5.2K | |
sereg.h | 28-Apr-2008 | 3.7K | |
sevar.h | 28-Apr-2008 | 1.8K | |
si.c | 21-Dec-2024 | 11.4K | |
si_obio.c | 21-Dec-2024 | 15.1K | |
si_sebuf.c | 21-Dec-2024 | 17.4K | |
si_vme.c | 21-Dec-2024 | 15K | |
sireg.h | 21-Dec-2024 | 3.9K | |
sivar.h | 23-Jan-2023 | 3.4K | |
xd.c | 06-Sep-2025 | 61.3K | |
xdreg.h | 21-Dec-2024 | 20.2K | |
xdvar.h | 01-Feb-2011 | 5.3K | |
xio.h | 21-Dec-2024 | 2.3K | |
xy.c | 21-Dec-2024 | 53.3K | |
xyreg.h | 21-Dec-2024 | 9.5K | |
xyvar.h | 01-Feb-2011 | 5.4K | |
zs.c | 21-Dec-2024 | 17.2K | |
zs_cons.h | 11-Dec-2005 | 308 | |
zs_kgdb.c | 21-Dec-2024 | 7.3K |
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