summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-09-06 19:55:00 +0000
committerOlivier Blin <oblin@mandriva.com>2007-09-06 19:55:00 +0000
commit51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5 (patch)
tree068843f7d490c1c557593f9359cd4f0b6a2c8f9d
parent7531b5163e8c4236f22b849950f20f6e42d8a395 (diff)
downloaddrakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar
drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.gz
drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.bz2
drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.tar.xz
drakx-51ddca21af8e10a0fc6aee48f78a8ce4f371d4d5.zip
list jmicron driver in disk/ide
-rw-r--r--images/NEWS2
-rw-r--r--kernel/list_modules.pm2
-rw-r--r--perl-install/NEWS1
3 files changed, 4 insertions, 1 deletions
diff --git a/images/NEWS b/images/NEWS
index c1c58ff86..272c0c182 100644
--- a/images/NEWS
+++ b/images/NEWS
@@ -1,3 +1,5 @@
+- add jmicron driver
+
Version 1.20 - 31 August 2007, by Pascal "Pixel" Rigaux
- dynamically determine the size of all.img
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm
index 86e126bd9..732622ccc 100644
--- a/kernel/list_modules.pm
+++ b/kernel/list_modules.pm
@@ -91,7 +91,7 @@ our %l = (
# ide drivers compiled as modules:
ide => [
qw(aec62xx ali14xx alim15x3 amd74xx atiixp cmd64x cy82c693 cs5520 cs5530 cs5535),
- qw(delkin_cb dtc2278 hpt34x hpt366 ns87415 ht6560b it8213),
+ qw(delkin_cb dtc2278 hpt34x hpt366 ns87415 ht6560b it8213 jmicron),
qw(opti621 pdc202xx_new pdc202xx_old piix qd65xx rz1000 sc1200 serverworks siimage sis5513 slc90e66),
qw(tc86c001 triflex trm290 umc8672 via82cxxx ide-generic),
],
diff --git a/perl-install/NEWS b/perl-install/NEWS
index c8183c22e..ae9fa13ac 100644
--- a/perl-install/NEWS
+++ b/perl-install/NEWS
@@ -1,5 +1,6 @@
- localedrake
o drop support for iiimf
+- list jmicron driver in disk/ide
Version 10.4.190 - 5 September 2007, by Thierry Vignaud