git: dfbb6f2e5991 - main - ctl_frontend.h: Note that ctl_port.frontend is set by the FETD
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Dec 2023 18:11:37 UTC
The branch main has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=dfbb6f2e5991ecc3143d75f2358ec7f12f0656b1
commit dfbb6f2e5991ecc3143d75f2358ec7f12f0656b1
Author: John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2023-12-27 18:09:40 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-12-27 18:09:40 +0000
ctl_frontend.h: Note that ctl_port.frontend is set by the FETD
Sponsored by: Chelsio Communications
Differential Revision: https://reviews.freebsd.org/D42931
---
sys/cam/ctl/ctl_frontend.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 */