CVSROOT: /cvs Module name: src Changes by: jmatt...@cvs.openbsd.org 2018/02/19 22:40:52
Modified files: sys/dev/pci : mfii.c Log message: Set the chain_offset field (same as sgl_offset0, only in 16 byte units) in passthrough IO requests, which makes AEN processing work on SAS2208 controllers, and since AEN processing works now, enable it again. tested on SAS2208 (PERC H710P) and SAS3108 (PERC H730), SAS3.5 parts should work too. ok dlg@