diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-27 06:55:31 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-05-27 06:55:31 +0000 |
commit | 25087d0e39a524c8a71bf621e7d9046f24c0603b (patch) | |
tree | e7094e29c12585c1e8700e35893bff606429dd66 | |
parent | 7393d8cad695e981eaad90fb1705dd0eb1c3b6e2 (diff) | |
download | drakx-25087d0e39a524c8a71bf621e7d9046f24c0603b.tar drakx-25087d0e39a524c8a71bf621e7d9046f24c0603b.tar.gz drakx-25087d0e39a524c8a71bf621e7d9046f24c0603b.tar.bz2 drakx-25087d0e39a524c8a71bf621e7d9046f24c0603b.tar.xz drakx-25087d0e39a524c8a71bf621e7d9046f24c0603b.zip |
- add new hfc4s8s_l1 ISDN driver
- add new bnx2 gigabit driver
- add new ads7846_ts, gunze, hp680_ts_input & mk712 mtouch touchscreen drivers
-rw-r--r-- | kernel/list_modules.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index db38e3643..ac6c963bd 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -36,7 +36,7 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(cxgb dl2k e1000 ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge tg3 via-velocity yellowfin ), + qw(bnx2 cxgb dl2k e1000 ixgb myri_sbus ns83820 r8169 s2io sis190 sk98lin skge tg3 via-velocity yellowfin ), qw(bcm5820 bcm5700), #- encrypted ], @@ -63,7 +63,7 @@ our %l = ( if_(arch() =~ /ppc/, qw(airport)), ], isdn => [ - qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hfc_usb hisax hisax_st5481 hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), + qw(avmfritz c4 cdc-acm b1pci divas hfc4s8s_l1 hfc_usb hfc4s8s_l1 hisax hisax_st5481 hisax_fcpcipnp hysdn sedlfax t1pci tpam w6692pci), qw(fcpci fcdsl fcdsl fcdsl2 fcdslsl fcdslslusb fcdslusb fcdslusba fcusb fcusb2 fxusb fxusb_CZ) ], modem => [ @@ -206,7 +206,7 @@ our %l = ( remote => [ qw(ati_remote) ], # USB tablets and touchscreens: tablet => [ qw(acecad aiptek wacom kbtab) ], - touchscreen => [ qw(mtouchusb touchkitusb) ], + touchscreen => [ qw(ads7846_ts gunze hp680_ts_input mk712 mtouch mtouchusb touchkitusb) ], }, various => |