/[smeserver]/rpms/initscripts/sme8/initscripts-8.45.29-ctc.patch
ViewVC logotype

Contents of /rpms/initscripts/sme8/initscripts-8.45.29-ctc.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Wed Apr 27 15:06:15 2011 UTC (13 years, 3 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import of initscripts-8.45.33-1.el5.centos

1 diff -up initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules.ctc initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules
2 --- initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules.ctc 2009-07-07 12:19:52.000000000 +0200
3 +++ initscripts-8.45.29/udev/rules.d/54-cu3088-fix.rules 2009-07-07 12:10:19.000000000 +0200
4 @@ -0,0 +1,10 @@
5 +# LCS
6 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/01", RUN+="/sbin/modprobe --quiet lcs"
7 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/60", RUN+="/sbin/modprobe --quiet lcs"
8 +# could be either CTC or LCS
9 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet ctc"
10 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/08", RUN+="/sbin/modprobe --quiet lcs"
11 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet ctc"
12 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1f", RUN+="/sbin/modprobe --quiet lcs"
13 +# CTC
14 +ACTION=="add", SUBSYSTEM=="ccw", SYSFS{cutype}=="3088/1e", RUN+="/sbin/modprobe --quiet ctc"

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed