CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/04/02 08:36:45
Modified files:
sys/dev/pci : mpii.c
Log message:
correctly handle data underruns. this makes things like ses(4) and safte(4)
work (they send big buffers to devices and expect less so they dont have
to do two ops for one read), and would make lun probes work again, etc.
based on the solaris code supplied by lsi.
