Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2026 04:45:55 +0000
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 72bb61bac72e - main - i386/amd64/NOTES: Add some missing devices
Message-ID:  <69c75d03.392cd.463aaf07@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by imp:

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

commit 72bb61bac72eabb2e9de16206a68cde523eb59ba
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2026-03-28 04:42:18 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2026-03-28 04:42:18 +0000

    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
---
 sys/amd64/conf/NOTES | 3 +++
 sys/x86/conf/NOTES   | 5 +++++
 2 files changed, 8 insertions(+)

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.
 


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69c75d03.392cd.463aaf07>