The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=707ee7ff952c5aa50884f96f7ed26f756c9723b5
commit 707ee7ff952c5aa50884f96f7ed26f756c9723b5 Author: Ed Maste <[email protected]> AuthorDate: 2026-05-04 15:33:24 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2026-07-09 18:40:37 +0000 usbdevs: Add Microchip 10BASE-T1S eval board USB vendor:product 184f:0051 Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D56794 --- sys/dev/usb/usbdevs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 5d9ce62da13d..a2592b4dd411 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -714,6 +714,7 @@ vendor DISPLAYLINK 0x17e9 DisplayLink vendor LENOVO 0x17ef Lenovo vendor WAVESENSE 0x17f4 WaveSense vendor VAISALA 0x1843 Vaisala +vendor K2L 0x184f K2L GmbH vendor VERBATIM 0x18a5 Verbatim vendor E3C 0x18b4 E3C Technologies vendor AMIT 0x18c5 AMIT @@ -2767,6 +2768,9 @@ product JVC MP_PRX1 0x3008 MP-PRX1 Ethernet /* JRC products */ product JRC AH_J3001V_J3002V 0x0001 AirH PHONE AH-J3001V/J3002V +/* K2L products */ +product K2L EVB_LAN8670_USB 0x0051 Microchip EVB-LAN8670-USB 10BASE-T1S + /* Kamstrrup products */ product KAMSTRUP OPTICALEYE 0x0001 Optical Eye/3-wire product KAMSTRUP MBUS_250D 0x0005 M-Bus Master MultiPort 250D
