git: 60f8423a1c - main - Release Notes: Hardware Compat: Add more network devices
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Nov 2024 19:18:55 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/doc/commit/?id=60f8423a1ce276b4b8f7609d73c44776caa17748 commit 60f8423a1ce276b4b8f7609d73c44776caa17748 Author: Alexander Ziaee <concussious@runbox.com> AuthorDate: 2024-11-10 19:14:03 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2024-11-10 19:15:06 +0000 Release Notes: Hardware Compat: Add more network devices Replace the hand-crafted ipw(4), iwi(4), iwm(4), malo(4), rtwn(4), and wpi(4) entries with logic to generate them from the manual pages. Also update logic for ixgbe, which was renamed to ix(4) in d8b48a2, and add logic to generate ice(4), which has been present for a while. Reviewed by: bz Differential Revision: https://reviews.freebsd.org/D47172 --- website/archetypes/release/hardware.adoc | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/website/archetypes/release/hardware.adoc b/website/archetypes/release/hardware.adoc index 5026aeea36..96757b7f6a 100644 --- a/website/archetypes/release/hardware.adoc +++ b/website/archetypes/release/hardware.adoc @@ -425,11 +425,13 @@ Ethernet driver for Google Virtual NIC (gVNIC) (man:gve[4] driver) &hwlist.hme; +&hwlist.ice; + &hwlist.igc; &hwlist.ipheth; -&hwlist.ixgbe; +&hwlist.ix; &hwlist.ixl; @@ -548,17 +550,17 @@ Ethernet driver for Google Virtual NIC (gVNIC) (man:gve[4] driver) &hwlist.bwn; -[i386, amd64] Intel PRO/Wireless 2100 MiniPCI network adapter (man:ipw[4] driver) +&hwlist.ipw; -[i386, amd64] Intel PRO/Wireless 2200BG/2915ABG MiniPCI and 2225BG PCI network adapters (man:iwi[4] driver) +&hwlist.iwi; &hwlist.iwlwifi; -[i386, amd64] Intel Dual Band Wireless AC 3160/7260/7265 IEEE 802.11ac network adapters (man:iwm[4] driver) +&hwlist.iwm; &hwlist.iwn; -[i386, amd64] Marvell Libertas IEEE 802.11b/g PCI network adapters (man:malo[4] driver) +&hwlist.malo; Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) @@ -572,7 +574,9 @@ Marvell 88W8363 IEEE 802.11n wireless network adapters (man:mwl[4] driver) &hwlist.rtw89; -Realtek RTL8192C, RTL8188E, RTL8812A and RTL8821A based PCIe IEEE 802.11b/g/n wireless network adapters (man:rtwn[4] driver) +&hwlist.rtwn_pci; + +&hwlist.rtwn_usb; &hwlist.rum; @@ -586,7 +590,7 @@ Realtek RTL8192C, RTL8188E, RTL8812A and RTL8821A based PCIe IEEE 802.11b/g/n wi &hwlist.urtw; -[i386, amd64] Intel PRO/Wireless 3945ABG MiniPCI network adapters (man:wpi[4] driver) +&hwlist.wpi; &hwlist.zyd;