# # IEC 62439-3 High-availability Seamless Redundancy # config HSR tristate "High-availability Seamless Redundancy (HSR)" ---help--- If you say Y here, then your Linux box will be able to act as a DANH ("Doubly attached node implementing HSR"). For this to work, your Linux box needs (at least) two physical Ethernet interfaces, and it must be connected as a node in a ring network together with other HSR capable nodes. All Ethernet frames sent over the hsr device will be sent in both directions on the ring (over both slave ports), giving a redundant, instant fail-over network. Each HSR node in the ring acts like a bridge for HSR frames, but filters frames that have been forwarded earlier. This code is a "best effort" to comply with the HSR standard as described in IEC 62439-3:2010 (HSRv0) and IEC 62439-3:2012 (HSRv1), but no compliancy tests have been made. Use iproute2 to select the version you desire. You need to perform any and all necessary tests yourself before relying on this code in a safety critical system! If unsure, say N. lite-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers/usb/c67x00/Makefile
diff options
context:
space:
mode:
authorRicardo Ribalda <ricardo.ribalda@gmail.com>2017-01-27 15:59:30 +0100
committerWolfram Sang <wsa@the-dreams.de>2017-02-09 17:10:38 +0100
commitf43128c75202f29ee71aa83e6c320a911137c189 (patch)
tree85280695db72c8ae27f6c0c312a8573a4d756c80 /drivers/usb/c67x00/Makefile
parentd5adbfcd5f7bcc6fa58a41c5c5ada0e5c826ce2c (diff)
i2c: piix4: Fix request_region size
Since '701dc207bf55 ("i2c: piix4: Avoid race conditions with IMC")' we are using the SMBSLVCNT register at offset 0x8. We need to request it. Fixes: 701dc207bf55 ("i2c: piix4: Avoid race conditions with IMC") Signed-off-by: Ricardo Ribalda Delgado <ricardo.ribalda@gmail.com> Signed-off-by: Jean Delvare <jdelvare@suse.de> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'drivers/usb/c67x00/Makefile')