From e27d5c190a41c79b3764ff1a9893eb81a9050e63 Mon Sep 17 00:00:00 2001 From: ykla Date: Wed, 26 Nov 2025 17:15:09 +0800 Subject: [PATCH] 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 yklaxds@gmail.com 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 4ca2a80c69a..ecaec6a2b7c 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"