diff options
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | perl-install/NEWS | 2 | ||||
-rw-r--r-- | perl-install/install/NEWS | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 4515daab9..922416872 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -24,7 +24,7 @@ our %l = ( qw(depca dmfe e2100 eepro eexpress eth16i), qw(ewrk3 hp hp-plus hp100), qw(iph5526), #- fibre channel - qw(lance ne ni5010 ni52 ni65 nvnet), + qw(jme lance ne ni5010 ni52 ni65 nvnet), qw(prism2_plx r6040 rcpci rhineget), qw(sb1000 sc92031 smc-ultra smc9194), qw(tc35815 tlan uli526x), diff --git a/perl-install/NEWS b/perl-install/NEWS index c189d6cbf..497b42cde 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,5 @@ +- handle new driver: + o ethernet: jme - diskdrake: o fix file system type drop down list showing most types as "..." in "Change partition type" dialog in expert mode due to ellipsizing diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index 6c4199fdc..aa4aaadc6 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,3 +1,5 @@ +- handle new driver: + o ethernet: jme - partitionning step o fix file system type drop down list showing most types as "..." in "Change partition type" dialog in expert mode due to ellipsizing |