diff options
Diffstat (limited to 'drivers/net/fealnx.c')
-rw-r--r-- | drivers/net/fealnx.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/net/fealnx.c b/drivers/net/fealnx.c index c701951dcd6f..0e6a495549fa 100644 --- a/drivers/net/fealnx.c +++ b/drivers/net/fealnx.c | |||
@@ -146,14 +146,13 @@ enum phy_type_flags { | |||
146 | 146 | ||
147 | struct chip_info { | 147 | struct chip_info { |
148 | char *chip_name; | 148 | char *chip_name; |
149 | int io_size; | ||
150 | int flags; | 149 | int flags; |
151 | }; | 150 | }; |
152 | 151 | ||
153 | static const struct chip_info skel_netdrv_tbl[] = { | 152 | static const struct chip_info skel_netdrv_tbl[] = { |
154 | {"100/10M Ethernet PCI Adapter", 136, HAS_MII_XCVR}, | 153 | { "100/10M Ethernet PCI Adapter", HAS_MII_XCVR }, |
155 | {"100/10M Ethernet PCI Adapter", 136, HAS_CHIP_XCVR}, | 154 | { "100/10M Ethernet PCI Adapter", HAS_CHIP_XCVR }, |
156 | {"1000/100/10M Ethernet PCI Adapter", 136, HAS_MII_XCVR}, | 155 | { "1000/100/10M Ethernet PCI Adapter", HAS_MII_XCVR }, |
157 | }; | 156 | }; |
158 | 157 | ||
159 | /* Offsets to the Command and Status Registers. */ | 158 | /* Offsets to the Command and Status Registers. */ |