Fix some common typos in source code comments- s/struture/structure/- s/structre/structure/(cherry picked from commit 17db4b52fb41aeabeb945c68c1b5edd4db4eac31)
LinuxKPI: remove < 5.0 version supportWe are not aware of any out-of-tree consumers anymorewhich would need KPI support for before Linux version 5.Update the two in-tree consumers to use the new
LinuxKPI: remove < 5.0 version supportWe are not aware of any out-of-tree consumers anymorewhich would need KPI support for before Linux version 5.Update the two in-tree consumers to use the new KPI.This allows us to remove the extra version check andwill also give access to {lower,upper}_32_bits() unconditionally.Sponsored by: The FreeBSD FoundationReviewed by: hselasky, rlibby, rstoneX-MFC: to 13 onlyDifferential Revision: https://reviews.freebsd.org/D29391(cherry picked from commit 3b1ecc9fa1b57ca7a1c86661e9a323bc41c97ecc)
show more ...
pms: quiet -Wunused-variableSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D27994
pms(4) should use bus_get_dma_tag() to get parent tag.Reviewed by: impSponsored by: Dell EMC Isilon
pms/freebsd: fix compiler warnings - A number of unused variable warnings, - a missing prototype warning (actually a dead function), - and a potential use of an uninitialized variable.Reviewed
pms/freebsd: fix compiler warnings - A number of unused variable warnings, - a missing prototype warning (actually a dead function), - and a potential use of an uninitialized variable.Reviewed by: pfgSponsored by: Dell EMC IsilonDifferential Revision: https://reviews.freebsd.org/D12683
dev/pms: minor spelling fixes for the FreeBSD-specific part.
Don't forget to check the vendor when probing. Also, there's no needto double check for if the card has probed before. In fact, there's noreason to single check either. Simplify the code as a resul
Don't forget to check the vendor when probing. Also, there's no needto double check for if the card has probed before. In fact, there's noreason to single check either. Simplify the code as a result.$FreeBSD$ added to lxutil.c in a non-standard way to help keep thediffs with upstream to a minimum.Differential Revision: https://reviews.freebsd.org/D3263
Driver 'pmspcv' added. Supports PMC-Sierra PM8001/8081/8088/8089/8074/8076/8077 SAS/SATA HBA Controllers.