]> err.no Git - linux-2.6/blobdiff - drivers/net/bnx2.c
[TC] defxx: TURBOchannel support
[linux-2.6] / drivers / net / bnx2.c
index 8e96154be031a113896bb4ba80521f8e01409f6e..5a96d7611af1f4dc0f573d6c12b07e5bc79787fc 100644 (file)
@@ -42,7 +42,6 @@
 #include <net/ip.h>
 #include <net/tcp.h>
 #include <net/checksum.h>
-#define BCM_TSO 1
 #include <linux/workqueue.h>
 #include <linux/crc32.h>
 #include <linux/prefetch.h>
@@ -5948,8 +5947,7 @@ bnx2_init_board(struct pci_dev *pdev, struct net_device *dev)
         * responding after a while.
         *
         * AMD believes this incompatibility is unique to the 5706, and
-        * prefers to locally disable MSI rather than globally disabling it
-        * using pci_msi_quirk.
+        * prefers to locally disable MSI rather than globally disabling it.
         */
        if (CHIP_NUM(bp) == CHIP_NUM_5706 && disable_msi == 0) {
                struct pci_dev *amd_8132 = NULL;