ethercat.conf.tmpl
author Florian Pose <fp@igh-essen.com>
Tue, 11 Apr 2006 14:12:01 +0000
changeset 188 c0e49f4a1c07
parent 169 b3ecbec2c487
child 250 440ae5f6d2c3
permissions -rw-r--r--
Better calc. of coupler address; coupler address in SysFS; better output of ec_list
#------------------------------------------------------------------------------
#
#  EtherCAT configuration file
#
#  $Id$
#
#  This file is a versioned template configuration. Copy it to "ethercat.conf"
#  (which is ignored by Subversion) and adjust it to your needs.
#
#------------------------------------------------------------------------------

# The kernel to compile the EtherCAT sources against
KERNEL := `uname -r`

# PCI index of the EtherCAT device
DEVICEINDEX := 99

#------------------------------------------------------------------------------