diff options
author | Pascal Terjan <pterjan@mandriva.org> | 2009-09-15 09:12:09 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mandriva.org> | 2009-09-15 09:12:09 +0000 |
commit | 991632c15432210e4d52bfa0ef8d9605b9cecc3a (patch) | |
tree | 69353a3e398035ceb0781d807bf66acb0f266d35 /kernel/list_modules.pm | |
parent | 72f2edb81ff354e31aafc18bae7bc98c222749e9 (diff) | |
download | drakx-991632c15432210e4d52bfa0ef8d9605b9cecc3a.tar drakx-991632c15432210e4d52bfa0ef8d9605b9cecc3a.tar.gz drakx-991632c15432210e4d52bfa0ef8d9605b9cecc3a.tar.bz2 drakx-991632c15432210e4d52bfa0ef8d9605b9cecc3a.tar.xz drakx-991632c15432210e4d52bfa0ef8d9605b9cecc3a.zip |
Update for 2.6.31 (sxg->sxg_nic, smsusb)
Diffstat (limited to 'kernel/list_modules.pm')
-rw-r--r-- | kernel/list_modules.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 295a884a2..93131c313 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -41,7 +41,8 @@ our %l = ( ], firewire => [ qw(eth1394 pcilynx) ], gigabit => [ - qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg sis190 sk98lin skge sky2 slicoss spidernet tehuti tg3 via-velocity virtio_net yellowfin), + qw(atl1 atl1c atl1e be2net bnx2 bnx2x cxgb cxgb3 dl2k e1000 e1000e et131x igb ipg ixgb ixgbe myri_sbus netxen_nic ns83820 qla3xxx r8169 s2io sfc sxg_nic + sis190 sk98lin skge sky2 slicoss spidernet tehuti tg3 via-velocity virtio_net yellowfin), qw(bcm5820 bcm5700), #- encrypted ], @@ -217,7 +218,7 @@ our %l = ( qw(dvb-usb-ce6230 dvb-usb-cinergyT2 dvb-usb-cxusb), qw(dvb-usb-dib0700 dvb-usb-dibusb-mb dvb-usb-dibusb-mc dvb-usb-digitv dvb-usb-dtt200u dvb-usb-dtv5100), qw(dvb-usb-gp8ps dvb-usb-nova-t-usb2 dvb-usb-ttusb2 dvb-usb-umt-010 dvb-usb-vp702x dvb-usb-vp7045), - qw(firedtv hexium_gemini hexium_orion pluto2 skystar2 ttusb_dec), + qw(firedtv hexium_gemini hexium_orion pluto2 skystar2 ttusb_dec smsusb), ], photo => [ qw(dc2xx mdc800) ], radio => [ qw(radio-gemtek-pci radio-maestro radio-maxiradio) ], |