1. 15 7月, 2007 1 次提交
  2. 13 7月, 2007 1 次提交
    • L
      Revert "[BNX2]: Seems to not need net/tcp.h" · de081fa5
      Linus Torvalds 提交于
      This reverts commit 963bd949.  The
      driver _does_ need the networking header files;
      
      	  CC [M]  drivers/net/bnx2.o
      	drivers/net/bnx2.c: In function 'bnx2_start_xmit':
      	drivers/net/bnx2.c:5177: warning: implicit declaration of function 'tcp_optlen'
      	drivers/net/bnx2.c:5181: error: invalid application of 'sizeof' to incomplete type 'struct ipv6hdr'
      	drivers/net/bnx2.c:5202: error: invalid application of 'sizeof' to incomplete type 'struct tcphdr'
      	drivers/net/bnx2.c:5207: warning: implicit declaration of function 'tcp_hdr'
      	drivers/net/bnx2.c:5207: error: invalid type argument of '->'
      	make[2]: *** [drivers/net/bnx2.o] Error 1
      	make[1]: *** [drivers/net] Error 2
      	make: *** [drivers] Error 2
      
      Cc: Ilpo Jävinen <ilpo.jarvinen@helsinki.fi>
      Cc: David Miller <davem@davemloft.net>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      de081fa5
  3. 12 7月, 2007 1 次提交
    • A
      PCI: Change all drivers to use pci_device->revision · 44c10138
      Auke Kok 提交于
      Instead of all drivers reading pci config space to get the revision
      ID, they can now use the pci_device->revision member.
      
      This exposes some issues where drivers where reading a word or a dword
      for the revision number, and adding useless error-handling around the
      read. Some drivers even just read it for no purpose of all.
      
      In devices where the revision ID is being copied over and used in what
      appears to be the equivalent of hotpath, I have left the copy code
      and the cached copy as not to influence the driver's performance.
      
      Compile tested with make all{yes,mod}config on x86_64 and i386.
      Signed-off-by: NAuke Kok <auke-jan.h.kok@intel.com>
      Acked-by: NDave Jones <davej@redhat.com>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      44c10138
  4. 11 7月, 2007 10 次提交
  5. 08 6月, 2007 5 次提交
  6. 03 6月, 2007 1 次提交
  7. 04 5月, 2007 15 次提交
  8. 26 4月, 2007 5 次提交
  9. 25 4月, 2007 1 次提交