summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--anaconda.spec5
-rw-r--r--loader2/module-info4
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 495e0282e..fcd764702 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-05-25 Peter Jones <pjones@redhat.com>
+
+ * loader2/module-info: add adp94xx (#193083)
+
2006-05-24 Peter Jones <pjones@redhat.com>
* isys/imount.c (doPwMount): don't fprintf to stderr, which causes
diff --git a/anaconda.spec b/anaconda.spec
index e7a75ddc0..b4a55cf92 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.1.1.42
+Version: 10.1.1.43
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu May 25 2006 Peter Jones <pjones@redhat.com> - 10.1.1.43-1
+- Add adp94xx to module whitelist (#193083)
+
* Wed May 24 2006 Peter Jones <pjones@redhat.com> - 10.1.1.42-1
- Fix lapic_status import issues (#171930)
- Fix console corruption from fprintf in #168384 .
diff --git a/loader2/module-info b/loader2/module-info
index 3e38c0efc..1cd2a9205 100644
--- a/loader2/module-info
+++ b/loader2/module-info
@@ -659,6 +659,10 @@ aic79xx
scsi_hostadapter
"Adaptec Aic79xx SCSI Host Bus Adapter driver"
+adp94xx
+ scsi_hostadapter
+ "Adaptec SAS/SATA Host Bus Adapter driver"
+
ata_piix
scsi_hostadapter
"Intel PIIX/ICH ATA controllers"