diff options
| author | Matt Jacob <mjacob@FreeBSD.org> | 2002-04-24 00:00:55 +0000 |
|---|---|---|
| committer | Matt Jacob <mjacob@FreeBSD.org> | 2002-04-24 00:00:55 +0000 |
| commit | c7948a94c55b8bf0c92c818888daa0dcf1967cf2 (patch) | |
| tree | 539ed718a7544dc663729bdd20fedd909ee7baac | |
| parent | 788fcec08667be90318b39a32297173217691606 (diff) | |
Notes
| -rw-r--r-- | sys/cam/cam_xpt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/cam/cam_xpt.c b/sys/cam/cam_xpt.c index 36f450b884b2..81b803140b79 100644 --- a/sys/cam/cam_xpt.c +++ b/sys/cam/cam_xpt.c @@ -527,6 +527,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] = /*quirks*/0, /*mintags*/55, /*maxtags*/255 }, { + /* Veritas Storage Appliance */ + { T_DIRECT, SIP_MEDIA_FIXED, "VERITAS", "*", "*" }, + CAM_QUIRK_HILUNS, /*mintags*/2, /*maxtags*/1024 + }, + { /* * Would respond to all LUNs. Device type and removable * flag are jumper-selectable. |
