Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 66540
b: refs/heads/master
c: bc7f75f
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and David S. Miller committed Oct 10, 2007
1 parent 7f10614 commit e4d85e3
Show file tree
Hide file tree
Showing 15 changed files with 17,844 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cbdb9e43d1fc50cfa509b1006e7252dc4ea53aa0
refs/heads/master: bc7f75fa97884d41efbfde1397b621fefb2550b4
23 changes: 23 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2055,6 +2055,29 @@ config E1000_DISABLE_PACKET_SPLIT

If in doubt, say N.

config E1000E
tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
depends on PCI
---help---
This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
ethernet family of adapters. For PCI or PCI-X e1000 adapters,
use the regular e1000 driver For more information on how to
identify your adapter, go to the Adapter & Driver ID Guide at:

<http://support.intel.com/support/network/adapter/pro100/21397.htm>

For general information and support, go to the Intel support
website at:

<http://support.intel.com>

More specific information on configuring the driver is in
<file:Documentation/networking/e1000e.txt>.

To compile this driver as a module, choose M here and read
<file:Documentation/networking/net-modules.txt>. The module
will be called e1000e.

source "drivers/net/ixp2000/Kconfig"

config MYRI_SBUS
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#

obj-$(CONFIG_E1000) += e1000/
obj-$(CONFIG_E1000E) += e1000e/
obj-$(CONFIG_IBM_EMAC) += ibm_emac/
obj-$(CONFIG_IXGB) += ixgb/
obj-$(CONFIG_CHELSIO_T1) += chelsio/
Expand Down
Loading

0 comments on commit e4d85e3

Please sign in to comment.