From owner-freebsd-embedded@FreeBSD.ORG Tue Dec 13 16:15:58 2011 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F2654106564A for ; Tue, 13 Dec 2011 16:15:58 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 9F3D58FC0A for ; Tue, 13 Dec 2011 16:15:58 +0000 (UTC) Received: by vcbfk1 with SMTP id fk1so8118192vcb.13 for ; Tue, 13 Dec 2011 08:15:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=cj3wzoCaTO1RlX2do+9/uExSdZyO7UqhoMngZ0sP1O0=; b=KGXWuL4mHzgjYBIW5L/yjohdfawGyiNs5QliQBGsN4YNr2u23M2aRDA/7bewKQgMIX 7czRCmf1Wv0el1yI6pWmex9Plq1estSSiDyGFz6oZjHxEsyeAkvWSxnrUyYQdeHiZHp7 RxqtEdUoRb6C4TnK3dX1//uHU1VG/VDWfgR+k= MIME-Version: 1.0 Received: by 10.220.230.67 with SMTP id jl3mr1995128vcb.60.1323792957891; Tue, 13 Dec 2011 08:15:57 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.26.50 with HTTP; Tue, 13 Dec 2011 08:15:57 -0800 (PST) In-Reply-To: <96F0A4F9-671B-422C-B8F2-6F386B1B3672@bsdimp.com> References: <68ABED76-CB1F-405A-8036-EC254F7511FA@lassitu.de> <3B3DB17D-BF87-40EE-B1C1-445F178E8844@lassitu.de> <86030CEE-6839-4B96-ACDC-2BA9AC1E4AE4@lassitu.de> <2D625CC9-A0E3-47AA-A504-CE8FB2F90245@lassitu.de> <203BF1C8-D528-40C9-8611-9C7AC7E43BAB@lassitu.de> <3C0E9CA3-E130-4E9A-ABCC-1782E28999D1@lassitu.de> <6387ABA5-AC55-49DD-9058-E45CC0A3E0A0@lassitu.de> <74E4AF57-3D22-415E-B913-176753B09B16@lassitu.de> <710E2C7A-E9AC-4103-8C61-0EDC4A3AF9DE@lassitu.de> <24FB4633-B729-4582-9FF6-CA8656742985@lassitu.de> <55D569DB-875B-412B-8650-C56F85D8E327@lassitu.de> <96F0A4F9-671B-422C-B8F2-6F386B1B3672@bsdimp.com> Date: Tue, 13 Dec 2011 08:15:57 -0800 X-Google-Sender-Auth: z7Z3Mglh5Wzn5LQOl0kznbuXQWU Message-ID: From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-embedded@freebsd.org Subject: Re: TL-WR1043: switch X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Dec 2011 16:15:59 -0000 On 13 December 2011 07:41, Warner Losh wrote: > Unless the code is huge, I'd like to see it in ifconfig as well from a us= ability standpoint. =A0Why require yet another application to do this? =A0W= e put all the wireless stuff into ifconfig. > > If the infrastructure really is getting in the way, I'd like to look at w= ays to make ifconfig more flexible and less in the way. It doesn't _look_ that bad. Bah, I think I'm going to be spending this weekend knee deep in the GPIO code changes needed and Stefan's/Ray's switch API code. *stab*. Thanks guys. :) Adrian