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
show more ...
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.