-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 11295 b: refs/heads/master c: e9d5223 h: refs/heads/master i: 11293: 0b95204 11291: 1e229ec 11287: 75321a4 11279: 729bfb3 11263: 64a15b2 v: v3
- Loading branch information
Linus Torvalds
committed
Oct 29, 2005
1 parent
fdcac48
commit a75d3b4
Showing
91 changed files
with
9,644 additions
and
3,326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 09af7b443c257460d45cb6c1896d29f173fef35b | ||
refs/heads/master: e9d52234e35b27ea4ea5f2ab64ca47b1a0c740ab |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
config FS_ENET | ||
tristate "Freescale Ethernet Driver" | ||
depends on NET_ETHERNET && (CPM1 || CPM2) | ||
select MII | ||
|
||
config FS_ENET_HAS_SCC | ||
bool "Chip has an SCC usable for ethernet" | ||
depends on FS_ENET && (CPM1 || CPM2) | ||
default y | ||
|
||
config FS_ENET_HAS_FCC | ||
bool "Chip has an FCC usable for ethernet" | ||
depends on FS_ENET && CPM2 | ||
default y | ||
|
||
config FS_ENET_HAS_FEC | ||
bool "Chip has an FEC usable for ethernet" | ||
depends on FS_ENET && CPM1 | ||
default y | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# | ||
# Makefile for the Freescale Ethernet controllers | ||
# | ||
|
||
obj-$(CONFIG_FS_ENET) += fs_enet.o | ||
|
||
obj-$(CONFIG_8xx) += mac-fec.o mac-scc.o | ||
obj-$(CONFIG_8260) += mac-fcc.o | ||
|
||
fs_enet-objs := fs_enet-main.o fs_enet-mii.o mii-bitbang.o mii-fixed.o |
Oops, something went wrong.