From 997c41463d16c2bcf42f4e39d23608d9da8edecd Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 29 Aug 2002 23:17:20 +0000 Subject: add r8169 --- kernel/list_modules.pm | 2 +- 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 -- cgit v1.2.1