Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131688
b: refs/heads/master
c: 43250dd
h: refs/heads/master
v: v3
  • Loading branch information
Jie Yang authored and David S. Miller committed Feb 19, 2009
1 parent 6d15e7c commit 33eb4ae
Show file tree
Hide file tree
Showing 9 changed files with 5,121 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: 92a0acce186cde8ead56c6915d9479773673ea1a
refs/heads/master: 43250ddd75a35d1f7926d989a10fefd30c37eaa7
11 changes: 11 additions & 0 deletions trunk/drivers/net/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2342,6 +2342,17 @@ config ATL1E
To compile this driver as a module, choose M here. The module
will be called atl1e.

config ATL1C
tristate "Atheros L1C Gigabit Ethernet support (EXPERIMENTAL)"
depends on PCI && EXPERIMENTAL
select CRC32
select MII
help
This driver supports the Atheros L1C gigabit ethernet adapter.

To compile this driver as a module, choose M here. The module
will be called atl1c.

config JME
tristate "JMicron(R) PCI-Express Gigabit Ethernet support"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ obj-$(CONFIG_BONDING) += bonding/
obj-$(CONFIG_ATL1) += atlx/
obj-$(CONFIG_ATL2) += atlx/
obj-$(CONFIG_ATL1E) += atl1e/
obj-$(CONFIG_ATL1C) += atl1c/
obj-$(CONFIG_GIANFAR) += gianfar_driver.o
obj-$(CONFIG_TEHUTI) += tehuti.o
obj-$(CONFIG_ENIC) += enic/
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/atl1c/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_ATL1C) += atl1c.o
atl1c-objs := atl1c_main.o atl1c_hw.o atl1c_ethtool.o
Loading

0 comments on commit 33eb4ae

Please sign in to comment.