diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-18 15:13:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-18 15:13:06 +0000 |
commit | 8d97f13366221db1ec0b8400dac8fb9c26180621 (patch) | |
tree | d603c630b5acf17c3e23373fa34628504f009323 | |
parent | acefc5db3e7bd3957f555bd3e300db17c0b815da (diff) | |
download | drakx-backup-do-not-use-8d97f13366221db1ec0b8400dac8fb9c26180621.tar drakx-backup-do-not-use-8d97f13366221db1ec0b8400dac8fb9c26180621.tar.gz drakx-backup-do-not-use-8d97f13366221db1ec0b8400dac8fb9c26180621.tar.bz2 drakx-backup-do-not-use-8d97f13366221db1ec0b8400dac8fb9c26180621.tar.xz drakx-backup-do-not-use-8d97f13366221db1ec0b8400dac8fb9c26180621.zip |
handle new jme ethernet driver
-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 |