Deleted Added
full compact
if_re.c (195675) if_re.c (196516)
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@windriver.com>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 1997, 1998-2003
3 * Bill Paul <wpaul@windriver.com>. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 17 unchanged lines hidden (view full) ---

26 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
27 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
28 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
29 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
30 * THE POSSIBILITY OF SUCH DAMAGE.
31 */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/dev/re/if_re.c 195675 2009-07-14 04:35:13Z avatar $");
34__FBSDID("$FreeBSD: head/sys/dev/re/if_re.c 196516 2009-08-24 18:58:13Z yongari $");
35
36/*
37 * RealTek 8139C+/8169/8169S/8110S/8168/8111/8101E PCI NIC driver
38 *
39 * Written by Bill Paul <wpaul@windriver.com>
40 * Senior Networking Software Engineer
41 * Wind River Systems
42 */

--- 126 unchanged lines hidden (view full) ---

169static struct rl_type re_devs[] = {
170 { DLINK_VENDORID, DLINK_DEVICEID_528T, 0,
171 "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
172 { RT_VENDORID, RT_DEVICEID_8139, 0,
173 "RealTek 8139C+ 10/100BaseTX" },
174 { RT_VENDORID, RT_DEVICEID_8101E, 0,
175 "RealTek 8101E/8102E/8102EL PCIe 10/100baseTX" },
176 { RT_VENDORID, RT_DEVICEID_8168, 0,
35
36/*
37 * RealTek 8139C+/8169/8169S/8110S/8168/8111/8101E PCI NIC driver
38 *
39 * Written by Bill Paul <wpaul@windriver.com>
40 * Senior Networking Software Engineer
41 * Wind River Systems
42 */

--- 126 unchanged lines hidden (view full) ---

169static struct rl_type re_devs[] = {
170 { DLINK_VENDORID, DLINK_DEVICEID_528T, 0,
171 "D-Link DGE-528(T) Gigabit Ethernet Adapter" },
172 { RT_VENDORID, RT_DEVICEID_8139, 0,
173 "RealTek 8139C+ 10/100BaseTX" },
174 { RT_VENDORID, RT_DEVICEID_8101E, 0,
175 "RealTek 8101E/8102E/8102EL PCIe 10/100baseTX" },
176 { RT_VENDORID, RT_DEVICEID_8168, 0,
177 "RealTek 8168/8168B/8168C/8168CP/8168D/8111B/8111C/8111CP PCIe "
178 "Gigabit Ethernet" },
177 "RealTek 8168/8168B/8168C/8168CP/8168D/8168DP/"
178 "8111B/8111C/8111CP/8111DP PCIe Gigabit Ethernet" },
179 { RT_VENDORID, RT_DEVICEID_8169, 0,
180 "RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet" },
181 { RT_VENDORID, RT_DEVICEID_8169SC, 0,
182 "RealTek 8169SC/8110SC Single-chip Gigabit Ethernet" },
183 { COREGA_VENDORID, COREGA_DEVICEID_CGLAPCIGT, 0,
184 "Corega CG-LAPCIGT (RTL8169S) Gigabit Ethernet" },
185 { LINKSYS_VENDORID, LINKSYS_DEVICEID_EG1032, 0,
186 "Linksys EG1032 (RTL8169S) Gigabit Ethernet" },

--- 25 unchanged lines hidden (view full) ---

212 { RL_HWREV_8102E, RL_8169, "8102E"},
213 { RL_HWREV_8102EL, RL_8169, "8102EL"},
214 { RL_HWREV_8102EL_SPIN1, RL_8169, "8102EL"},
215 { RL_HWREV_8168_SPIN2, RL_8169, "8168"},
216 { RL_HWREV_8168_SPIN3, RL_8169, "8168"},
217 { RL_HWREV_8168C, RL_8169, "8168C/8111C"},
218 { RL_HWREV_8168C_SPIN2, RL_8169, "8168C/8111C"},
219 { RL_HWREV_8168CP, RL_8169, "8168CP/8111CP"},
179 { RT_VENDORID, RT_DEVICEID_8169, 0,
180 "RealTek 8169/8169S/8169SB(L)/8110S/8110SB(L) Gigabit Ethernet" },
181 { RT_VENDORID, RT_DEVICEID_8169SC, 0,
182 "RealTek 8169SC/8110SC Single-chip Gigabit Ethernet" },
183 { COREGA_VENDORID, COREGA_DEVICEID_CGLAPCIGT, 0,
184 "Corega CG-LAPCIGT (RTL8169S) Gigabit Ethernet" },
185 { LINKSYS_VENDORID, LINKSYS_DEVICEID_EG1032, 0,
186 "Linksys EG1032 (RTL8169S) Gigabit Ethernet" },

--- 25 unchanged lines hidden (view full) ---

212 { RL_HWREV_8102E, RL_8169, "8102E"},
213 { RL_HWREV_8102EL, RL_8169, "8102EL"},
214 { RL_HWREV_8102EL_SPIN1, RL_8169, "8102EL"},
215 { RL_HWREV_8168_SPIN2, RL_8169, "8168"},
216 { RL_HWREV_8168_SPIN3, RL_8169, "8168"},
217 { RL_HWREV_8168C, RL_8169, "8168C/8111C"},
218 { RL_HWREV_8168C_SPIN2, RL_8169, "8168C/8111C"},
219 { RL_HWREV_8168CP, RL_8169, "8168CP/8111CP"},
220 { RL_HWREV_8168D, RL_8169, "8168D"},
220 { RL_HWREV_8168D, RL_8169, "8168D/8111D"},
221 { RL_HWREV_8168DP, RL_8169, "8168DP/8111DP"},
221 { 0, 0, NULL }
222};
223
224static int re_probe (device_t);
225static int re_attach (device_t);
226static int re_detach (device_t);
227
228static int re_encap (struct rl_softc *, struct mbuf **);

--- 1048 unchanged lines hidden (view full) ---

1277 sc->rl_flags |= RL_FLAG_MACSLEEP;
1278 /* FALLTHROUGH */
1279 case RL_HWREV_8168C:
1280 if ((hwrev & 0x00700000) == 0x00200000)
1281 sc->rl_flags |= RL_FLAG_MACSLEEP;
1282 /* FALLTHROUGH */
1283 case RL_HWREV_8168CP:
1284 case RL_HWREV_8168D:
222 { 0, 0, NULL }
223};
224
225static int re_probe (device_t);
226static int re_attach (device_t);
227static int re_detach (device_t);
228
229static int re_encap (struct rl_softc *, struct mbuf **);

--- 1048 unchanged lines hidden (view full) ---

1278 sc->rl_flags |= RL_FLAG_MACSLEEP;
1279 /* FALLTHROUGH */
1280 case RL_HWREV_8168C:
1281 if ((hwrev & 0x00700000) == 0x00200000)
1282 sc->rl_flags |= RL_FLAG_MACSLEEP;
1283 /* FALLTHROUGH */
1284 case RL_HWREV_8168CP:
1285 case RL_HWREV_8168D:
1286 case RL_HWREV_8168DP:
1285 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PAR |
1286 RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP |
1287 RL_FLAG_AUTOPAD;
1288 /*
1289 * These controllers support jumbo frame but it seems
1290 * that enabling it requires touching additional magic
1291 * registers. Depending on MAC revisions some
1292 * controllers need to disable checksum offload. So

--- 1850 unchanged lines hidden ---
1287 sc->rl_flags |= RL_FLAG_PHYWAKE | RL_FLAG_PAR |
1288 RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP |
1289 RL_FLAG_AUTOPAD;
1290 /*
1291 * These controllers support jumbo frame but it seems
1292 * that enabling it requires touching additional magic
1293 * registers. Depending on MAC revisions some
1294 * controllers need to disable checksum offload. So

--- 1850 unchanged lines hidden ---