CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/07/08 04:48:19
Modified files:
sys/dev/pci : qle.c
Log message:
Overallocate the data segment lists to ensure there's always space for the
terminating entry, return all 8 bits of the scsi status code, only set
xs->resid on underruns (it's not defined for overruns), and simplify how
data segment lists are constructed.
with lots of help from and ok dlg@
