diff -r ee1d766dbc6b -r 440ae5f6d2c3 script/sysconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/script/sysconfig Fri May 19 09:56:55 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 the master shall create +# on startup. Default is 0. +# +#EOE_DEVICES=0 + +#------------------------------------------------------------------------------