Re: control of order of inet devices

看板FB_current作者時間12年前 (2013/08/12 17:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串13/13 (看更多)
--1LKvkjL3sHcu1TtY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Aug 05, 2013 at 11:16:03AM +0200, Willy Offermans wrote: > Hello Brooks, >=20 > On Wed, Apr 17, 2013 at 03:01:27PM -0500, Brooks Davis wrote: > > On Wed, Apr 17, 2013 at 04:27:44AM -0500, Joshua Isom wrote: > > > On 4/17/2013 4:14 AM, Willy Offermans wrote: > > > > This is what I read in some of the articles or handbook as well. Ca= n I > > > > reorder this linked list? Can I control the order by creating the k= ernel > > > > and reordering the inclusion of the device drivers? > > > > > > > > I am aware that the request sounds silly, but I have a third party = program > > > > which checks its licence against the first inet device. Since I hav= e added > > > > a new inet controller, the sequence has changed. Of course I ask fo= r a new > > > > licence, but they want to charge me for that and I do not see any r= eason > > > > for that. > > >=20 > > > Load old inet devices like normal, in loader.conf. Then load the new= =20 > > > device driver before networking, after rc's started. If it'd because= of=20 > > > probe order, then you might just have to control the probe order the= =20 > > > hard way. If the program's calling ifconfig itself, you could write = a=20 > > > wrapper to resort the output. And call a lawyer, getting a new ether= net=20 > > > card shouldn't void a license. > >=20 > > It wouldn't be particularly hard to influence the sorting of the list if > > you're willing to modify the if_attach_internal() function and always > > insert devices with that name at the beginning. It just doesn't seem > > very general purpose so I'd have a hard time considering including it. > >=20 > > -- Brooks >=20 > I see und subscribe to your point. However it is not clear to me how the > order is established. Maybe if I know that, I can influence the order. Can > you comment on that? The order is simply the order the devices probe in. That's basicaly a black box with the order set by the bus hierarchy. > Where can I find the code for the if_attach_internal() function? Digging > into the code might also elucidate a lot of things, so I need to ask less > :). Maybe I will change the code a bit to suite my wishes. If that is the > case, I will inform the list and show the code. Maybe it is useful. sys/net/if.c around line 586. -- Brooks --1LKvkjL3sHcu1TtY Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iD8DBQFSCKWBXY6L6fI4GtQRAlkEAJ9jhY4pLwKgzSnSahUTRrlhPiTERQCbBev/ iPzZbcj6YdBaQSxZouTwrQM= =66nB -----END PGP SIGNATURE----- --1LKvkjL3sHcu1TtY--
文章代碼(AID): #1I2AkI2K (FB_current)
討論串 (同標題文章)
文章代碼(AID): #1I2AkI2K (FB_current)