Re: svn commit: r185482 - head/sys/dev/ath/ath_rate/sample

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Vladimir Grebenschikov
Date: Monday, December 8, 2008 - 5:40 am

On Mon, 2008-12-08 at 13:33 +0100, Jille Timmermans wrote:

after
cd /sys/modules/ath_rate_amrr
make all
make install
kldload /boot/kernel/ath_rate .ko

It works now, but why three directories in sys/modules tree make
same .ko object:

# fgrep ath /sys/modules/Makefile
	ath \
	ath_rate_amrr \
	ath_rate_onoe \
	ath_rate_sample \
# fgrep KMOD /sys/modules/ath_rate*/Makefile
/sys/modules/ath_rate_amrr/Makefile:KMOD=	ath_rate
/sys/modules/ath_rate_onoe/Makefile:KMOD=	ath_rate
/sys/modules/ath_rate_sample/Makefile:KMOD=	ath_rate
#

Looks like one overwrites another. What is right behaviour ?

-- 
Vladimir B. Grebenschikov
vova@fbsd.ru
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: svn commit: r185482 - head/sys/dev/ath/ath_rate/sample, Vladimir Grebenschikov, (Mon Dec 8, 5:27 am)
Re: svn commit: r185482 - head/sys/dev/ath/ath_rate/sample, Jille Timmermans, (Mon Dec 8, 5:33 am)
Re: svn commit: r185482 - head/sys/dev/ath/ath_rate/sample, Vladimir Grebenschikov, (Mon Dec 8, 5:40 am)