1. 10 3月, 2007 2 次提交
    • R
      netxen: fix warnings · b8d095d7
      Ralf Baechle 提交于
        CC [M]  drivers/net/netxen/netxen_nic_hw.o
      drivers/net/netxen/netxen_nic_hw.c: In function 'netxen_nic_hw_resources':
      drivers/net/netxen/netxen_nic_hw.c:231: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t'
      drivers/net/netxen/netxen_nic_hw.c:250: warning: format '%llx' expects type 'long long unsigned int', but argument 2 has type 'dma_addr_t'
      
      u64 is unsigned long so the cast to u64 will result in a warning on the
      printf arguments for 64-bit builds.  So cast to unsigned long long instead.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      b8d095d7
    • R
      via-rhine: set avoid_D3 for broken BIOSes · e84df485
      Roger Luethi 提交于
      This patch sets avoid_D3 for BIOSes known to be broken. Said BIOSes fail
      at PXE boot if the chip is in power state D3.
      Signed-off-by: NRoger Luethi <rl@hellgate.ch>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e84df485
  2. 06 3月, 2007 17 次提交
  3. 03 3月, 2007 12 次提交
  4. 27 2月, 2007 9 次提交