--- src/sys/netproto/atm/atm_proto.c 2006/01/14 13:36:39 1.11 +++ src/sys/netproto/atm/atm_proto.c 2008/11/01 04:22:15 1.12 @@ -46,7 +46,8 @@ struct protosw atmsw[] = { 0, /* pr_output */ 0, /* pr_ctlinput */ 0, /* pr_ctloutput */ - cpu0_soport, /* pr_soport */ + cpu0_soport, /* pr_mport */ + NULL, /* pr_ctlport */ 0, /* pr_init */ 0, /* pr_fasttimo */ 0, /* pr_slowtimo */ @@ -63,6 +64,7 @@ struct protosw atmsw[] = { 0, /* pr_ctlinput */ atm_aal5_ctloutput, /* pr_ctloutput */ cpu0_soport, /* pr_mport */ + NULL, /* pr_ctlport */ 0, /* pr_init */ 0, /* pr_fasttimo */ 0, /* pr_slowtimo */ @@ -80,6 +82,7 @@ struct protosw atmsw[] = { x, /* pr_ctlinput */ x, /* pr_ctloutput */ 0, /* pr_mport */ + NULL, /* pr_ctlport */ 0, /* pr_init */ 0, /* pr_fasttimo */ 0, /* pr_slowtimo */