NetBSD/sys/arch/vax
cgd 96acdadef7 First step inn removing config_scan() and the hacks that gave devices
on indirect-config busses a (permanent) softc that they could share
between 'match' and 'attach' routines:

Define __BROKEN_INDIRECT_CONFIG so that old autoconfiguration
interfaces are used, until drivers are converted to use the new
interfaces (actually, converted back to use the _older_ interfaces)
which prohibit indirect configuration devices from receiving a softc
in their match routine that they can share with their attach routine.
1996-12-05 00:13:47 +00:00
..
bi backout previous kprintf change 1996-10-13 03:29:05 +00:00
boot Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
compile
conf * Replace explicit -O2 in CFLAGS with COPTS macro. Default COPTS?= -O2. 1996-12-01 06:12:25 +00:00
consolerl Files to generate usable console RL02 packs on 8600. 1996-03-08 12:41:33 +00:00
floppy Files needed to create boot floppies for 11/780, most of them 1996-03-02 17:57:34 +00:00
if Use bitmask_snprintf(). 1996-11-15 03:11:19 +00:00
include First step inn removing config_scan() and the hacks that gave devices 1996-12-05 00:13:47 +00:00
mba backout previous kprintf change 1996-10-13 03:29:05 +00:00
mscp Use bitmask_snprintf(). 1996-11-15 03:11:19 +00:00
uba Use bitmask_snprintf(). 1996-11-15 03:32:46 +00:00
vax Fix an inconsistency that came in with Lite: setrq() was renamed to 1996-11-06 20:19:19 +00:00
vsa backout previous kprintf change 1996-10-13 03:29:05 +00:00
BUGS_MISSINGS
INSTALL Readme & install files added and updated. 1995-09-16 12:00:19 +00:00
Makefile Support installation of /usr/mdec files. 1996-03-16 11:03:11 +00:00
README Readme & install files added and updated. 1995-09-16 12:00:19 +00:00
README.copy Some typos. 1995-09-29 16:33:38 +00:00
README.edlabel Readme & install files added and updated. 1995-09-16 12:00:19 +00:00

README

	$NetBSD: README,v 1.9 1995/09/16 12:00:21 ragge Exp $

Devices supported in kernel and _known_ to work:
CPU:	VAX 11/750 with 2-14MB of memory.
	KA630 (MicroVAX II) with 2-16 MB memory.

Net:	DEUNA/DELUA Unibus ethernet cards.
	DEQNA/DELQA Q22 bus ethernet cards.

Disks:	UDA50 Unibus MSCP controller.
	KDA50/RQDX3 Q22 bus MSCP controller.
		RA??-disks on UDA50 or KDA50.
		RD??-disks on RQDX3. (known as RA?? by system).

Tapes:	DILOG Q22 bus tape ctlr w/ Exabyte. (TMSCP emulating)
	TSV05 Q22 bus tape ctlr.
	TK50 (TMSCP) on Q22 bus.
		Other TMSCP ctlrs may also work, but haven't tried.


To install and run NetBSD/vax you need a MicroVAX II or VAX 11/750
with at least 4MB of memory, and a usable install media. Supported
install media is TK50 tape and RX33/RX50 floppy. If you do initial
installation from floppy then you need a way to load the rest of
the system, like tape or ethernet. 
NOTE! TU58 INSTALLATION IS NOT YET SUPPORTED, BUT WILL BE.

Actually, the system will run fine on only 2MB of memory, but
installation program needs 4MB. If this causes trouble for someone
tell me and I'll fix it.

Differences between the NetBSD/vax port and other ports:
 * It uses gcc 2.7.0 as default compiler.
 * libm is not the same as the other ports; instead it is 4.4BSD libm. 
 * No dynamic linked libraries, all binaries is statically linked.
These things will be fixed in the future.


We who have done parts of the VAX port is:
	Joachim Isaksson, first pmap and lots of help with gcc functionality.
	Mattias Gr|nlund, locore assembler and interrupt handling.
	Mattias ]slund, lots of help and ideas everywhere.
	Bertram Barth, bootblocks and boot routines for MicroVAX.
	Rick Macklem, fixed all MicroVAX II, TMSCP and DEQNA support.
	Anders Magnusson (ragge), that's me, who put things together
		and wrote the rest.

Have fun with it,
	ragge@ludd.luth.se