This driver does some dodgy stuff, reading a 32-bit value directly from the hardware, calling bus_to_virt() on it, and then pretending that will work just fine on 64-bit.
Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]> diff --git a/drivers/atm/Kconfig b/drivers/atm/Kconfig index cfa5af8..8903ecf 100644 --- a/drivers/atm/Kconfig +++ b/drivers/atm/Kconfig @@ -139,7 +139,7 @@ config ATM_ENI_BURST_RX_2W config ATM_FIRESTREAM tristate "Fujitsu FireStream (FS50/FS155) " - depends on PCI && ATM + depends on PCI && ATM && 32BIT help Driver for the Fujitsu FireStream 155 (MB86697) and FireStream 50 (MB86695) ATM PCI chips. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html