summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ciss.4
Commit message (Collapse)AuthorAgeFilesLines
* Update ciss(4) with new models of raid controllers from HPsbruno2013-08-061-0/+18
| | | | | | Submitted by: scott.benesh@hp.com MFC after: 2 weeks Sponsored by: Hewlett Packard
* Remove EOL whitespace.joel2013-04-111-1/+1
|
* Update ciss(4) man page. We absolutely support performant mode of operationsbruno2013-04-101-10/+7
| | | | | | | | | | on this controller. Indicate that the 5300 is the *only* controller that will only work in simple mode. Bus rescans should not be needed now and I consider it a bug if disks do not appear or dissapear when created or destroyed. Obtained from: Yahoo! Inc
* Update PCI IDs for ciss controllers that are supported by this driver.sbruno2012-01-261-1/+11
| | | | | | Submitted by: scott.benesh@hp.com Obtained from: Yahoo! Inc and HP MFC after: 1 week
* Update .Dd date on this man page.sbruno2012-01-181-1/+1
| | | | | | | MFC with r230313 and r230316 Caught by: bz Obtained from: Yahoo! Inc.
* Update man page to show that ciss(4) now support the P420sbruno2012-01-181-0/+2
| | | | | | | | MFC with r230313 Caught by: brueffer Obtained from: Yahoo! Inc MFC after: 2 weeks
* Add support for the P212, P410, P410i, P411, and P812 HP Smart Arrayps2008-06-101-0/+10
| | | | | | controllers. Submitted by: Scott Benesh at HP
* Add `hw.ciss.nop_message_heartbeat' tunable (default disabled) foriwasaki2008-02-101-0/+6
| | | | | | | | | | | NOP-message polling in ciss_periodic(). Note that setting the tunable to non-zero can be workaround only for `ADAPTER HEARTBEAT FAILED' problem, and may freeze the system w/o the problem. Reviewed by: scottl Reported by: Attila Nagy MFC after: 3 days
* Convert to use a SYNPOSIS section that mentions kernel modules.brueffer2006-05-201-0/+12
| | | | | | Also add "device scbus" where needed. MFC after: 3 days
* Update PCI ids to add the E200, E200i, P400, and P400i storageps2005-11-111-1/+7
| | | | | | controllers. Remove the E400 since it is not a real product. Submitted by: HP
* Update list of controllers ciss(4) driverrse2005-11-031-3/+5
| | | | | | | actually supports according to implementation. Submitted by: Christoph Schug <chris@schug.net> MFC after: 1 week
* Scheduled mdoc(7) sweep.ru2005-01-121-1/+0
|
* - Add a HARDWARE section which lists supported devices.simon2004-08-031-3/+6
|
* Mechanically kill hard sentence breaks and double whitespaces.ru2004-07-031-4/+7
|
* Document the new passthrough interface.scottl2004-06-231-1/+10
|
* Add HP Smart Array 6422 and V100 to the list of supported controllers.simon2004-06-141-0/+4
|
* Add support for the HP Modular Smart Array 20 & 500 storage arrays.ps2004-04-161-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Logical volumes on these devices show up as LUNs behind another controller (also known as proxy controller). In order to issue firmware commands for a volume on a proxy controller, they must be targeted at the address of the proxy controller it is attached to, not the Host/PCI controller. A proxy controller is defined as a device listed in the INQUIRY PHYSICAL LUNS command who's L2 and L3 SCSI addresses are zero. The corresponding address returned defines which "bus" the controller lives on and we use this to create a virtual CAM bus. A logical volume's addresses first byte defines the logical drive number. The second byte defines the bus that it is attached to which corresponds to the BUS of the proxy controller's found or the Host/PCI controller. Change event notification to be handled in its own kernel thread. This is needed since some events may require the driver to sleep on some operations and this cannot be done during interrupt context. With this change, it is now possible to create and destroy logical volumes from FreeBSD, but it requires a native application to construct the proper firmware commands which is not publicly available. Special thanks to John Cagle @ HP for providing remote access to all the hardware and beating on the storage engineers at HP to answer my questions.
* Synchronize the list of support devices with the driver source code.simon2003-11-071-0/+12
|
* mdoc(7) police: Scheduled sweep.ru2003-02-241-26/+31
|
* Add a COMPATIBILITY section. Note what is not supported.trhodes2002-12-311-1/+4
| | | | Prompted by: olgeni
* s/arn't/are not/trhodes2002-12-311-4/+3
| | | | Reword the AUTHORS section to make more sense.
* Actually cvs add the ciss.4 file...trhodes2002-12-301-0/+86
OpenPOWER on IntegriCloud