#****************************************************************/
#* hps_config - Cluster Controller Download Configuration File  */
#****************************************************************/
#* PART NUMBER: 90-070045-5										*/
#****************************************************************/
#*                 Confidential Information                     */
#*      Limited Distribution to Authorized Persons Only         */
#*     Created 1988 and Protected as an Unpublished Work        */
#*          Under the U.S. Copyright Act of 1976.               */
#*         Copyright (c) 1988, Systech Corporation              */
#*                  All Rights Reserved                         */
#*																*/
#*	THIS SOFTWARE IS LICENSED BY AND IS THE	CONFIDENTIAL AND 	*/
#*	PROPRIETARY PROPERTY OF SYSTECH COMPUTER CORPORATION AND 	*/
#*	MAY NOT, WITHOUT THE PRIOR WRITTEN CONSENT OF SYSTECH 		*/
#*	COMPUTER CORPORATION, BE REPRODUCED, USED OR DISCLOSED 		*/
#*	EXCEPT IN ACCORDANCE WITH A SYSTECH COMPUTER CORPORATION 	*/
#*	SOFTWARE LICENSE AGREEMENT.									*/
#****************************************************************/
#*																*/
#* MODIFICATION HISTORY:										*/
#* Rel.	--Date--	Who	Description								*/
#* ----	--------	---	-----------								*/
#*    	12/30/88	LCW	Created this example file               */
#* 04A	03/09/89	LCW	Freeze for release						*/
#* 04B	04/19/89	MLS	FREEZE									*/
#*		06/23/89	WLW	Added DEV TYPE entries for HPS-7082-020,*/
#*						HPS-7088-020, and HPS-7082-030.			*/
#*						ENHANCEMENT                             */
#* 04C	06/23/89	LCW	Freeze for release						*/
#* 04D	08/07/89	LCW	Freeze for release						*/
#*		08/28/89	LCW	Added 7088-030 type clusters to the     */
#*						load list.                     			*/
#*						ENHANCEMENT                             */
#* 04E	11/13/89	LCW	Freeze for release						*/
#*																*/
#****************************************************************/
#                                                               */
#               HPS Network Download Configuration              */
#                                                               */
# Load those node IDs between START (in hex) and STOP           */
# (in hex) that are in the primitive idle state and of the      */
# specified DEVICE TYPE with the specified DOWNLOAD FILE.  If a */
# device meets the specification of more than one entry in this */
# file, the device is included in only the first matching entry.*/
#                                                               */
#                                                               */
#	Rules for hps_config                                        */
#   --------------------                                        */
#                                                               */
#	- Comment lines start with a "#" character in column 1.     */
#                                                               */
#	- Empty lines are ignored.                                  */
#                                                               */
#	- The first field is the starting network address.          */
#                                                               */
#	- The second field is the ending network address.           */
#                                                               */
#	- The third field is the device name.  Address ranges       */
#	  for different devices can overlap.  Entering a device     */
#	  name of "ALL" implies that all devices residing within    */
#	  the specified address range will be downloaded with the   */
#	  indicated download file name.  Valid device types are     */
#     either a product code (e.g., HPS-6840, HPS-7080-030) or   */
#     the keyword ALL for all devices types.                    */
#                                                               */
#	- The fourth field is the name of the download file.        */
#                                                               */
#                                                               */
#                                                               */
#  The 2 configuration lines below download /etc/uno.dnl to all */
#  model 020 cluster controllers, and /etc/cl_tcs.dnl to all    */
#  model 030 cluster controllers on the network.                */
#                                                               */
# START  STOP  DEV TYPE      DOWNLOAD FILE                      */
# -----  ----  ------------  -------------                      */

#    1    FF   HPS-7080-020  /etc/uno.dnl
#    1    FF   HPS-7082-020  /etc/uno.dnl
#    1    FF   HPS-7088-020  /etc/uno.dnl

     1    FF   HPS-7080-030  /etc/cl_tcs.dnl
     1    FF   HPS-7082-030  /etc/cl_tcs.dnl
     1    FF   HPS-7088-030  /etc/cl_tcs.dnl

