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 ...

Robert Watson rwatson at FreeBSD.org
Wed Mar 17 04:17:21 PST 2004


On Mon, 15 Mar 2004, Max Khon wrote:

>   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.

This sounds great, but I have a question -- do we need arlconfig(8), or
can we just use ifconfig?  I believ a fair amount of work has gone into
consolidation here, and ifconfig generally handle most things?  Is there
something specifically that ifconfig can't do that we need to add (or
create a generic 802.11 tool to satisfy)?

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert at fledge.watson.org      Senior Research Scientist, McAfee Research


>   
>   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)
> 



More information about the cvs-src mailing list