backport atl1e driver patch from linus tree

needed in newer little asus boxes.

svn path=/dists/trunk/linux-2.6/; revision=11888
This commit is contained in:
Maximilian Attems 2008-07-23 22:22:52 +00:00
parent 216f7e5748
commit 58c28e2098
4 changed files with 5320 additions and 0 deletions

1
debian/changelog vendored
View File

@ -71,6 +71,7 @@ linux-2.6 (2.6.26-1~experimental.1) UNRELEASED; urgency=low
* [amd64] Enable default disabled memtest boot param.
* topconfig: Enable PATA_SIS instead of SATA_SIS. (closes: #485609)
* Add OpenVZ countainer flavour for amd64, i386. (closes: #392015)
* atl1e driver for Atheros(R) L1e Fast Ethernet. (closes: #492029)
[ Martin Michlmayr ]
* [arm/orion5x] Update the config to reflect upstream renaming this

View File

@ -1010,6 +1010,7 @@ CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set
CONFIG_QLA3XXX=m
CONFIG_ATL1=m
CONFIG_ATL1E=m
CONFIG_NETDEV_10000=y
CONFIG_CHELSIO_T1=m
CONFIG_CHELSIO_T1_1G=y

File diff suppressed because it is too large Load Diff

View File

@ -56,3 +56,4 @@
+ features/all/xen/tip-x86.patch
+ bugfix/all/x86-acpi-sleep-x61s.patch
+ bugfix/powerpc/mm-mol.patch
+ features/all/drivers-net-atl1e.patch