NetBSD/sys/arch/sun3/dev
gwr df737690d7 Remove (again) things accidently revived by cvs tag... 1995-10-13 19:37:06 +00:00
..
README
bt_subr.c Oops, sparc -> sun3 1995-04-10 22:11:22 +00:00
btreg.h
btvar.h
bw2.c map --> mmap 1995-04-10 07:04:18 +00:00
bw2reg.h
cg2.c map --> mmap 1995-04-10 07:04:18 +00:00
cg4.c fix typo 1995-04-13 21:51:34 +00:00
cg4reg.h
eeprom.c Fix missing return(0) - from Jason Thorpe - fixes PR 1049 1995-05-24 20:47:41 +00:00
event.c
event_var.h
fb.c
fbvar.h
i82586.h Note that this should be merged with dev/ic/i82586reg.h 1995-10-08 23:41:36 +00:00
idprom.c
if_ie.c Sync with the rest of the world. 1995-04-11 06:03:36 +00:00
if_ie.h
if_ie_subr.c New DVMA interface, and various cleanup. 1995-09-26 04:01:53 +00:00
if_ie_subr.h
if_iereg.h
if_ievar.h
if_le.c Catch up with net/if.h changes 1995-06-27 14:34:32 +00:00
if_le.h
if_le_subr.c New DVMA interface, and various cleanup. 1995-09-26 04:01:53 +00:00
if_le_subr.h
if_lereg.h
kbd.c Temporary hack to restrict open to root or the 1995-10-08 23:40:42 +00:00
kd.c Add xxtty() 1995-04-26 23:20:15 +00:00
md_root.c Machine-dependent part of the new RAM-disk driver. 1995-10-08 23:42:42 +00:00
ms.c Temporary hack to restrict open to root or the 1995-10-08 23:40:42 +00:00
obctl.c
obio.c
obmem.c
prom.c
rd_root.c Machine-dependent part of the new RAM-disk driver. 1995-10-08 23:42:42 +00:00
scsi_5380.h
scsi_defs.h Better reset code, and reset the chip when it goes comatose. 1995-06-01 20:22:17 +00:00
scsi_sunsi.h Better reset code, and reset the chip when it goes comatose. 1995-06-01 20:22:17 +00:00
si.c Minor cleanup. 1995-10-08 23:42:58 +00:00
vme.c
zs.c Minor cleanup. 1995-10-08 23:42:58 +00:00
zsvar.h Use global 8530 defs. 1995-04-11 02:41:42 +00:00

README

$NetBSD: README,v 1.2 1994/10/26 09:08:31 cgd Exp $

NetBSD/sun3 supports the following busses:

Bus:
obio	-  Devices on the motherboard, accessed by having their "registers"
	   mapped into the kernel's virtual address space
obctl	-  Devices on the motherboard accessible only via the 'CONTROL' space,
	   and supporting instructions on the m68k.
obmem	-  Devices on the motherboard that are mapped into main memory
	   by the hardware.  Only true of some framebuffers.
mainbus -  An imaginary bus on which obio, obctl, obmem, and the prom device
	   all reside.

Devices supported:

'obio' Bus: 
Device	Type    Description
---------------------------------------------------------------------------
zs	CHAR	zilog 8530 serial ports; used for serial ports, keybd, mouse
le	IFNET	lance ethernet driver

'obctl' Bus: 
Device	Type    Description
---------------------------------------------------------------------------
idprom	CHAR	makes idprom contents accessible in user-space


The 'prom' device is just wierd as it isn't a real device, but enough
wrapping so that the prom input/output routines can be used to make
the prom's idea of the console both a tty, and a console in the netbsd
sense.

prom	CHAR	prom-based tty and console support