X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/15064b00d64b02707538f80097002e80b0bcf02a..035919bae2a04c093720c7b82640f3def72980ae:/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch diff --git a/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch b/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch index 2437e7ba9..d38df0552 100644 --- a/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch +++ b/target/linux/generic-2.6/patches-2.6.22/999-icplus.patch @@ -14,11 +14,9 @@ Signed-off-by: Kim Phillips Signed-off-by: Jeff Garzik --- -diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig -index 09b6f25..dd09011 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig -@@ -55,6 +55,11 @@ config BROADCOM_PHY +@@ -55,6 +55,11 @@ ---help--- Currently supports the BCM5411, BCM5421 and BCM5461 PHYs. @@ -30,19 +28,14 @@ index 09b6f25..dd09011 100644 config FIXED_PHY tristate "Drivers for PHY emulation on fixed speed/link" ---help--- -diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile -index bcd1efb..8885650 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile -@@ -11,4 +11,5 @@ obj-$(CONFIG_QSEMI_PHY) += qsemi.o +@@ -11,4 +11,5 @@ obj-$(CONFIG_SMSC_PHY) += smsc.o obj-$(CONFIG_VITESSE_PHY) += vitesse.o obj-$(CONFIG_BROADCOM_PHY) += broadcom.o +obj-$(CONFIG_ICPLUS_PHY) += icplus.o obj-$(CONFIG_FIXED_PHY) += fixed.o -diff --git a/drivers/net/phy/icplus.c b/drivers/net/phy/icplus.c -new file mode 100644 -index 0000000..af3f1f2 --- /dev/null +++ b/drivers/net/phy/icplus.c @@ -0,0 +1,134 @@