diff options
author | Harald Hoyer <harald@redhat.com> | 2010-09-13 18:16:21 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2010-09-13 18:24:40 +0200 |
commit | 0f60047979544ecccc3bb294f052d38c898138ea (patch) | |
tree | 53354b7cb5c2a034a3c5e08057ff551b4c305e01 | |
parent | c014f9c6c09b50302e89f9df21077343b6c363b8 (diff) | |
download | initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.gz initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.bz2 initscripts-0f60047979544ecccc3bb294f052d38c898138ea.tar.xz initscripts-0f60047979544ecccc3bb294f052d38c898138ea.zip |
s390: Added required 54-cu3088-fix.rules udev rules file (#475721)
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | udev/rules.d/54-cu3088-fix.rules | 10 |
2 files changed, 14 insertions, 3 deletions
@@ -1,11 +1,12 @@ -commit 6c1b28fe9754a794ccd406094a6b03744551a9a5 +commit 923ef28cc4d4654e58033c81cd44ce9e1e4734b8 Author: Harald Hoyer <harald@redhat.com> Date: Mon Sep 13 17:30:23 2010 +0200 version 8.45.31 - initscripts.spec | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) + ChangeLog | 1016 ++++++++++++++++++++++++++++++++++-------------------- + initscripts.spec | 4 +- + 2 files changed, 636 insertions(+), 384 deletions(-) commit 52a7a1f115bb87323620b73f5dde21e2c5e7d9a7 Author: Phil Knirsch <pknirsch@redhat.com> diff --git a/udev/rules.d/54-cu3088-fix.rules b/udev/rules.d/54-cu3088-fix.rules new file mode 100644 index 00000000..a975b24f --- /dev/null +++ b/udev/rules.d/54-cu3088-fix.rules @@ -0,0 +1,10 @@ +# LCS +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/01", RUN+="/sbin/modprobe --quiet lcs" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/60", RUN+="/sbin/modprobe --quiet lcs" +# could be either CTC or LCS +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet ctc" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet lcs" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet ctc" +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet lcs" +# CTC +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1e", RUN+="/sbin/modprobe --quiet ctc" |