aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/pseries/phyp_vscsi.c
Commit message (Expand)AuthorAgeFilesLines
* Fix race in interrupt handling that could cause IO to hang up under heavyNathan Whitehorn2015-02-231-6/+7
* Set max_lun to zero. This field is ignored unless we are manually probingNathan Whitehorn2013-12-151-1/+1
* Implement extended LUN support. If PIM_EXTLUNS is set by a SIM, encodeNathan Whitehorn2013-10-291-14/+2
* Add driver for the PAPR VSCSI virtual SCSI controller. This lets FreeBSDNathan Whitehorn2013-09-281-0/+1003