NetBSD/sys/arch/sun3/dev
gwr 12fae60ada Update for new SCSI. 1994-12-31 01:04:00 +00:00
..
README new RCS ID format. 1994-10-26 09:07:55 +00:00
TODO add todo list for dev directory 1993-07-30 17:01:46 +00:00
eeprom.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
event.c Export some headers that X will want, and minor clean-up. 1994-12-01 22:46:23 +00:00
event_var.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
i82586.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
idprom.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_ie.c Fixes to make "ie" work (from Chuck Silvers -- Thanks!) 1994-12-15 21:08:06 +00:00
if_ie.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_ie_subr.c Fixes to make "ie" work (from Chuck Silvers -- Thanks!) 1994-12-15 21:08:06 +00:00
if_ie_subr.h Fixes to make "ie" work (from Chuck Silvers -- Thanks!) 1994-12-15 21:08:06 +00:00
if_iereg.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_ievar.h Fixes to make "ie" work (from Chuck Silvers -- Thanks!) 1994-12-15 21:08:06 +00:00
if_le.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_le.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_le_subr.c Have working bus_peek(), and drivers use it. 1994-12-13 18:26:39 +00:00
if_le_subr.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_lereg.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
kbd.c Fix kd (keyboard/display) driver kdcngetc/kdcnputc functions. 1994-12-17 20:14:22 +00:00
kbd.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
kbio.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
kd.c Fix kd (keyboard/display) driver kdcngetc/kdcnputc functions. 1994-12-17 20:14:22 +00:00
ms.c Export some headers that X will want, and minor clean-up. 1994-12-01 22:46:23 +00:00
obctl.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
obio.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
obmem.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
prom.c Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
scsi_5380.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
scsi_defs.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
si.c Update for new SCSI. 1994-12-31 01:04:00 +00:00
vme.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
vuid_event.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
zs.c Fixes for the 110, 160, 260 (leave chip in "vector" mode). 1994-12-21 23:56:43 +00:00
zsreg.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +00:00
zsvar.h Lots of changes. Fairly stable now. 1994-11-21 21:26:40 +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