Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
ed90d9a9
Commit
ed90d9a9
authored
Nov 30, 2002
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[netdrvr] add "r8169", new driver for Realtek 8169 gigabit ethernet
parent
648532a4
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1235 additions
and
0 deletions
+1235
-0
drivers/net/Kconfig
drivers/net/Kconfig
+11
-0
drivers/net/Makefile
drivers/net/Makefile
+1
-0
drivers/net/Makefile.lib
drivers/net/Makefile.lib
+1
-0
drivers/net/r8169.c
drivers/net/r8169.c
+1222
-0
No files found.
drivers/net/Kconfig
View file @
ed90d9a9
...
@@ -1719,6 +1719,17 @@ config YELLOWFIN
...
@@ -1719,6 +1719,17 @@ config YELLOWFIN
say M here and read <file:Documentation/modules.txt>. This is
say M here and read <file:Documentation/modules.txt>. This is
recommended. The module will be called yellowfin.o.
recommended. The module will be called yellowfin.o.
config R8169
tristate "Realtek 8169 gigabit ethernet support"
depends on PCI
---help---
Say Y here if you have a Realtek 8169 PCI Gigabit Ethernet adapter.
If you want to compile this driver as a module ( = code which can be
inserted in and removed from the running kernel whenever you want),
say M here and read <file:Documentation/modules.txt>. This is
recommended. The module will be called r8169.o.
config SK98LIN
config SK98LIN
tristate "SysKonnect SK-98xx support"
tristate "SysKonnect SK-98xx support"
depends on PCI
depends on PCI
...
...
drivers/net/Makefile
View file @
ed90d9a9
...
@@ -182,6 +182,7 @@ obj-$(CONFIG_MACMACE) += macmace.o
...
@@ -182,6 +182,7 @@ obj-$(CONFIG_MACMACE) += macmace.o
obj-$(CONFIG_MAC89x0)
+=
mac89x0.o
obj-$(CONFIG_MAC89x0)
+=
mac89x0.o
obj-$(CONFIG_TUN)
+=
tun.o
obj-$(CONFIG_TUN)
+=
tun.o
obj-$(CONFIG_DL2K)
+=
dl2k.o
obj-$(CONFIG_DL2K)
+=
dl2k.o
obj-$(CONFIG_R8169)
+=
r8169.o
obj-$(CONFIG_ARCH_ACORN)
+=
../acorn/net/
obj-$(CONFIG_ARCH_ACORN)
+=
../acorn/net/
obj-$(CONFIG_NET_FC)
+=
fc
/
obj-$(CONFIG_NET_FC)
+=
fc
/
...
...
drivers/net/Makefile.lib
View file @
ed90d9a9
...
@@ -36,6 +36,7 @@ obj-$(CONFIG_TULIP) += crc32.o
...
@@ -36,6 +36,7 @@ obj-$(CONFIG_TULIP) += crc32.o
obj-$(CONFIG_VIA_RHINE)
+=
crc32.o
obj-$(CONFIG_VIA_RHINE)
+=
crc32.o
obj-$(CONFIG_YELLOWFIN)
+=
crc32.o
obj-$(CONFIG_YELLOWFIN)
+=
crc32.o
obj-$(CONFIG_WINBOND_840)
+=
crc32.o
obj-$(CONFIG_WINBOND_840)
+=
crc32.o
obj-$(CONFIG_R8169)
+=
crc32.o
# These rely on drivers/net/7990.o which requires crc32.o
# These rely on drivers/net/7990.o which requires crc32.o
...
...
drivers/net/r8169.c
0 → 100644
View file @
ed90d9a9
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment