cvs commit: src/sys/dev/fxp if_fxp.c if_fxpvar.h

M. Warner Losh imp at bsdimp.com
Thu Jun 3 08:14:58 PDT 2004


In message: <xzpy8n5knp1.fsf at dwp.des.no>
            des at des.no (Dag-Erling Smørgrav) writes:
: Scott Long <scottl at freebsd.org> writes:
: > Not having the ability to deal with global settings is a bit
: > of a pain.  I had envisioned that something like this would
: > be:
: >
: > dev.fxp.N.instance_variable
: > dev.fxp.global_variable
: 
: This should be fairly easy to do.  I'll try to come up with some
: patches.

How about an API?  How does the driver deal with the global/instance
variable split?  If I set dev.fxp.gerbil to 1 and dev.fxp.1.gerbil to
23?  Is that order dependent?

Warner


More information about the cvs-src mailing list