diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-19 16:25:18 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-11-19 16:25:18 +0100 |
commit | ecf61aa7fdb5b7e9e19f06584caee9b5eb1c7350 (patch) | |
tree | 8115acdf89fec5c01b4c2854ce1f3557a04a976e /NEWS | |
parent | f49a6b223e9b0e2808df173e31ae37da1ca32953 (diff) |
rules: remove support for IDE (hd*) devices
The kernel IDE drivers get deprecated now:
http://article.gmane.org/gmane.linux.ide/43151
Almost everybody has switched over to libata devices long ago.
Recent services do not work with the now deprecated IDE drivers
at all and require libata drivers and SCSI infrastructure.
Systems who care about the old stuff need to add the rules to the
compat rules.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ BUS=, SYSFS{}=, ID= are long deprecated and should be SUBSYSTEM(S)=, ATTR(S){}=, KERNEL(S)=. It will cause a warning once for every rule file from now on. +The support for the deprecated IDE devices has been removed from the +default set of rules. Distros who still care about non-libata drivers +need to add the rules to the compat rules file. + udev 147 ======== Bugfixes. |