NetBSD/sys/arch/sun3/dev
mrg 603098b9b5 implement separate read/write disk statistics:
- disk_unbusy() gets a new parameter to tell the IO direction.
	- struct disk_sysctl gets 4 new members for read/write bytes/transfers.
	when processing hw.diskstats, add the read&write bytes/transfers for
	the old combined stats to attempt to keep backwards compatibility.

unfortunately, due to multiple bugs, this will cause new kernels and old
vmstat/iostat/systat programs to fail.  however, the next time this is
change it will not fail again.

this is just the kernel portion.
2002-11-01 11:31:50 +00:00
..
am9516.h
bt_subr.c
btreg.h
btvar.h
bw2.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
bw2reg.h
cg2.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cg4.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
cg4reg.h
dma.c
dmareg.h
dmavar.h
eeprom.c
esp.c
fb.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fbvar.h merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
fd.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
fdreg.h
fdvar.h
i82586.h
if_ie_obio.c
if_ie_sebuf.c
if_ie_vme.c
if_ie.c
if_iereg.h
if_ievar.h
if_le.c
kd.c merge kqueue branch into -current 2002-10-23 09:10:23 +00:00
memerr.c
memerr.h
p4reg.h
README
sebuf.c g/c local offsetof(), it's defined in libkern.h 2002-10-26 13:24:55 +00:00
sereg.h
sevar.h
si_obio.c
si_sebuf.c
si_vme.c fix typo - si_vme, not si_vmw 2002-10-08 21:29:46 +00:00
si.c
sireg.h
sivar.h
xd.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
xdreg.h
xdvar.h
xio.h
xy.c implement separate read/write disk statistics: 2002-11-01 11:31:50 +00:00
xyreg.h
xyvar.h
zs_cons.h
zs_kgdb.c
zs.c

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