Date: Fri, 13 Aug 2021 20:59:05 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6b25b4a73fbe - main - mgb: update Microchip URLs Message-ID: <202108132059.17DKx5n2047429@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=6b25b4a73fbe56e15d094895b4c7acdb424ee80d commit 6b25b4a73fbe56e15d094895b4c7acdb424ee80d Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-08-13 20:57:04 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-08-13 20:58:25 +0000 mgb: update Microchip URLs Sponsored by: The FreeBSD Foundation --- sys/dev/mgb/if_mgb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/mgb/if_mgb.c b/sys/dev/mgb/if_mgb.c index 3f7a9d1a9dbb..e1381dbc307d 100644 --- a/sys/dev/mgb/if_mgb.c +++ b/sys/dev/mgb/if_mgb.c @@ -34,9 +34,9 @@ __FBSDID("$FreeBSD$"); * Microchip LAN7430/LAN7431 PCIe to Gigabit Ethernet Controller driver. * * Product information: - * LAN7430 https://www.microchip.com/wwwproducts/en/LAN7430 + * LAN7430 https://www.microchip.com/en-us/product/LAN7430 * - Integrated IEEE 802.3 compliant PHY - * LAN7431 https://www.microchip.com/wwwproducts/en/LAN7431 + * LAN7431 https://www.microchip.com/en-us/product/LAN7431 * - RGMII Interface * * This driver uses the iflib interface and the default 'ukphy' PHY driver.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108132059.17DKx5n2047429>