Date: Thu, 3 Mar 2016 19:51:09 -0500 From: Zaphod Beeblebrox <zbeeble@gmail.com> To: freebsd-fs <freebsd-fs@freebsd.org> Subject: hw.mfi.allow_cam_disk_passthrough missing? Message-ID: <CACpH0MdTnED2DbTxBBrsGNJ7ZUdbN=7cY2XGKSRjRBn1gnZPJQ@mail.gmail.com>
index | next in thread | raw e-mail
so... I see in my source (10.2-STABLE):
static int mfi_allow_disks = 0;
TUNABLE_INT("hw.mfi.allow_cam_disk_passthrough", &mfi_allow_disks);
SYSCTL_INT(_hw_mfi, OID_AUTO, allow_cam_disk_passthrough, CTLFLAG_RD,
&mfi_allow_disks, 0, "event message locale");
... sysctl hw.mfi.allow_cam_disk_passthrough:
[1:6:306]root@virtual:~> sysctl hw.mfi.allow_cam_disk_passthrough
sysctl: unknown oid 'hw.mfi.allow_cam_disk_passthrough': No such file or
directory
even though this is a generic kernel that contains mfi and the card in
question probes up just fine.
What gives?
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACpH0MdTnED2DbTxBBrsGNJ7ZUdbN=7cY2XGKSRjRBn1gnZPJQ>
