diff -r 112abd5b04d2 -r a6b61f1a062d script/sysconfig/ethercat --- a/script/sysconfig/ethercat Fri Aug 10 14:36:16 2007 +0000 +++ b/script/sysconfig/ethercat Fri Aug 10 15:04:06 2007 +0000 @@ -16,6 +16,9 @@ # Specify the MAC address (hexadecimal with colons) of the Ethernet device to # use. Example: "00:00:08:44:ab:66" # +# The broadcast address "ff:ff:ff:ff:ff:ff" has a special meaning: It tells +# the master to accept the first device offered by any ethernet driver. +# # The MASTER_DEVICE variables also determine, how many masters will be # created: A non-empty variable MASTER0_DEVICE will create one master, adding # a non-empty variable MASTER1_DEVICE will create a second master, and so on.