NetBSD/sys/arch/sun3/dev
gwr ef7ca50d54 Make less noise about CRC/Framing errors (Sun3/50 gets lots of them). 1995-04-16 01:52:07 +00:00
..
README new RCS ID format. 1994-10-26 09:07:55 +00:00
TODO
bt_subr.c Oops, sparc -> sun3 1995-04-10 22:11:22 +00:00
btreg.h New frame-buffer support from Chuck Silvers (plus some tweaks from me) 1995-03-10 01:50:28 +00:00
btvar.h New frame-buffer support from Chuck Silvers (plus some tweaks from me) 1995-03-10 01:50:28 +00:00
bw2.c map --> mmap 1995-04-10 07:04:18 +00:00
bw2reg.h New frame-buffer support from Chuck Silvers (plus some tweaks from me) 1995-03-10 01:50:28 +00:00
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 Corrected fbtype->fb_size (which x11r6 is picky about...) 1995-04-07 02:47:40 +00:00
eeprom.c Provide ee_console for drivers. 1995-03-10 02:06:54 +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
fb.c map --> mmap 1995-04-10 05:45:26 +00:00
fbvar.h Changed fb_attach() interface 1995-04-07 02:51:21 +00:00
i82586.h Updated ie driver based on i386 version 1.30 1995-01-26 23:23:34 +00:00
idprom.c Moved some functions here from sun3_startup.c 1995-02-11 20:57:11 +00:00
if_ie.c Sync with the rest of the world. 1995-04-11 06:03:36 +00:00
if_ie.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_ie_subr.c DVMA slave mapping support. 1995-02-13 22:23:55 +00:00
if_ie_subr.h DVMA slave mapping support. 1995-02-13 22:23:55 +00:00
if_iereg.h New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
if_ievar.h DVMA slave mapping support. 1995-02-13 22:23:55 +00:00
if_le.c Make less noise about CRC/Framing errors (Sun3/50 gets lots of them). 1995-04-16 01:52:07 +00:00
if_le.h New, improved "le" driver from Charles Hannum and Paul Richards. 1995-01-03 15:43:36 +00:00
if_le_subr.c New, improved "le" driver from Charles Hannum and Paul Richards. 1995-01-03 15:43:36 +00:00
if_le_subr.h New, improved "le" driver from Charles Hannum and Paul Richards. 1995-01-03 15:43:36 +00:00
if_lereg.h Increase TX buf size to fix overrun bug. 1995-01-24 05:50:51 +00:00
kbd.c Cleanup, and deal with kd != console 1995-03-24 19:48:41 +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 Add a dummy kdstop(). 1995-04-10 07:33:53 +00:00
ms.c Set speed on open (from Chuck Silvers). 1995-03-10 01:57:02 +00:00
obctl.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
obio.c DVMA slave mapping support. 1995-02-13 22:23:55 +00:00
obmem.c New autoconfig interface to support VME, etc. 1994-12-12 18:58:45 +00:00
prom.c Add promstop(), adjust return types, make sure ttselect() doesn't panic, and 1995-04-10 06:14:57 +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
scsi_sunsi.h Now works on VME as well (or as poorly) as on OBIO. 1995-01-24 05:55:48 +00:00
si.c The splbio()/splx(s) is now appropriate even if SCSI_POLL is set. 1995-03-26 19:23:12 +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 Use global 8530 defs. 1995-04-11 02:41:42 +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