aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2024-05-07 15:33:45 +0000
committerEd Maste <emaste@FreeBSD.org>2024-05-08 18:18:46 +0000
commit7ef6ce51742d44a7375ccbaeda4cc64e034c4816 (patch)
treed289bebb18ffd562057e8ac56644855bf7bc678b /sys/dev
parent5d62025d82a0be928f98778d54b25ad89edbb835 (diff)
downloadsrc-7ef6ce51742d44a7375ccbaeda4cc64e034c4816.tar.gz
src-7ef6ce51742d44a7375ccbaeda4cc64e034c4816.zip
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/net/if_smsc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_smsc.c b/sys/dev/usb/net/if_smsc.c
index a59501b6bbff..58809de4ad3a 100644
--- a/sys/dev/usb/net/if_smsc.c
+++ b/sys/dev/usb/net/if_smsc.c
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
/*
- * SMSC LAN9xxx devices (http://www.smsc.com/)
+ * Microchip LAN9xxx devices (https://www.microchip.com/en-us/product/lan9500a)
*
* The LAN9500 & LAN9500A devices are stand-alone USB to Ethernet chips that
* support USB 2.0 and 10/100 Mbps Ethernet.
@@ -38,7 +38,7 @@
* supports the hub part.
*
* This driver is closely modelled on the Linux driver written and copyrighted
- * by SMSC.
+ * by SMSC (later acquired by Microchip).
*
*
*