Skip to content

Commit 42e0a64

Browse files
joonwparkkohler
authored andcommitted
Add polling patch for e1000-7.6.15.5 driver.
Work on this patch was sponsored by NemeanNetworks. Signed-off-by: Eddie Kohler <[email protected]>
1 parent dbfc712 commit 42e0a64

File tree

3 files changed

+750
-14
lines changed

3 files changed

+750
-14
lines changed

DISTFILES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,7 @@ e1000-4.x
233233
e1000-5.x
234234
e1000-7.x
235235
e1000-7.3.20-polling.patch
236+
e1000-7.6.15.5-polling.patch
236237
e1000e-0.4.1.7-2010-02-25.polling.patch
237238

238239
./drivers/e1000-4.x:

drivers/README

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
1-
This directory contains polling device drivers usable with Click. In
2-
particular:
1+
This directory contains polling device drivers usable with Click.
2+
3+
Our newest polling device drivers can be created by downloading a version
4+
of the driver and applying a patch. We provide patches for e1000-7.6.15.5
5+
and e1000e-0.4.1.7, and other versions. e1000e is the new version of the
6+
e1000 driver, suitable for newer cards. In general you should prefer
7+
drivers and patches with higher version numbers.
8+
9+
drivers/e1000-7.6.15.5-*.patch
10+
11+
To apply:
12+
1. Download and unpack the given version of the e1000 driver
13+
2. cd e1000-VERSION
14+
3. patch -p1 < CLICKDIR/drivers/e1000-VERSION*.patch
15+
16+
drivers/e1000e-0.4.1.7-*.patch
17+
18+
To apply:
19+
1. Download and unpack the given version of the e1000e driver
20+
2. cd e1000e-VERSION
21+
3. patch -p1 < CLICKDIR/drivers/e1000e-VERSION*.patch
22+
23+
24+
Older drivers are available as complete source, as follows:
325

426
drivers/e1000-4.x A polling version of Intel's E1000 driver, version
527
4.3.15, suitable for Linux 2.4 kernels
@@ -11,15 +33,3 @@ drivers/e1000-7.x A polling version of Intel's E1000 driver, version
1133
Matt Gordon and Massimiliano Poletto from Mazu
1234
Networks for providing the patch, with help from
1335
Roman Chertov (Purdue) and others.
14-
15-
Our newest polling device drivers can be created by downloading a version
16-
of the driver and applying a patch. We provide patches for e1000-7.3.20
17-
and e1000e-0.4.1.7. (e1000e is the new version of the e1000 driver,
18-
suitable for newer cards.)
19-
20-
drivers/e1000e-0.4.1.7-*.patch
21-
22-
To apply:
23-
1. Download and unpack the given version of the e1000e driver
24-
2. cd e1000e-VERSION
25-
3. patch -p1 < CLICKDIR/drivers/e1000e-VERSION*.patch

0 commit comments

Comments
 (0)