[PATCH] net: add driver for the NIC on Cell Blades
authorJens Osterkamp <Jens.Osterkamp@de.ibm.com>
Mon, 5 Sep 2005 22:19:29 +0000 (15:19 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Wed, 7 Sep 2005 02:17:49 +0000 (22:17 -0400)
commitaaec0fab5f8809fe1509fdc204e769bb35ebe41a
tree8f2ae06374413dd9d3e56a12b0592be9bb58c6e5
parent25097d4bda4a554d8b4a9989c7d8bcb67ef53f48
[PATCH] net: add driver for the NIC on Cell Blades

This patch adds a driver for a new 1000 Mbit ethernet NIC.  It is
integrated on the south bridge that is used for our Cell Blades.

The code gets the MAC address from the Open Firmware device tree, so it
won't compile on platforms other than ppc64.

This is the first public release, so I don't expect the first version to
get merged, but I'd aim for integration within the 2.6.13 time frame.

Cc: Utz Bacher <utz.bacher@de.ibm.com>
Signed-off-by: Arnd Bergmann <arndb@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/spider_net.c [new file with mode: 0644]
drivers/net/spider_net.h [new file with mode: 0644]
drivers/net/spider_net_ethtool.c [new file with mode: 0644]
include/linux/pci_ids.h