cxgbe(4): Delete leftovers from $FreeBSD$ removal
Export t4_tom's symbols for other offload modules
cxgbe(4): Enable IFCAP_NV and implement SIOCGIFCAPNV/SIOCSIFCAPNV
if.h: Fix a couple of typos in comments
cxgbe(4): Fix compile warning for !RSS kernels
cxgbe(4): Avoid racy access to requested_fec in sysctl_requested_fec
Fix typo in recently added 400G media
cxgbe(4): Skip non-existent blocks in the interrupt handler
cxgbe(4): Expanded interrupt handling for T7
cxgbe(4): T7 related updates to shared code
cxgbe(4): Add support for QSFP-DD connector and 400G transceivers
if_media.h: Add 400GBase-SR8 and 400GBase-CR8
ping. I think it should be okay to add these two by themselves?
nvmf_che: Fix amd64 LINT-NOVIMAGE build
cxgbe KTLS tx: Distribute FW6_PLD replies across rx queues
Initialize rx_qid and txq outside alloc_tlspcb
cxgbe: Use partial GCM mode for partial TLS records on T7
cxgbe: Permit multiple handlers for CPL6_FW_PLD
cxgbe mp_ring: Add mp_ring_enqueue_only
cxgbe TOE TLS: Support for TLS 1.3 for transmit.
cxgbe TOE TLS: Support for TLS 1.3 for receive
cxgbe TOE TLS: Better support for partial records for T7.
cxgbe: Support for TLS 1.3 in key contexts.
cxgbe: Support for NIC KTLS transmit on T7 adapters.
cxgbe: Move the STAG and PBL memory pool arenas to the base driver
cxgbe: Extend NIC TLS to support TLS 1.3.
cxgbe: Move send_iscsi_flowc_wr to t4_tom.ko
cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbei
cxgbe(4): Support for T7 tracing filters
cxgbe(4): Add support for port types SFP56 and QSFP56 and speed 200Gbps
cxgbe(4): T7 ULPTX supports larger data length with MEMIO commands
cxgbe(4): Update the filtering code for T7
cxgbe(4): T7 TCB CPLs have queue and channel in different location
cxgbe(4): Updates for T7 CIM multicore operation
cxgbe(4): T7 LB mode support
cxgbe(4): Recognize the new capabilities reported by T7 firmwares
cxgbe(4): Congestion manager context settings for T7
cxgbe(4): Include T7 PMRX cache stats in the sysctl that shows PM stats
cxgbe(4): T7's SGE context has 4 more bytes
cxgbe(4): Support for displaying T7 MPS TCAM entries
cxgbe(4): Update meminfo for T7
cxgbe(4): Add T7 support to routines that deal with memory windows
cxgbe(4): Claim T7 based devices
cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASIC
cxgbe(4): Use hw_port and tx_chan correctly all over the driver
cxgbe(4): Rename lport to hw_port.
cxgbe tom: Send auxiliary TLS work requests as raw WR mbufs
cxgbe tom: Export alloc_raw_mbuf for use in other TOE drivers
cxgbe tom: Support sending "raw" WR mbufs on plain TCP and TLS sockets
cxgbe tom: Halve the size of offload transmit software descriptors
cxgbe: Use partial GCM mode for partial TLS records on T7
cxgbe: Permit multiple handlers for CPL6_FW_PLD
cxgbe mp_ring: Add mp_ring_enqueue_only
cxgbe TOE TLS: Support for TLS 1.3 for receive
cxgbe TOE TLS: Support for TLS 1.3 for transmit.
cxgbe TOE TLS: Better support for partial records for T7.
cxgbe: Extend NIC TLS to support TLS 1.3.
cxgbe: Support for NIC KTLS transmit on T7 adapters.
cxgbe: Support for TLS 1.3 in key contexts.
cxgbe: Move the STAG and PBL memory pool arenas to the base driver
cxgbe: Move send_iscsi_flowc_wr to t4_tom.ko
cxgbe: Refactor find_offload_adapter and move to t4_tom from cxgbei
cxgbetool(8): Updates for T7
cxgbe(4): Add support for port types SFP56 and QSFP56 and speed 200Gbps
cxgbe(4): Support for T7 tracing filters
libcxgb4: Get userspace RDMA tools to recognize T7 based RNICs
cxgbe(4): T7 ULPTX supports larger data length with MEMIO commands
cxgbe(4): T7 TCB CPLs have queue and channel in different location
cxgbe(4): Update the filtering code for T7
cxgbe(4): Updates for T7 CIM multicore operation
cxgbe(4): T7 LB mode support
cxgbe(4): Recognize the new capabilities reported by T7 firmwares
cxgbe(4): Congestion manager context settings for T7
cxgbe(4): T7's SGE context has 4 more bytes
cxgbe(4): Include T7 PMRX cache stats in the sysctl that shows PM stats
cxgbe(4): Support for displaying T7 MPS TCAM entries
cxgbe(4): Update meminfo for T7
cxgbe(4): hw/fw headers and shared code for the Terminator 7 ASIC
cxgbe(4): Add T7 support to routines that deal with memory windows
cxgbe(4): Claim T7 based devices
cxgbe(4): Use hw_port and tx_chan correctly all over the driver
cxgbe(4): Rename lport to hw_port.
cxgbe(4): Fix inverted test in sysctl_loadavg
On my use case: I'd like to (net)boot from a mini-memstick or mfsbsd image, run bsdinstall from there and have it install from a local pkgbase repository on the LAN instead of pkg.f.o. My repository has GENERIC-NODEBUG as the first kernel in KERNCONF and this patch is the bare minimum I could come up with to get past this problem.