changeset 1208:cfc38fcd72d7

modpak removed from Makefile for L2/NL2
author boisy
date Wed, 04 Jun 2003 20:52:06 +0000
parents 9f9a630667ae
children 5072b6bd3bfe
files defs/scfdefs level2/coco3/ChangeLog level2/coco3/bootlists/bootlist_vdg level2/coco3/bootlists/bootlist_win40 level2/coco3/bootlists/bootlist_win80 level2/coco3_6309/ChangeLog level2/coco3_6309/bootlists/bootlist_vdg level2/coco3_6309/bootlists/bootlist_win40 level2/coco3_6309/bootlists/bootlist_win80 level2/modules/makefile
diffstat 10 files changed, 20 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/defs/scfdefs	Wed Jun 04 20:44:52 2003 +0000
+++ b/defs/scfdefs	Wed Jun 04 20:52:06 2003 +0000
@@ -211,6 +211,15 @@
 
 * PD.PAR definitions
 *
+* Parity
+PARNONE  equ   %00000000
+PARODD   equ   %00100000
+PAREVEN  equ   %01100000
+PARMARK  equ   %10100000
+PARSPACE equ   %11100000
+
+* PD.BAU definitions
+*
 * Baud rate
 B110     equ   0
 B300     equ   1
@@ -223,12 +232,6 @@
 * Word size
 WORD8    equ   %00000000
 WORD7    equ   %00100000
-* Parity
-PARNONE  equ   %00000000
-PARODD   equ   %00100000
-PAREVEN  equ   %01100000
-PARMARK  equ   %10100000
-PARSPACE equ   %11100000
 * Stop bits
 STOP1    equ   %00000000
 STOP2    equ   %00010000
--- a/level2/coco3/ChangeLog	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3/ChangeLog	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,6 @@
 OS-9 Level Two V03.01.03:
+- M1 and M2 device descriptors now reference the SACIA driver, and
+  modpak.dr is no longer in the distribution.
 - The help utility has been enhanced to show help subjects if
   forked without any command line parameters.
 
--- a/level2/coco3/bootlists/bootlist_vdg	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3/bootlists/bootlist_vdg	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (VDG term, 40 track DS)
+* OS-9 Level Two Bootlist (VDG term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/coco3/bootlists/bootlist_win40	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3/bootlists/bootlist_win40	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (40x24 term, 40 track DS)
+* OS-9 Level Two Bootlist (40x24 term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/coco3/bootlists/bootlist_win80	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3/bootlists/bootlist_win80	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (80x24 term, 40 track DS)
+* OS-9 Level Two Bootlist (80x24 term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/coco3_6309/ChangeLog	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3_6309/ChangeLog	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,6 @@
 OS-9 Level Two V03.01.03:
+- M1 and M2 device descriptors now reference the SACIA driver, and
+  modpak.dr is no longer in the distribution.
 - The help utility has been enhanced to show help subjects if
   forked without any command line parameters.
 
--- a/level2/coco3_6309/bootlists/bootlist_vdg	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3_6309/bootlists/bootlist_vdg	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (VDG term, 40 track DS)
+* OS-9 Level Two Bootlist (VDG term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/coco3_6309/bootlists/bootlist_win40	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3_6309/bootlists/bootlist_win40	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (40x24 term, 40 track DS)
+* OS-9 Level Two Bootlist (40x24 term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/coco3_6309/bootlists/bootlist_win80	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/coco3_6309/bootlists/bootlist_win80	Wed Jun 04 20:52:06 2003 +0000
@@ -1,4 +1,4 @@
-* OS-9 Level Two Bootfile (80x24 term, 40 track DS)
+* OS-9 Level Two Bootlist (80x24 term, 40 track DS)
 MODULES/KERNEL/os9p2
 MODULES/SYSMODS/ioman
 MODULES/SYSMODS/init
--- a/level2/modules/makefile	Wed Jun 04 20:44:52 2003 +0000
+++ b/level2/modules/makefile	Wed Jun 04 20:52:06 2003 +0000
@@ -33,7 +33,7 @@
 		h0_10.dd h1_10.dd h0_15.dd h1_15.dd h0_35.dd h1_35.dd
 
 SCF		= scf.mn \
-		cc3io.dr modpak.dr vrn.dr printer.dr sio.dr sspak.dr sacia.dr dacia.dr \
+		cc3io.dr vrn.dr printer.dr sio.dr sspak.dr sacia.dr dacia.dr \
 		windint.io vdgint.io vdgint_small.io \
 		keydrv joydrv_joy joydrv_6551L joydrv_6552L joydrv_6551M joydrv_6552M snddrv \
 		m1.dd m2.dd nil.dd p.dd t1.dd t2_sacia.dd \