diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-08-29 23:17:20 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-08-29 23:17:20 +0000 |
commit | 997c41463d16c2bcf42f4e39d23608d9da8edecd (patch) | |
tree | 0e8ab882581e86dac1aeaab88bb59f672a9b3a91 | |
parent | e433bc1a1bd9bfa94a0caf211514614e1e414d95 (diff) | |
download | drakx-997c41463d16c2bcf42f4e39d23608d9da8edecd.tar drakx-997c41463d16c2bcf42f4e39d23608d9da8edecd.tar.gz drakx-997c41463d16c2bcf42f4e39d23608d9da8edecd.tar.bz2 drakx-997c41463d16c2bcf42f4e39d23608d9da8edecd.tar.xz drakx-997c41463d16c2bcf42f4e39d23608d9da8edecd.zip |
add r8169
-rw-r--r-- | kernel/list_modules.pm | 2 | ||||
-rw-r--r-- | kernel/modules.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 320e90cff..f57eaeb6e 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -19,7 +19,7 @@ our %l = ( if_(arch() !~ /alpha/ && arch() !~ /sparc/, qw(3c501 3c503 3c505 3c507 3c509 3c515), # 3c90x qw(82596 abyss ac3200 acenic aironet4500_card at1700 atp com20020-pci), - qw(cs89x0 de600 de620), + qw(cs89x0 de600 de620 r8169), qw(defxx orinoco_plx), # most unused qw(depca dgrs dmfe e100 e1000 e2100 eepro eepro100 eexpress epic100 eth16i), qw(ewrk3 hamachi hp hp-plus hp100 ibmtr), diff --git a/kernel/modules.pl b/kernel/modules.pl index b110917ff..cff4f9ed0 100644 --- a/kernel/modules.pl +++ b/kernel/modules.pl @@ -29,7 +29,7 @@ my @skip_modules_on_stage1 = ( qw(old_tulip rtl8139), if_(arch() =~ /alpha|ppc/, qw(sb1000)), qw( - tg3 + tg3 r8169 apa1480_cb imm ppa plip 3w-xxxx pci2220i qla2x00 i2o_block |