aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2023-12-27 18:09:40 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2023-12-27 18:09:40 +0000
commitdfbb6f2e5991ecc3143d75f2358ec7f12f0656b1 (patch)
treead3e6fb84dec3efadf0dbcf5605ea881ce0161d1
parente03e77ba4d0570511fdc1be192459e1160c650a6 (diff)
downloadsrc-dfbb6f2e5991ecc3143d75f2358ec7f12f0656b1.tar.gz
src-dfbb6f2e5991ecc3143d75f2358ec7f12f0656b1.zip
ctl_frontend.h: Note that ctl_port.frontend is set by the FETD
Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D42931
-rw-r--r--sys/cam/ctl/ctl_frontend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cam/ctl/ctl_frontend.h b/sys/cam/ctl/ctl_frontend.h
index f04e0d564888..650ece567e46 100644
--- a/sys/cam/ctl/ctl_frontend.h
+++ b/sys/cam/ctl/ctl_frontend.h
@@ -213,7 +213,7 @@ struct ctl_wwpn_iid {
*/
struct ctl_port {
struct ctl_softc *ctl_softc;
- struct ctl_frontend *frontend;
+ struct ctl_frontend *frontend; /* passed to CTL */
ctl_port_type port_type; /* passed to CTL */
int num_requested_ctl_io; /* passed to CTL */
char *port_name; /* passed to CTL */