CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2023/11/28 23:54:09
Modified files: sys/dev/pci : mpii.c Log message: Add support for new SAS HBAs (codenamed Aero and Sea, sold as Broadcom HBA 9500, Dell HBA350/5, Lenovo ThinkSystem 440 HBA, Supermicro AOC-S3808/16) These apparently have a hardware problem that results in reads of some registers returning all zeros under some transient conditions, which can apparently be worked around by retrying reads that return 0 up to 3 times. ok dlg@