Add and enable E1000E.

needed for any new intel board.

svn path=/dists/trunk/linux-2.6/; revision=9606
This commit is contained in:
Maximilian Attems 2007-10-03 19:18:52 +00:00
parent ad1cd07c4b
commit f9f9610e93
5 changed files with 27056 additions and 1 deletions

3
debian/changelog vendored
View File

@ -24,6 +24,7 @@ linux-2.6 (2.6.23~rc9-1~experimental.1) UNRELEASED; urgency=low
* Add and enable IWLWIFI.
* Add git-ieee1394.patch for latest firewire fixes.
* [ipv6] Enable IPV6_MULTIPLE_TABLES, IPV6_SUBTREES. (closes: #441226)
* Add and enable E1000E.
[ Martin Michlmayr ]
* [mips] Add a bcm1480 PCI build fix.
@ -57,7 +58,7 @@ linux-2.6 (2.6.23~rc9-1~experimental.1) UNRELEASED; urgency=low
[ dann frazier ]
* [ia64] Enable cciss module
-- Bastian Blank <waldi@debian.org> Wed, 03 Oct 2007 13:43:45 +0200
-- maximilian attems <maks@debian.org> Wed, 03 Oct 2007 21:16:37 +0200
linux-2.6 (2.6.22-5) UNRELEASED; urgency=low

View File

@ -1545,6 +1545,7 @@ CONFIG_ACENIC=m
# CONFIG_ACENIC_OMIT_TIGON_I is not set
CONFIG_E1000_NAPI=y
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
CONFIG_E1000E=m
CONFIG_SKGE=m
CONFIG_SKY2=m
# CONFIG_SKY2_DEBUG is not set

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -43,3 +43,5 @@
+ bugfix/arm/disable-bcm43xx.patch
+ bugfix/all/git-ieee1394.patch
+ features/all/v7-iwlwifi-add-iwlwifi-wireless-drivers.patch
+ features/all/e1000e-20070806.patch
+ features/all/e1000e-fixes.patch