ctl_frontend.h: Note that ctl_port.frontend is set by the FETD

Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D42931
This commit is contained in:
John Baldwin 2023-12-27 10:09:40 -08:00
parent e03e77ba4d
commit dfbb6f2e59

View file

@ -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 */