summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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