Re: Modules and Buses

2010-08-25 Thread Alexandr Rybalko
On Mon, 23 Aug 2010 22:12:59 -0600 (MDT) M. Warner Losh i...@bsdimp.com wrote: In message: 20100819170643.38362078@dlink.ua Alexandr Rybalko r...@dlink.ua writes: : On Thu, 19 Aug 2010 09:18:46 -0400 : John Baldwin j...@freebsd.org wrote: : : On Thursday, August 19, 2010

Re: Modules and Buses

2010-08-25 Thread M. Warner Losh
In message: 20100825105908.c8b626fd@dlink.ua Alexandr Rybalko r...@dlink.ua writes: : On Mon, 23 Aug 2010 22:12:59 -0600 (MDT) : M. Warner Losh i...@bsdimp.com wrote: : : In message: 20100819170643.38362078@dlink.ua : Alexandr Rybalko r...@dlink.ua writes: : :

Re: Modules and Buses

2010-08-23 Thread M. Warner Losh
In message: 20100819170643.38362078@dlink.ua Alexandr Rybalko r...@dlink.ua writes: : On Thu, 19 Aug 2010 09:18:46 -0400 : John Baldwin j...@freebsd.org wrote: : : On Thursday, August 19, 2010 8:38:05 am Alexandr Rybalko wrote: : Hi all, : : Can someone say, how `make` in

Modules and Buses

2010-08-19 Thread Alexandr Rybalko
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

Re: Modules and Buses

2010-08-19 Thread John Baldwin
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

Re: Modules and Buses

2010-08-19 Thread Alexandr Rybalko
On Thu, 19 Aug 2010 09:18:46 -0400 John Baldwin j...@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