]> Git Repo - linux.git/commit
ssb: Add Gigabit Ethernet driver
authorMichael Buesch <[email protected]>
Fri, 29 Feb 2008 10:36:12 +0000 (11:36 +0100)
committerJohn W. Linville <[email protected]>
Thu, 6 Mar 2008 22:09:43 +0000 (17:09 -0500)
commitaab547ce0d1493d400b6468c521a0137cd8c1edf
tree84625da40d905669a28a5770de111225667d5f27
parent69d3b6f491545d326135a1def4e290cd577c9a36
ssb: Add Gigabit Ethernet driver

This adds the Gigabit Ethernet driver for the SSB
Gigabit Ethernet core. This driver actually is a frontend to
the Tigon3 driver. So the real work is done by tg3.
This device is used in the Linksys WRT350N.

Signed-off-by: Michael Buesch <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/ssb/Kconfig
drivers/ssb/Makefile
drivers/ssb/driver_gige.c [new file with mode: 0644]
drivers/ssb/driver_mipscore.c
drivers/ssb/driver_pcicore.c
drivers/ssb/embedded.c
drivers/ssb/main.c
drivers/ssb/ssb_private.h
include/linux/ssb/ssb.h
include/linux/ssb/ssb_driver_gige.h [new file with mode: 0644]
include/linux/ssb/ssb_driver_pci.h
This page took 0.054395 seconds and 4 git commands to generate.