



		    PNOTICE_autocall.alm            09/17/82  1355.6r w 09/17/82  1307.5        2853



	dec	1			"version 1 structure
	dec	1			"no. of pnotices
	dec	3			"no. of STIs
	dec	100			"lgth of all pnotices + no. of pnotices
          acc       "Copyright (c) 1972 by Massachusetts Institute of
Technology and Honeywell Information Systems, Inc."

	aci	"W1ATCM090000"
	aci	"W2ATCM090000"
	aci	"W3ATCM090000"
	end
   



		    acu_tables.map355               09/17/82  1355.6rew 09/17/82  1312.3       27558



* ***********************************************************
* *                                                         *
* * Copyright, (C) Honeywell Information Systems Inc., 1982 *
* *                                                         *
* * Copyright (c) 1972 by Massachusetts Institute of        *
* * Technology and Honeywell Information Systems, Inc.      *
* *                                                         *
* ***********************************************************

	lbl	,acu_tables
	ttl	acu_tables
	editp	on
	pmc	off
	pcc	off
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*
*
*	acu_tables, acu
*
*	     these are the control tables for managing auto-call units
*
*	split off from control_tables by Robert Coren 4/29/76
*         Modified 81-01-13 by E. N. Kittlitz to allow central hangups while
*            dialing out.
*
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
	eject
acu	null
	rem
	symdef	acu
	rem
	symdef	acutst
	rem
	symref	chkaut
	symref	hungup
	symref	bscacu	return from bisync autocall
	symref	g15acu	return from g115 autocall
	rem
	start	acu,,w3atcm090000
	pmc	save,on
	tib
	csbits
	tconst
	pmc	restore
	ttls	acu - use auto call unit to dial a phone number
acutst	ifhsla	canacu	/* only hsla's support acu's */
	clrflg	tfacu	/* not acu'ing anymore */
	signal	acung	/* no good acu attempt */
	waitm		/* continue waiting */
	rem
canacu	setime	60	/* timer for dialing process */
	contrl	stat	/* get line's status */
	rem
	wait	acuoot,0,tstat	/* wait for status */
	status	0,pwi,nopwr	/* check that acu has power */
	status	dlo,0,busy	/* and line is not being used */
	status	pwi,dlo,acurdy	/* line is all set for acu */
	rem
acurdy	config
	rmode	fg.icw	/* need single icw configuration */
	rem
	dcwlst		/* dcw list to 'write' phone number */
	cmd	sdtr+srts+sxmit,scrq
	output	(outmsg)	/* use t.ocp as addr of buffer */
	cmd	rxmit+sterm
	rem
	wait	acuoot,0,tstat	/* wait for terminate status */
	status	term,0,acusr
	rem
acusr	wait	acuoot,0,tstat	/* once started, wait for dialup status */
	status	acr,0,acuoot	/* acr - abandon call and retry */
	status	cts+dsr+ads,0,acudl /* dial succeeded */
	rem
nopwr	signal	acupwi	/* inform 6180 */
	goto	noacu
	rem
busy	signal	acudlo
	goto	noacu
	rem
tstat	tstflg	(tfhang),achng	/* hangup order? */
	waitm			/* nope - continue waiting */
	rem
achng	clrflg	tfhang		/* acknowledge hangup */
	signal	hangup
	goto	otjoin		/* finish hanging up */
	rem
acuoot	signal	acuacr
otjoin	config
	smode	fg.icw	/* back to 2 icw configuration */
	contrl	rdtr+rrts,rcrq
	stpchn
	dmpout
	goto	noacu
	rem
noacu	clrflg	tfacu	/* not acu'ing anymore */
	goto	hungup
	rem
acudl	config
	smode	fg.icw	/* back to 2 icw configuration */
	iftype	ttasci,kprts	/* don't turn off rts for ascii */
	contrl	rrts,rcrq
	goto	acufin
kprts	contrl	0,rcrq
acufin	null
	clrflg	tfacu	/* acu successful, reset the flag */
	iftype	ttbsc,bscacu	/* return from bisync autocall */
	iftype	ttg115,g15acu	/* return from g115 autocall */
	goto	chkaut	/* tell 6180 */
	end





		    bull_copyright_notice.txt       08/30/05  1008.4r   08/30/05  1007.3    00020025

                                          -----------------------------------------------------------


Historical Background

This edition of the Multics software materials and documentation is provided and donated
to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. 
as a contribution to computer science knowledge.  
This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology,
Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull
and Bull HN Information Systems Inc. to the development of this operating system. 
Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970),
renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership
of Professor Fernando Jose Corbato.Users consider that Multics provided the best software architecture for 
managing computer hardware properly and for executing programs. Many subsequent operating systems
incorporated Multics principles.
Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., 
as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. .

                                          -----------------------------------------------------------

Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without
fee is hereby granted,provided that the below copyright notice and historical background appear in all copies
and that both the copyright notice and historical background and this permission notice appear in supporting
documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining
to distribution of the programs without specific prior written permission.
    Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc.
    Copyright 2006 by Bull HN Information Systems Inc.
    Copyright 2006 by Bull SAS
    All Rights Reserved
