diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 12:12:31 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2002-07-22 12:12:31 +0000 |
commit | aea0d2d89350e488362edaac646415ba58ae45ef (patch) | |
tree | fb3c6c33af6727b177354b0553797347a83d5731 | |
parent | 161b278cf8a418541f1ddf0f4d08c30bf8a9fe73 (diff) | |
download | drakx-aea0d2d89350e488362edaac646415ba58ae45ef.tar drakx-aea0d2d89350e488362edaac646415ba58ae45ef.tar.gz drakx-aea0d2d89350e488362edaac646415ba58ae45ef.tar.bz2 drakx-aea0d2d89350e488362edaac646415ba58ae45ef.tar.xz drakx-aea0d2d89350e488362edaac646415ba58ae45ef.zip |
add iph5526 network module (fibre channel)
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 861286237..ce9ec9765 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -26,6 +26,8 @@ our %l = ( qw(lance natsemi ne ne2k-pci ni5010 ni52 ni65 olympic pcnet32 plip rcpci), #old_tulip qw(sb1000 sis900 sk98lin smc-ultra smc9194 starfire tlan tmspci tulip via-rhine), #sktr qw(wd winbond-840 yellowfin ns83820), + + qw(iph5526), #- fibre channel ), qw(3c59x 8139too sundance dl2k), #rtl8139 ], |