From 6caeb6096af73373fa849560ccd0249ecf219e05 Mon Sep 17 00:00:00 2001
From: timmmooney <mooney@aps.anl.gov>
Date: Wed, 5 Nov 2003 21:59:53 +0000
Subject: [PATCH] *** empty log message ***

---
 iocBoot/iocxxx/Makefile           |  2 +-
 iocBoot/iocxxx/auto_positions.req | 64 +++++++++++++++----------------
 iocBoot/nfsCommands               | 52 +++++++++++--------------
 xxxApp/op/adl/bcda2.adl           |  2 +-
 4 files changed, 56 insertions(+), 64 deletions(-)

diff --git a/iocBoot/iocxxx/Makefile b/iocBoot/iocxxx/Makefile
index 942befe..509badf 100644
--- a/iocBoot/iocxxx/Makefile
+++ b/iocBoot/iocxxx/Makefile
@@ -1,5 +1,5 @@
 TOP = ../..
 include $(TOP)/configure/CONFIG
-ARCH = vxWorks-68040
+ARCH = vxWorks-ppc604
 TARGETS = cdCommands
 include $(TOP)/configure/RULES.ioc
diff --git a/iocBoot/iocxxx/auto_positions.req b/iocBoot/iocxxx/auto_positions.req
index 0293b28..4cf7ab3 100644
--- a/iocBoot/iocxxx/auto_positions.req
+++ b/iocBoot/iocxxx/auto_positions.req
@@ -1,32 +1,32 @@
-xxx:m1.DVAL
-xxx:m2.DVAL
-xxx:m3.DVAL
-xxx:m4.DVAL
-xxx:m5.DVAL
-xxx:m6.DVAL
-xxx:m7.DVAL
-xxx:m8.DVAL
-xxx:m9.DVAL
-xxx:m10.DVAL
-xxx:m11.DVAL
-xxx:m12.DVAL
-xxx:m13.DVAL
-xxx:m14.DVAL
-xxx:m15.DVAL
-xxx:m16.DVAL
-xxx:m17.DVAL
-xxx:m18.DVAL
-xxx:m19.DVAL
-xxx:m20.DVAL
-xxx:m21.DVAL
-xxx:m22.DVAL
-xxx:m23.DVAL
-xxx:m24.DVAL
-xxx:m25.DVAL
-xxx:m26.DVAL
-xxx:m27.DVAL
-xxx:m28.DVAL
-xxx:m29.DVAL
-xxx:m30.DVAL
-xxx:m31.DVAL
-xxx:m32.DVAL
+$(P)m1.OFF
+$(P)m1.DVAL
+$(P)m2.OFF
+$(P)m2.DVAL
+$(P)m3.OFF
+$(P)m3.DVAL
+$(P)m4.OFF
+$(P)m4.DVAL
+$(P)m5.OFF
+$(P)m5.DVAL
+$(P)m6.OFF
+$(P)m6.DVAL
+$(P)m7.OFF
+$(P)m7.DVAL
+$(P)m8.OFF
+$(P)m8.DVAL
+$(P)m9.OFF
+$(P)m9.DVAL
+$(P)m10.OFF
+$(P)m10.DVAL
+$(P)m11.OFF
+$(P)m11.DVAL
+$(P)m12.OFF
+$(P)m12.DVAL
+$(P)m13.OFF
+$(P)m13.DVAL
+$(P)m14.OFF
+$(P)m14.DVAL
+$(P)m15.OFF
+$(P)m15.DVAL
+$(P)m16.OFF
+$(P)m16.DVAL
diff --git a/iocBoot/nfsCommands b/iocBoot/nfsCommands
index eab303b..a7db82c 100644
--- a/iocBoot/nfsCommands
+++ b/iocBoot/nfsCommands
@@ -1,33 +1,25 @@
-#Instructions for creating and using a real nfsCommands file
-# 
-# in order to use nfs do the following:
-# 1) Create hostAdd and nfsMountAll commands for each nfs server
-# 2) In each st.cmd file add the following two commands BEFORE any load commands
-#    ../nfs.cmd
-#    cd "<iocname>
-# 
-# The hostAdd and nfsMountAll commands have the form:
-# hostAdd("<host>","xxx.xxx.xxx.xxx")
-# nfsMountAll("<host>")
-# 
-# You can also mount subdirectories as follows:
-# nfsMount("<host>", "/xxx/xxx/xxx", "/xxx")
-# 
-# For example assume
-# 
-# host is mercury with inet address 155.77.2.56
-# You want to mount the directory (which is a file system of mercury)
-# /home/mercury5/iocinfo
-#    as
-# /iocinfo
-# 
-# The commands would be
-# 
-# hostAdd("mercury","155.77.2.56")
-# nfsMountAll("mercury")
-# nfsMount("mercury","/home/mercury5/iocinfo","/iocinfo")
+# Set the default gateway (the address to which IP datagrams will be sent
+# when there is no specific specific routing table entry available for the
+# actual destination address.)
+routeAdd "0","164.54.52.1"
+
+# needed for proc 0 if "inet on backplane" is defined
+routeDelete "164.54.0.0", "164.54.53.226"
+
+routeAdd "164.54.53.183", "164.54.53.226"
+routeShow
+
+# The following lines are examples of what might be required to use NFS,
+# rather than FTP, for booting the VME crate, and generally for reading
+# and writing files on the server.
 #
+#hostAdd("beams","164.54.100.5")
+#nfsMount("beams","/export/homeb","/home/beams")
+hostAdd("oxygen","164.54.52.4")
+nfsMount("oxygen","/home/oxygen","/home/oxygen")
+nfsMount("oxygen","/home/oxygen4","/home/oxygen4")
+hostAdd("wheaties","164.54.53.101")
+nfsMount("wheaties","/local","/local")
+
 # The following line eliminates "cksum: out of data" messages due to DHCP
 #proxyPortFwdOff(67)
-
-
diff --git a/xxxApp/op/adl/bcda2.adl b/xxxApp/op/adl/bcda2.adl
index 829c6af..4702616 100644
--- a/xxxApp/op/adl/bcda2.adl
+++ b/xxxApp/op/adl/bcda2.adl
@@ -1,6 +1,6 @@
 
 file {
-	name="/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/tmm.adl"
+	name="/home/oxygen2/MOONEY/epics/3.12.2/stdApp/op/adl/xxx.adl"
 	version=020209
 }
 display {
-- 
GitLab