aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorykla <yklaxds@gmail.com>2025-11-26 09:15:09 +0000
committerWarner Losh <imp@FreeBSD.org>2025-11-27 06:19:26 +0000
commite27d5c190a41c79b3764ff1a9893eb81a9050e63 (patch)
treeb59bf6043d7679eb79f089cbba81fe2f1e08ceaf
parent8cbe0dd5097fbcbfbfbba50b016ec48352892ca7 (diff)
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
-rw-r--r--usr.sbin/bsdconfig/share/device.subr6
1 files 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"