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
nexedi
linux
Commits
0e10b50f
Commit
0e10b50f
authored
Nov 14, 2004
by
Jeff Garzik
Browse files
Options
Browse Files
Download
Plain Diff
Merge pobox.com:/garz/repo/linux-2.6
into pobox.com:/garz/repo/netdev-2.6/misc
parents
1b6aa634
8f2714ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
21 deletions
+23
-21
drivers/net/Kconfig
drivers/net/Kconfig
+22
-21
drivers/net/sis900.c
drivers/net/sis900.c
+1
-0
No files found.
drivers/net/Kconfig
View file @
0e10b50f
...
@@ -1179,37 +1179,38 @@ config IBMVETH
...
@@ -1179,37 +1179,38 @@ config IBMVETH
be called ibmveth.
be called ibmveth.
config IBM_EMAC
config IBM_EMAC
tristate "IBM PPC4xx EMAC driver support"
tristate "IBM PPC4xx EMAC driver support"
depends on 4xx
depends on 4xx
---help---
select CRC32
This driver supports the IBM PPC4xx EMAC family of on-chip
---help---
Ethernet controllers.
This driver supports the IBM PPC4xx EMAC family of on-chip
Ethernet controllers.
config IBM_EMAC_ERRMSG
config IBM_EMAC_ERRMSG
bool "Verbose error messages"
bool "Verbose error messages"
depends on IBM_EMAC
depends on IBM_EMAC
config IBM_EMAC_RXB
config IBM_EMAC_RXB
int "Number of receive buffers"
int "Number of receive buffers"
depends on IBM_EMAC
depends on IBM_EMAC
default "128" if IBM_EMAC4
default "128" if IBM_EMAC4
default "64"
default "64"
config IBM_EMAC_TXB
config IBM_EMAC_TXB
int "Number of transmit buffers"
int "Number of transmit buffers"
depends on IBM_EMAC
depends on IBM_EMAC
default "128" if IBM_EMAC4
default "128" if IBM_EMAC4
default "8"
default "8"
config IBM_EMAC_FGAP
config IBM_EMAC_FGAP
int "Frame gap"
int "Frame gap"
depends on IBM_EMAC
depends on IBM_EMAC
default "8"
default "8"
config IBM_EMAC_SKBRES
config IBM_EMAC_SKBRES
int "Skb reserve amount"
int "Skb reserve amount"
depends on IBM_EMAC
depends on IBM_EMAC
default "0"
default "0"
config NET_PCI
config NET_PCI
bool "EISA, VLB, PCI and on board controllers"
bool "EISA, VLB, PCI and on board controllers"
...
...
drivers/net/sis900.c
View file @
0e10b50f
...
@@ -120,6 +120,7 @@ static struct mii_chip_info {
...
@@ -120,6 +120,7 @@ static struct mii_chip_info {
}
mii_chip_table
[]
=
{
}
mii_chip_table
[]
=
{
{
"SiS 900 Internal MII PHY"
,
0x001d
,
0x8000
,
LAN
},
{
"SiS 900 Internal MII PHY"
,
0x001d
,
0x8000
,
LAN
},
{
"SiS 7014 Physical Layer Solution"
,
0x0016
,
0xf830
,
LAN
},
{
"SiS 7014 Physical Layer Solution"
,
0x0016
,
0xf830
,
LAN
},
{
"Altimata AC101LF PHY"
,
0x0022
,
0x5520
,
LAN
},
{
"AMD 79C901 10BASE-T PHY"
,
0x0000
,
0x6B70
,
LAN
},
{
"AMD 79C901 10BASE-T PHY"
,
0x0000
,
0x6B70
,
LAN
},
{
"AMD 79C901 HomePNA PHY"
,
0x0000
,
0x6B90
,
HOME
},
{
"AMD 79C901 HomePNA PHY"
,
0x0000
,
0x6B90
,
HOME
},
{
"ICS LAN PHY"
,
0x0015
,
0xF440
,
LAN
},
{
"ICS LAN PHY"
,
0x0015
,
0xF440
,
LAN
},
...
...
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