diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 21:01:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-02-11 21:01:07 +0000 |
commit | 1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20 (patch) | |
tree | b58f5dbe4d6edc9ff8d1964da89cded8c01cef69 | |
parent | fa604b2b5815221f4e2d36b89f1203cc6584b02f (diff) | |
download | drakx-1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20.tar drakx-1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20.tar.gz drakx-1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20.tar.bz2 drakx-1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20.tar.xz drakx-1572a5cd406c5c8b71f828c6ae62ffdbb7d3fc20.zip |
add sedlfax driver
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 5e157b55c..0626b8820 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -60,7 +60,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ - qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hisax hisax_fcpcipnp hysdn t1pci tpam w6692pci), + qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hisax hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), qw(fcpci fcdsl fcdsl fcdsl2 fcdslsl fcdslslusb fcdslusb fcdslusba fcusb fcusb2 fxusb fxusb_CZ) ], modem => [ |