Date: Wed, 17 Mar 2004 07:15:31 -0500 (EST) From: Robert Watson <rwatson@FreeBSD.org> To: Max Khon <fjoe@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: 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 ... Message-ID: <Pine.NEB.3.96L.1040317071347.48894C-100000@fledge.watson.org> In-Reply-To: <200403152224.i2FMOSQh002806@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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) >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1040317071347.48894C-100000>