diff options
| author | Warner Losh <imp@FreeBSD.org> | 2026-03-28 04:42:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2026-03-28 04:42:18 +0000 |
| commit | 72bb61bac72eabb2e9de16206a68cde523eb59ba (patch) | |
| tree | a9a734005b49918b0262231c633ab29e95c40d4a | |
| parent | ccc235fe0229685512ea7b3d8ed1ecb61dd388f5 (diff) | |
i386/amd64/NOTES: Add some missing devices
The following devices to x86: ocs_fc aq vge tws
And this to amd64: ufshci
These are in GENERIC, but not NOTES.
Sponsored by: Netflix
| -rw-r--r-- | sys/amd64/conf/NOTES | 3 | ||||
| -rw-r--r-- | sys/x86/conf/NOTES | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index b1a6995e90eb..fac8d9314cad 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -71,6 +71,9 @@ device smartpqi # Broadcom MPT Fusion, version 4, is 64-bit only device mpi3mr # LSI-Logic MPT-Fusion 4 +# Universal Flash Storage Host Controller Interface support +device ufshci # UFS host controller + # # Network interfaces: # diff --git a/sys/x86/conf/NOTES b/sys/x86/conf/NOTES index 877cbb3beb7f..3ae80fbe45c5 100644 --- a/sys/x86/conf/NOTES +++ b/sys/x86/conf/NOTES @@ -390,6 +390,9 @@ device vmd # PMC-Sierra SAS/SATA controller device pmspcv +device ocs_fc # Emulex FC adapters +device tws # LSI 3ware 9750 SATA+SAS 6Gb/s RAID controller + # # Standard floppy disk controllers and floppy tapes, supports # the Y-E DATA External FDD (PC Card) @@ -442,6 +445,7 @@ device cpufreq # wpi: Intel 3945ABG Wireless LAN controller # Requires the wpi firmware module +device aq # Aquantia / Marvell AQC1xx device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE device gve # Google Virtual NIC (gVNIC) device igc # Intel I225 2.5G Ethernet @@ -455,6 +459,7 @@ device mlx4 # Shared code module between IB and Ethernet device mlx4ib # Mellanox ConnectX HCA InfiniBand device mlx4en # Mellanox ConnectX HCA Ethernet device nfe # nVidia nForce MCP on-board Ethernet +device vge # VIA VT612x gigabit Ethernet device vmx # VMware VMXNET3 Ethernet device wpi # Intel 3945ABG wireless NICs. |
