git: 6b25b4a73fbe - main - mgb: update Microchip URLs

Ed Maste emaste at FreeBSD.org
Fri Aug 13 20:59:05 UTC 2021


The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b25b4a73fbe56e15d094895b4c7acdb424ee80d

commit 6b25b4a73fbe56e15d094895b4c7acdb424ee80d
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-08-13 20:57:04 +0000
Commit:     Ed Maste <emaste at 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.


More information about the dev-commits-src-all mailing list