freebsd-skq/share/man
ps a7a31583b7 Add support for the HP Modular Smart Array 20 & 500 storage arrays.
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.
2004-04-16 23:00:01 +00:00
..
man1 Use a single style for share/man/ makefiles: 2004-01-20 10:27:23 +00:00
man3 Add a LIBRARY section. 2004-04-08 23:04:54 +00:00
man4 Add support for the HP Modular Smart Array 20 & 500 storage arrays. 2004-04-16 23:00:01 +00:00
man5 Document new ramdisk_X_????? settings. 2004-04-04 06:34:37 +00:00
man6 DTRT, quote parens in an extended regular expression. 2004-01-21 18:57:45 +00:00
man7 Move the SNMP MIBs and tree definitions from /usr/share/bsnmp to 2004-04-14 16:06:19 +00:00
man8 NetBSD rev. 1.10 2004-02-27 10:20:22 +00:00
man9 Make whatis(1) happy. 2004-04-16 06:26:09 +00:00
Makefile Make the creation of the OpenSSL whatis(1) database conditional on 2003-09-04 21:24:18 +00:00