dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/sfc
Ben Hutchings 31b760202a sfc: Fix type of FALCON_SPI_MAX_LEN
FALCON_SPI_MAX_LEN has type size_t while other SPI lengths have type
unsigned int.  This results in warnings from min() on 64-bit
architectures where they are different.  Add a cast to make it match.

From: Steve Hodgson <shodgson@solarflare.com>
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
2008-09-24 18:54:42 -04:00
..
Kconfig sfc: Use kernel I2C system and i2c-algo-bit driver 2008-05-30 22:18:10 -04:00
Makefile sfc: Use kernel I2C system and i2c-algo-bit driver 2008-05-30 22:18:10 -04:00
bitfield.h sfc: Extend self-tests 2008-09-03 09:53:48 -04:00
boards.c sfc: Use explicit bool for boolean variables, parameters and return values 2008-09-03 09:53:45 -04:00
boards.h sfc: Make PHY flash mode a device attribute, not a module parameter 2008-09-03 09:53:47 -04:00
efx.c sfc: Make queue flushes more reliable 2008-09-24 18:54:37 -04:00
efx.h sfc: Extend self-tests 2008-09-03 09:53:48 -04:00
enum.h sfc: Use explicit bool for boolean variables, parameters and return values 2008-09-03 09:53:45 -04:00
ethtool.c sfc: Extend self-tests 2008-09-03 09:53:48 -04:00
ethtool.h
falcon.c sfc: Fix type of FALCON_SPI_MAX_LEN 2008-09-24 18:54:42 -04:00
falcon.h sfc: Make queue flushes more reliable 2008-09-24 18:54:37 -04:00
falcon_hwdefs.h sfc: Remove obsolete comment about PCI modes 2008-09-24 18:54:41 -04:00
falcon_io.h sfc: Don't include net_driver.h from falcon_io.h 2008-09-24 18:54:38 -04:00
falcon_xmac.c sfc: Remove workaround for old firmware bug 2008-09-24 18:54:35 -04:00
gmii.h
mac.h sfc: Remove remnants of multi-port abstraction for MAC registers 2008-09-03 09:53:48 -04:00
mdio_10g.c sfc: Make PHY flash mode a device attribute, not a module parameter 2008-09-03 09:53:47 -04:00
mdio_10g.h sfc: Use explicit bool for boolean variables, parameters and return values 2008-09-03 09:53:45 -04:00
net_driver.h sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate 2008-09-24 18:54:42 -04:00
phy.h sfc: Make PHY flash mode a device attribute, not a module parameter 2008-09-03 09:53:47 -04:00
rx.c sfc: Remove some unreachable error paths 2008-09-03 09:53:48 -04:00
rx.h sfc: Remove some unreachable error paths 2008-09-03 09:53:48 -04:00
selftest.c sfc: Extend self-tests 2008-09-03 09:53:48 -04:00
selftest.h sfc: Extend self-tests 2008-09-03 09:53:48 -04:00
sfe4001.c sfc: Remove workaround for old firmware bug 2008-09-24 18:54:35 -04:00
spi.h sfc: Export boot configuration in EEPROM through ethtool 2008-09-03 09:53:45 -04:00
tenxpress.c sfc: Stop generating bogus events in tenxpress_check_hw() 2008-09-24 18:54:39 -04:00
tx.c sfc: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS where appropriate 2008-09-24 18:54:42 -04:00
tx.h sfc: Remove some unreachable error paths 2008-09-03 09:53:48 -04:00
workarounds.h sfc: Remove workaround for old firmware bug 2008-09-24 18:54:35 -04:00
xenpack.h
xfp_phy.c sfc: Remove workaround for old firmware bug 2008-09-24 18:54:35 -04:00