Modules and Buses

Alexandr Rybalko ray at dlink.ua
Thu Aug 19 14:06:36 UTC 2010


On Thu, 19 Aug 2010 09:18:46 -0400
John Baldwin <jhb at freebsd.org> wrote:

>> On Thursday, August 19, 2010 8:38:05 am Alexandr Rybalko wrote:
>> > Hi all,
>> > 
>> > Can someone say, how `make` in sys/modules dir can obtain available buses.
>> > I try to make clean version of bfe, that can be for PCI bus or can be part 
>> of SoC (like BCM5354) on SSB bus.
>> > So for proper module building I need to know what bus interface I must build 
>> if_bfe_pci.c, or if_bfe_siba.c, or both?
>> 
>> You can always include both buses.  If a bus driver isn't present in the 
>> kernel the attachment will just never be invoked.

I was afraid of such response. Now I have to rewrite siba implementation to newbus :)
Thanks you for answer! 

>> 
>> -- 
>> John Baldwin


-- 
Alexandr Rybalko <ray at dlink.ua> 
aka Alex RAY <ray at ddteam.net>


More information about the freebsd-hackers mailing list