summaryrefslogtreecommitdiffstats
path: root/sys/dev/mfi/mfi_cam.c
Commit message (Collapse)AuthorAgeFilesLines
* When masking direct and processor devices during an inquiry, properlyjhb2010-12-061-4/+4
| | | | | | | | | | | preserve the upper bits of the first data byte. While here, shorten a few nearby lines. PR: kern/152768 Reported by: Sascha Wildner saw of online.de Reviewed by: scottl MFC after: 1 week
* Correct mfip module dependency on mfi. This allows mfip to be loaded askib2010-03-021-0/+1
| | | | | | | module when mfi is a module itself. Reviewed by: jhb, scottl MFC after: 1 week
* Play better with CAM so that there aren't so many spurious warnings at boot.scottl2007-10-121-17/+14
|
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-171-1/+1
| | | | | | | now takes a device_t to be the parent of the bus that is being created. Most SIMs have been updated with a reasonable argument, but a few exceptions just pass NULL for now. This argument isn't used yet and the newbus integration likely won't be ready until after 7.0-RELEASE.
* Add the 'mfip' sub-driver for gaining SCSI-passthrough access to devicesscottl2007-05-161-0/+389
on an MFI controller.
OpenPOWER on IntegriCloud