summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-11-04 15:55:46 +0000
committerJeremy Katz <katzj@redhat.com>2004-11-04 15:55:46 +0000
commitfdef8f802d251666a214e86f1c9e5d99be45fe21 (patch)
tree4d484aa59370f725cbf6281052d8af98fe095dc8 /ChangeLog
parent0a63e9375bf447e8343b392d02aaed41bb7e7fc6 (diff)
downloadanaconda-fdef8f802d251666a214e86f1c9e5d99be45fe21.tar.gz
anaconda-fdef8f802d251666a214e86f1c9e5d99be45fe21.tar.xz
anaconda-fdef8f802d251666a214e86f1c9e5d99be45fe21.zip
2004-11-04 Jeremy Katz <katzj@redhat.com>
* loader2/modules.c (lateModuleSort): Implement an additional sort to move drivers to the end of our list of drivers to load. This is handy for, eg, fibre channel so that it doesn't end up at the front of the list so that people don't get confused with sda being their FC disk. Also, put ibmvscsic in the list due to #137920
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1b976d69a..26b9da8a4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-11-04 Jeremy Katz <katzj@redhat.com>
+ * loader2/modules.c (lateModuleSort): Implement an additional sort
+ to move drivers to the end of our list of drivers to load. This
+ is handy for, eg, fibre channel so that it doesn't end up at the
+ front of the list so that people don't get confused with sda being
+ their FC disk. Also, put ibmvscsic in the list due to #137920
+
+ * loader2/module-info: More qlogic fibre channel adapters
+
* upgrade.py (upgradeFindPackages): Key iiimf-le-canna off of
kinput2-canna-wnn6 instead of just kinput2 (#129218)