Date: Wed, 17 Mar 2004 15:07:42 +0200 From: Ruslan Ermilov <ru@freebsd.org> To: "M. Warner Losh" <imp@bsdimp.com> Cc: cvs-src@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: <20040317130742.GB74358@ip.net.ua> In-Reply-To: <20040317.204301.67883204.imp@bsdimp.com> References: <200403152224.i2FMOSQh002806@repoman.freebsd.org> <20040317.204301.67883204.imp@bsdimp.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] On Wed, Mar 17, 2004 at 08:43:01PM +0800, M. Warner Losh wrote: > In message: <200403152224.i2FMOSQh002806@repoman.freebsd.org> > Max Khon <fjoe@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@FreeBSD.org [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAWE2eUkv4P6juNwoRAjrWAJ9lcOVucPFbgK3ryT26KIVQSs7UtwCdHcKg rqDFTqLOrMayNo+U+d6CmGU= =uaPJ -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040317130742.GB74358>
