diff -r 5cff10efb927 -r 0d4119024f55 script/sysconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/script/sysconfig Mon May 29 09:08:56 2006 +0000 @@ -0,0 +1,21 @@ +#------------------------------------------------------------------------------ +# +# EtherCAT sysconfig file +# +# $Id$ +# +#------------------------------------------------------------------------------ + +# +# PCI index of the (RTL8139-)EtherCAT device +# Setting this is mandatory for the EtherCAT init script! +# +#DEVICE_INDEX=99 + +# +# Number of Ethernet-over-EtherCAT devices every master shall create +# on startup. Default is 0. +# +#EOE_DEVICES=0 + +#------------------------------------------------------------------------------