summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptiop
Commit message (Collapse)AuthorAgeFilesLines
* Update the hptiop driver to version 1.3. This adds support for the 4xxxscottl2008-02-032-531/+1519
| | | | | | | series of adapters. Thanks again to Highpoint for their continued support of FreeBSD. Submitted by: Highpoint Technologies
* 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.
* Introduce a driver for the Highpoint RocketRAID 3xxx series of controllers.scottl2007-05-092-0/+1644
The driver relies on CAM. Many thanks to Highpoint for providing this driver.
OpenPOWER on IntegriCloud