Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2003 16:20:11 -0800
From:      Jeffrey Hsu <hsu@FreeBSD.org>
To:        Vincent Jardin <vjardin@wanadoo.fr>
Cc:        freebsd-net@FreeBSD.ORG
Subject:   Re: support of iso networking
Message-ID:  <0HAK0085QZBXF4@mta6.snfc21.pbi.net>
In-Reply-To: "Your message of Thu, 20 Feb 2003 01:00:18 %2B0100." <3E26CE21013DF60B@mel-rta6.wanadoo.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
  > 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 majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0HAK0085QZBXF4>