Mark CHELSIO_T3 as broken on ARM.

svn path=/dists/trunk/linux-2.6/; revision=8508
This commit is contained in:
Martin Michlmayr 2007-04-25 14:18:14 +00:00
parent e1768e9ed5
commit aa0c7f0568
4 changed files with 38 additions and 0 deletions

1
debian/changelog vendored
View File

@ -14,6 +14,7 @@ linux-2.6 (2.6.21~rc7-1~experimental.1) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* Add armel (arm with EABI) support. Thanks, Lennert Buytenhek and
Joey Hess. Closes: #410853.
* Mark CHELSIO_T3 as broken on ARM.
-- maximilian attems <maks@debian.org> Tue, 10 Apr 2007 14:42:30 +0200

View File

@ -0,0 +1,24 @@
diff -Naur linux-2.6-2.6.20.orig/drivers/mtd/nand/Kconfig linux-2.6-2.6.20/drivers/mtd/nand/Kconfig
--- linux-2.6-2.6.20.orig/drivers/mtd/nand/Kconfig 2007-02-04 11:44:54.000000000 -0700
+++ linux-2.6-2.6.20/drivers/mtd/nand/Kconfig 2007-04-18 22:02:18.000000000 -0600
@@ -223,7 +223,7 @@
config MTD_NAND_CAFE
tristate "NAND support for OLPC CAFÉ chip"
- depends on PCI
+ depends on PCI && (!ARM || BROKEN)
help
Use NAND flash attached to the CAFÉ chip designed for the $100
laptop.
diff -Naur linux-2.6-2.6.20.orig/drivers/net/Kconfig linux-2.6-2.6.20/drivers/net/Kconfig
--- linux-2.6-2.6.20.orig/drivers/net/Kconfig 2007-04-18 22:16:48.000000000 -0600
+++ linux-2.6-2.6.20/drivers/net/Kconfig 2007-04-18 22:16:29.000000000 -0600
@@ -2484,7 +2484,7 @@
config NETXEN_NIC
tristate "NetXen Multi port (1/10) Gigabit Ethernet NIC"
- depends on PCI && (!SPARC32 || BROKEN)
+ depends on PCI && (!SPARC32 || BROKEN) && (!ARM || BROKEN)
help
This enables the support for NetXen's Gigabit Ethernet card.

View File

@ -0,0 +1,11 @@
--- linux-2.6-2.6.20/drivers/net/Kconfig~ 2007-04-25 14:10:24.000000000 +0000
+++ linux-2.6-2.6.20/drivers/net/Kconfig 2007-04-25 14:11:20.000000000 +0000
@@ -2373,7 +2373,7 @@
config CHELSIO_T3
tristate "Chelsio Communications T3 10Gb Ethernet support"
- depends on PCI
+ depends on PCI && (!ARM || BROKEN)
select FW_LOADER
help
This driver supports Chelsio T3-based gigabit and 10Gb Ethernet

View File

@ -29,6 +29,8 @@
+ features/arm/ixp4xx-net-driver-improve-mac-handling.patch
+ bugfix/drivers-bus_to_virt.patch
+ bugfix/arm/disable-broken-config-options.patch
+ bugfix/arm/disable-broken-config-options2.patch
+ bugfix/arm/disable-broken-config-options3.patch
# check upstream fix!?
#+ bugfix/arm/cyber2010_burst.patch
+ bugfix/arm/rtc-rs5c372-n2100.patch