| if_sk.c | 1486 	struct skc_attach_args skca;  local in function:skc_attach 1786 	skca.skc_port = SK_PORT_A;
 1787 	(void)config_found(sc->sk_dev, &skca, skcprint, CFARGS_NONE);
 1790 		skca.skc_port = SK_PORT_B;
 1791 		(void)config_found(sc->sk_dev, &skca, skcprint, CFARGS_NONE);
 
 |