> I have been looking on this delta. I had been stuck on the handlers of the > "user requests" ( xxx_usrreq() ) that are deeply different between NetBSD > and FreeBSD.
The old pr_usrreq routine used to be a big switch statement on the second parameter, the request type. Now, each case is a separate function with its own pointer in struct pr_usrreqs. You should be able to just move the code from each case over to the new functions. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message