12 Nov, 2005

37 commits


11 Nov, 2005

3 commits

  • As part of the ISO C9x conversion gcc deprecates concatenation with
    __FUNCTION__ because __FUNCTION__ is not a preprocessor macro.

    Signed-off-by: Clemens Buchacher
    Signed-off-by: Maximilian Attems
    Signed-off-by: Domen Puncer
    Signed-off-by: Alexey Dobriyan
    Signed-off-by: Ralf Baechle
    Signed-off-by: Jeff Garzik

    Ralf Baechle
     
  • The following patch support the SMC9111 present on DB1200 boards.

    Signed-off-by: Nicolas Pitre
    Signed-off-by: Jeff Garzik

    Pete Popov
     
  • o Try to work around some of the undocumented "features" of the SAA9730
    o Use netdev_priv() instead of the previous broken mechanism to allocate
    the private data structure.
    o Try to make sure we don't leak resources on exit.
    o No more need to call SET_MODULE_OWNER in 2.6.
    o Use pci_free_consistent instead of homegrown architecture-specific
    allocation.

    Signed-off-by: Ralf Baechle

    drivers/net/saa9730.c | 531 +++++++++++++++++++++++---------------------------
    1 files changed, 249 insertions(+), 282 deletions(-)
    Signed-off-by: Jeff Garzik

    Ralf Baechle