NetBSD/sys/arch/sun3/dev
glass 8c2bffa529 have typecast, will compile 1994-05-30 06:22:36 +00:00
..
README runs up to and including configure(). 1993-08-15 23:01:58 +00:00
TODO add todo list for dev directory 1993-07-30 17:01:46 +00:00
event.c boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
event_var.h boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
idprom.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
if_le.c New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_le.h New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_le_subr.c New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_le_subr.h New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
if_lereg.h New version (from Theo (from 4.4)) - supports multicast. 1994-05-28 15:45:51 +00:00
kbd.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
kbd.h boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
kbio.h boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
kd.c cosmetic 1994-05-05 04:46:51 +00:00
ms.c boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
obctl.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
obio.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
obmem.c Tracking 4.4 integration 1994-05-06 07:47:05 +00:00
prom.c changes to use generic dev/cons.c 1994-05-05 02:59:37 +00:00
scsi_5380.h canonicalize includes. cleanup. missing copyrights. 1994-03-01 08:07:12 +00:00
scsi_defs.h boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
si.c ...try again... 1994-05-28 15:43:49 +00:00
vuid_event.h boots, presents shell prompt, and doesn't crash immediately 1994-02-23 08:28:11 +00:00
zs.c have typecast, will compile 1994-05-30 06:22:36 +00:00
zsreg.h zs supposedly works 1994-03-15 07:40:32 +00:00
zsvar.h Make ZS_DELAY() use the new delay2us() function. 1994-05-04 05:30:35 +00:00

README

							<$Revision: 1.1 $>

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