The branch main has been updated by imp:

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

commit e27d5c190a41c79b3764ff1a9893eb81a9050e63
Author:     ykla <[email protected]>
AuthorDate: 2025-11-26 09:15:09 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2025-11-27 06:19:26 +0000

    bsdconfig: RealTek -> Realtek
    
    Realtek changed how it styled its name 25 or so years ago, but the old
    style persisted in many places. These products use the new styling in
    their datasheets.
    
    Signed-off-by: ykla [email protected]
    Sponsored by: Chinese FreeBSD Community
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1901
---
 usr.sbin/bsdconfig/share/device.subr | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/bsdconfig/share/device.subr 
b/usr.sbin/bsdconfig/share/device.subr
index 4ca2a80c69a5..ecaec6a2b7cd 100644
--- a/usr.sbin/bsdconfig/share/device.subr
+++ b/usr.sbin/bsdconfig/share/device.subr
@@ -1327,9 +1327,9 @@ f_network "pcn%d"   "AMD Am79c79x PCI Ethernet card"
 f_network "plip%d"  "Parallel Port IP (PLIP) peer connection"
 f_network "ral%d"   "Ralink Technology IEEE 802.11 wireless adapter"
 f_network "ray%d"   "Raytheon Raylink 802.11 wireless adapter"
-f_network "re%d"    "RealTek 8139C+/8169/8169S/8110S PCI Ethernet adapter"
-f_network "rl%d"    "RealTek 8129/8139 PCI Ethernet card"
-f_network "rue%d"   "RealTek USB Ethernet card"
+f_network "re%d"    "Realtek 8139C+/8169/8169S/8110S PCI Ethernet adapter"
+f_network "rl%d"    "Realtek 8129/8139 PCI Ethernet card"
+f_network "rue%d"   "Realtek USB Ethernet card"
 f_network "rum%d"   "Ralink Technology USB IEEE 802.11 wireless adapter"
 f_network "sf%d"    "Adaptec AIC-6915 PCI Ethernet card"
 f_network "sge%d"   "Silicon Integrated Systems SiS190/191 Ethernet"

Reply via email to