opnsense-src/tools/tools/vhba
Andriy Gapon a29cc9a34b Revert r253748,253749
This WIP should not have been committed yet.

Pointyhat to:	avg
2013-07-28 18:44:17 +00:00
..
faulty Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
lots Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
medium Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
mptest Consistently set us to be SPC3 for our inquiry data. 2010-08-11 17:25:14 +00:00
rptluns Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
simple Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
Makefile Add a multipath oriented test. 2010-08-09 00:36:22 +00:00
opt_cam.h Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
README Add the VHBA package. It is here in tools because it's really a testbed. 2010-06-08 22:26:47 +00:00
vhba.c Consistently set us to be SPC3 for our inquiry data. 2010-08-11 17:25:14 +00:00
vhba.h Revert r253748,253749 2013-07-28 18:44:17 +00:00

$FreeBSD$
Tue Jun  8 15:02:02 PDT 2010

This packages is a testbed for a number of purposes and consists
of two pieces.

The first piece is a simple SIM driver for FreeBSD. It provides
*just enough* framework to be useful, plus some nominally common
code responses for code sharing purposes.

The second piece(s) are underlying implementations which make various
virtual devices implemented under the VHBA itself. The current ones
are pretty much used to stress and test the FreeBSD CAM framework
itself- this is why this is in the tool directory.

Clearly other connections and possibilities exist as well.