cvs commit: src/sys/modules Makefile src/usr.sbin Makefile
src/share/man/man4/man4.i386 Makefile arl.4 src/sys/conf files.i386
src/sys/i386/conf NOTES src/sys/dev/arl if_arl.c if_arl_isa.c
if_arlreg.h src/sys/modules/arl Makefile ...
Ruslan Ermilov
ru at freebsd.org
Wed Mar 17 05:10:03 PST 2004
On Wed, Mar 17, 2004 at 08:43:01PM +0800, M. Warner Losh wrote:
> In message: <200403152224.i2FMOSQh002806 at repoman.freebsd.org>
> Max Khon <fjoe at FreeBSD.org> writes:
> : fjoe 2004/03/15 14:24:28 PST
> :
> : FreeBSD src repository
> :
> : Modified files:
> : sys/modules Makefile
> : usr.sbin Makefile
> : share/man/man4/man4.i386 Makefile
> : sys/conf files.i386
> : sys/i386/conf NOTES
> : Added files:
> : share/man/man4/man4.i386 arl.4
> : sys/dev/arl if_arl.c if_arl_isa.c if_arlreg.h
> : sys/modules/arl Makefile
> : usr.sbin/arlconfig Makefile arlconfig.8 arlconfig.c
> : Log:
> : Add arl(4): driver for Aironet Arlan 655 wireless adapters.
> :
> : MFC after: 2 weeks
> :
> : Revision Changes Path
> : 1.164 +1 -0 src/share/man/man4/man4.i386/Makefile
> : 1.1 +78 -0 src/share/man/man4/man4.i386/arl.4 (new)
> : 1.479 +2 -0 src/sys/conf/files.i386
> : 1.1 +973 -0 src/sys/dev/arl/if_arl.c (new)
> : 1.1 +354 -0 src/sys/dev/arl/if_arl_isa.c (new)
> : 1.1 +310 -0 src/sys/dev/arl/if_arlreg.h (new)
> : 1.1148 +5 -0 src/sys/i386/conf/NOTES
> : 1.371 +2 -0 src/sys/modules/Makefile
> : 1.1 +10 -0 src/sys/modules/arl/Makefile (new)
> : 1.293 +2 -0 src/usr.sbin/Makefile
> : 1.1 +11 -0 src/usr.sbin/arlconfig/Makefile (new)
> : 1.1 +236 -0 src/usr.sbin/arlconfig/arlconfig.8 (new)
> : 1.1 +612 -0 src/usr.sbin/arlconfig/arlconfig.c (new)
>
> So why do we need a new fooconfig for wireless cards? What's wrong if
> ifconfig?
>
arlconfig(8) looks functionally identical to wicontrol(8), not to ifconfig(8).
As such, it's probably best to rename it to arlconfig(8). I agree it doesn't
make sense to duplicate options already provided by ifconfig(8), but it looks
there are some options (and in wicontrol(8) too) that aren't supported by
ifconfig(8), these should be kept. (While wicontrol(8) has a history, this
tool doesn't, so no point for duplicating ifconfig(8) functionality.)
Cheers,
--
Ruslan Ermilov
FreeBSD committer
ru at FreeBSD.org
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20040317/f853f7ff/attachment.bin
More information about the cvs-src
mailing list