kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After r
kernel: Remove unused *.h files from SRCS in kernel module Makefiles.They were found by checking the preprocessed code of the filesin SRCS to see if the header was included at some point.After removal, the preprocessed source of a build with the oldMakefiles was compared against one with the changes (for variouskernel configurations and when building just from /usr/src) toverify that the commit leads to no functional change.
show more ...
mfi(4): Add the mfi(4) RAID driver and the mfiutil(8) configuration tool.The driver supports the following adapters:* LSI MegaRAID SAS 1078* LSI MegaRAID SAS 8408E* LSI MegaRAID SAS 8480E* LSI
mfi(4): Add the mfi(4) RAID driver and the mfiutil(8) configuration tool.The driver supports the following adapters:* LSI MegaRAID SAS 1078* LSI MegaRAID SAS 8408E* LSI MegaRAID SAS 8480E* LSI MegaRAID SAS 9260* Dell PERC5* Dell PERC6* IBM ServeRAID M5015 SAS/SATA* IBM ServeRAID-MR10i* Intel RAID Controller SROMBSAS18EIt was tested with the LSI MegaRAID SAS 8408E card.Many thanks to FreeBSD, from which this code was obtained.