DragonFly BSD
DragonFly submit List (threaded) for 2005-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: move DEVICE_POLLING from opt_global.h to opt_polling.h


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Oct 2005 11:16:38 -0700 (PDT)

:Following patch move DEVICE_POLLING from opt_global.h to opt_polling.h:
:http://leaf.dragonflybsd.org/~sephe/opt_polling.diff
:
:Please review it.
:
:Best Regards,
:sephe
:
:--
:Live Free or Die

    net/if_var.h has all sorts of conditionals on DEVICE_POLLING.  Either
    net/if_var.h needs to include opt_polling.h (conditionally on _KERNEL
    or KLD_MODULE), or the option has to be left in opt_global.h.

    I think there were some recent commits that allow modules to use
    the primary opt_*.h files for a compile so its possible that this
    won't break the module build, but it would have to be tested.

					-Matt
					Matthew Dillon 
					<dillon@xxxxxxxxxxxxx>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]