sume(4): Stop checking for failures from malloc(M_WAITOK)MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D45852(cherry picked from commit 761339c5544a360df9d3bab70675fea246eb
sume(4): Stop checking for failures from malloc(M_WAITOK)MFC after: 1 weekDifferential Revision: https://reviews.freebsd.org/D45852(cherry picked from commit 761339c5544a360df9d3bab70675fea246eb6a83)
show more ...
net: Remove unneeded NULL check for the allocated ifnetChange 4787572d0580 made if_alloc_domain() never fail, then also do thewrappers if_alloc(), if_alloc_dev(), and if_gethandle().No functiona
net: Remove unneeded NULL check for the allocated ifnetChange 4787572d0580 made if_alloc_domain() never fail, then also do thewrappers if_alloc(), if_alloc_dev(), and if_gethandle().No functional change intended.Reviewed by: kp, imp, glebius, stevekMFC after: 2 weeksDifferential Revision: https://reviews.freebsd.org/D45740(cherry picked from commit aa3860851b9f6a6002d135b1cac7736e0995eedc)
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
sys: Remove $FreeBSD$: one-line .c comment patternRemove /^/[*/]\s*\$FreeBSD\$.*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
Mechanically convert if_sume(4) to IfAPIReviewed by: zleiSponsored by: Juniper Networks, Inc.Differential Revision: https://reviews.freebsd.org/D37808
sume: Remove unused devclass argument to DRIVER_MODULE.
Driver for 4x10Gb Ethernet reference NIC FPGA design for NetFPGA SUMEdevelopment board.Submitted by: Denis Salopek <denis.salopek AT fer.hr>Reported by: zec, bz (src); rgrimes, bcr (manpages)MFC
Driver for 4x10Gb Ethernet reference NIC FPGA design for NetFPGA SUMEdevelopment board.Submitted by: Denis Salopek <denis.salopek AT fer.hr>Reported by: zec, bz (src); rgrimes, bcr (manpages)MFC after: 7 daysSponsored by: Google Summer of Code 2020Differential Revision: https://reviews.freebsd.org/D26074