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:
3
25
4
26
drivers/e1000-4.x A polling version of Intel's E1000 driver, version
5
27
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
11
33
Matt Gordon and Massimiliano Poletto from Mazu
12
34
Networks for providing the patch, with help from
13
35
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