Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 09:55:29 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 242087] aacraid: with system aacraid instead of vendor aacraid,  all disks from the controller disappeared
Message-ID:  <bug-242087-227-dSdz4x8TmI@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-242087-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-242087-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242087

--- Comment #4 from Igor <ivt@itn.ru> ---
I looked again at the aacraid source.
/usr/src/sys/dev/aacraid/aacraid_var.h:
In struct aac_softc:
#define AAC_FLAGS_PERC2QC (1 << 0)
#define AAC_FLAGS_ENABLE_CAM (1 << 1) / * No SCSI passthrough * /
#define AAC_FLAGS_CAM_NORESET (1 << 2) / * Fake SCSI resets * /
#define AAC_FLAGS_CAM_PASSONLY (1 << 3) / * Only create pass devices * /
      [...]
#define AAC_FLAGS_SYNC_MODE (1 << 18) / * Sync. transfer mode * /
u_int32_t hint_flags; / * driver parameters * /

If the 3rd bit is set (AAC_FLAGS_CAM_PASSONLY), then there should only be a
passX device.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242087-227-dSdz4x8TmI>