Skip to content

Commit 1f26dac

Browse files
committed
[NET]: Add Sun Cassini driver.
Written by Adrian Sun ([email protected]). Ported to 2.6.x by Tom 'spot' Callaway <[email protected]>. Further cleaned up and integrated by David S. Miller Signed-off-by: David S. Miller <[email protected]>
1 parent a79af59 commit 1f26dac

File tree

5 files changed

+9747
-0
lines changed

5 files changed

+9747
-0
lines changed

drivers/net/Kconfig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,14 @@ config SUNGEM
548548
Support for the Sun GEM chip, aka Sun GigabitEthernet/P 2.0. See also
549549
<http://www.sun.com/products-n-solutions/hardware/docs/pdf/806-3985-10.pdf>.
550550

551+
config CASSINI
552+
tristate "Sun Cassini support"
553+
depends on NET_ETHERNET && PCI
554+
select CRC32
555+
help
556+
Support for the Sun Cassini chip, aka Sun GigaSwift Ethernet. See also
557+
<http://www.sun.com/products-n-solutions/hardware/docs/pdf/817-4341-10.pdf>
558+
551559
config NET_VENDOR_3COM
552560
bool "3COM cards"
553561
depends on NET_ETHERNET && (ISA || EISA || MCA || PCI)

drivers/net/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ obj-$(CONFIG_SUNQE) += sunqe.o
2828
obj-$(CONFIG_SUNBMAC) += sunbmac.o
2929
obj-$(CONFIG_MYRI_SBUS) += myri_sbus.o
3030
obj-$(CONFIG_SUNGEM) += sungem.o sungem_phy.o
31+
obj-$(CONFIG_CASSINI) += cassini.o
3132

3233
obj-$(CONFIG_MACE) += mace.o
3334
obj-$(CONFIG_BMAC) += bmac.o

0 commit comments

Comments
 (0)