Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=983b7dc07f083d7d78f408a6f841b399b954767d
Commit:     983b7dc07f083d7d78f408a6f841b399b954767d
Parent:     b245fb675bf03d716b84dcb40885aeb50041dcca
Author:     maximilian attems <[EMAIL PROTECTED]>
AuthorDate: Sun Jun 24 23:36:45 2007 +0200
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Mon Jul 2 08:24:51 2007 -0400

    starfire list alpha as 64 bit arch
    
    instead of:
    "This driver has not been ported to this 64-bit architecture yet."
    the driver is said to work on alpha, see
    http://bugs.debian.org/305330
    
    Signed-off-by: maximilian attems <[EMAIL PROTECTED]>
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 drivers/net/starfire.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/net/starfire.c b/drivers/net/starfire.c
index 9d6e454..786d4b9 100644
--- a/drivers/net/starfire.c
+++ b/drivers/net/starfire.c
@@ -152,7 +152,7 @@ static int full_duplex[MAX_UNITS] = {0, };
  * This SUCKS.
  * We need a much better method to determine if dma_addr_t is 64-bit.
  */
-#if (defined(__i386__) && defined(CONFIG_HIGHMEM64G)) || defined(__x86_64__) 
|| defined (__ia64__) || defined(__mips64__) || (defined(__mips__) && 
defined(CONFIG_HIGHMEM) && defined(CONFIG_64BIT_PHYS_ADDR))
+#if (defined(__i386__) && defined(CONFIG_HIGHMEM64G)) || defined(__x86_64__) 
|| defined (__ia64__) || defined(__alpha__) || defined(__mips64__) || 
(defined(__mips__) && defined(CONFIG_HIGHMEM) && 
defined(CONFIG_64BIT_PHYS_ADDR))
 /* 64-bit dma_addr_t */
 #define ADDR_64BITS    /* This chip uses 64 bit addresses. */
 #define netdrv_addr_t u64
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to