udeb: Add various net and SCSI drivers

svn path=/dists/sid/linux/; revision=19480
This commit is contained in:
Ben Hutchings 2012-11-06 03:50:45 +00:00
parent 3432ebd894
commit a3ec512e20
6 changed files with 52 additions and 8 deletions

11
debian/changelog vendored
View File

@ -29,7 +29,16 @@ linux (3.2.33-1) UNRELEASED; urgency=low
* [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886; * [x86] udeb: Re-add isci to scsi-extra-modules (Closes: #690886;
regression of #652897 in version 3.2~rc7-1~experimental.1 due to regression of #652897 in version 3.2~rc7-1~experimental.1 due to
mis-merge) mis-merge)
* udeb: Add 8021q to nic-extra-modules (Closes: #689159) * udeb: Add missing net drivers:
- Add 8021q (Closes: #689159), cxgb4, cxgb4vf, igbvf, int51x1,
ixgbevf, micrel, mlx4_en, pch_gbe, qlge, smsc75xx, smsc9420,
smsc95xx, tehuti, vxge to nic-extra-modules
- Add adm8211, at76c50x-usb, b43legacy, iwl4965, libertas_tf_usb,
mwifiex_pcie, mwl8k, orinoco_usb, prism2_usb, r8187se, r8192e_pci,
r8712u, rtl8192ce (Closes: #686605), rtl8192cu, rtl8192de, rtl8192se
vt6656_stage to nic-wireless-modules
- Move broadcom to nic-modules, as it may be needed by tg3
* udeb: Add bnx2fc, fnic, pmcraid to scsi-extra-modules
-- Ben Hutchings <ben@decadent.org.uk> Wed, 24 Oct 2012 14:15:57 +0100 -- Ben Hutchings <ben@decadent.org.uk> Wed, 24 Oct 2012 14:15:57 +0100

View File

@ -1,5 +1,3 @@
# Note that this is an incomplete list that tries to be a common subset
# that is right for most kernels. Suppliment with any others.
82596 ? 82596 ?
abyss ? abyss ?
ac3200 ? ac3200 ?
@ -103,13 +101,27 @@ jme ?
enic ? enic ?
be2net ? be2net ?
myri10ge ? myri10ge ?
sc92031 ? # inet_lro is shared but now only used by myri10ge (and the iw_nes IB driver)
inet_lro ? inet_lro ?
sc92031 ?
qlcnic ? qlcnic ?
bna ? bna ?
cxgb4 ?
cxgb4vf ?
igbvf ?
ixgbevf ?
mlx4_en ?
vxge ?
pch_gbe ?
qlge ?
smsc9420 ?
tehuti ?
int51x1 ?
smsc75xx ?
smsc95xx ?
# phy drivers # phy drivers
broadcom ? # broadcom is in nic-modules
cicada ? cicada ?
davicom ? davicom ?
et1011c ? et1011c ?
@ -117,6 +129,7 @@ icplus ?
lxt ? lxt ?
marvell ? marvell ?
mdio-bitbang ? mdio-bitbang ?
micrel ?
national ? national ?
qsemi ? qsemi ?
realtek ? realtek ?

View File

@ -1,4 +1,4 @@
# Some very common nic modules. # Some historically common net drivers
3c59x 3c59x
8139too 8139too
e100 e100
@ -9,3 +9,6 @@ tulip
winbond-840 winbond-840
eth1394 ? eth1394 ?
xen-netfront ? xen-netfront ?
# PHY driver, may be needed by tg3
broadcom ?

View File

@ -19,10 +19,9 @@ ath9k_htc ?
carl9170 ? carl9170 ?
iwlwifi ? iwlwifi ?
iwl3945 ? iwl3945 ?
iwl4965 ?
b43 ? b43 ?
brcmsmac ? brcmsmac ?
# rt2x00 drivers
rt2400pci ? rt2400pci ?
rt2500pci ? rt2500pci ?
rt2500usb ? rt2500usb ?
@ -30,6 +29,22 @@ rt2800pci ?
rt2800usb ? rt2800usb ?
rt61pci ? rt61pci ?
rt73usb ? rt73usb ?
adm8211 ?
at76c50x-usb ?
b43legacy ?
libertas_tf_usb ?
mwifiex_pcie ?
mwl8k ?
orinoco_usb ?
rtl8192ce ?
rtl8192cu ?
rtl8192de ?
rtl8192se ?
r8187se ?
r8192e_pci ?
r8712u ?
vt6656_stage ?
prism2_usb ?
# lib80211 encryption algorithms # lib80211 encryption algorithms
lib80211_crypt_wep ? lib80211_crypt_wep ?

View File

@ -1,3 +1,4 @@
# Some historically common SCSI drivers
aic79xx aic79xx
aic7xxx aic7xxx
BusLogic ? BusLogic ?

View File

@ -36,6 +36,9 @@ qla4xxx ?
qla2xxx ? qla2xxx ?
pm8001 ? pm8001 ?
isci ? isci ?
bnx2fc ?
fnic ?
pmcraid ?
# VMWare # VMWare
vmw_pvscsi ? vmw_pvscsi ?