debian/patches/debian/dfsg/drivers-net-bnx2-request_firmware-1.patch:

Fold in drivers-net-bnx2-fw-verfix.patch.

svn path=/dists/trunk/linux-2.6/; revision=13353
This commit is contained in:
Bastian Blank 2009-04-06 10:45:04 +00:00
parent 93d3129da8
commit a91cdf28dc
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ index 5ebde67..5401dab 100644
#define PFX DRV_MODULE_NAME ": "
#define DRV_MODULE_VERSION "1.9.3"
#define DRV_MODULE_RELDATE "March 17, 2009"
+#define FW_FILE_06 "bnx2-06-4.4.1.fw"
+#define FW_FILE_09 "bnx2-09-4.4.26.fw"
+#define FW_FILE_06 "bnx2-06-4.6.16.fw"
+#define FW_FILE_09 "bnx2-09-4.6.15.fw"
#define RUN_AT(x) (jiffies + (x))