Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2000 18:52:31 -0400
From:      "Gary T. Corcoran" <gcorcoran@lucent.com>
To:        Warner Losh <imp@village.org>
Cc:        FreeBSD Hackers <freebsd-hackers@FreeBSD.ORG>
Subject:   Re: Setting device options
Message-ID:  <38F64FAF.4D3BEAEF@lucent.com>
References:  <38F63C11.860C901B@lucent.com> <200004132232.QAA48521@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Warner,

> Two options.
> 
> Once is that you can get hints, the other is that you can get
> environment variables.  The third is to have sysctls, but those can't
> be set until after the driver has finished loading.  Which one do you
> want me to talk about?

I'm sorry, but I don't know what "hints" are.  Can you briefly explain
(to start)?

As to sysctls, not available until after driver loading: I believe
that I need to know, before I reach the end of my attach routine, whether
I'm going to be in a LAN mode or a WAN mode, so I know whether
to do an ether_attach() or an sppp_attach().  So does that rule out
sysctls?

Thanks,
Gary


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38F64FAF.4D3BEAEF>