From owner-freebsd-current@FreeBSD.ORG Tue Sep 28 07:31:47 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92830106566C for ; Tue, 28 Sep 2010 07:31:47 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 3308A8FC14 for ; Tue, 28 Sep 2010 07:31:47 +0000 (UTC) Received: by qwd6 with SMTP id 6so3949899qwd.13 for ; Tue, 28 Sep 2010 00:31:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/rcJXdl89jnDWSzhUE2I2cw8B7cvtICV9FWbTKDMfYU=; b=RcFe0kKNAuDi2b20akj+YwG79Nb8pddb99cfvFo0CA161ZBFbpO1bNLNiQBkRO8ydu hLESSGnYcPnnsUiRWOU0A6tKXIuwr1ma4GsqhsApO6xqEyEYizZKsPXjsUCtsvQS4m9X btmgD4+RrUTDtdrAXmXbDf2qLmdmN7xviIvrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bhb9EfX+TFUi6cm0Pl0GGQLX+D36h5LFHGhC0CBKHZWWOpsL7WPV2GdVTMfoh1TaX4 QBy5HrI8rbVLL87puSSPc08aJbM/shU0jTfbCRtw075quq+aQ44+dQrnJCKOIuJfeSUm TX2odU3BcLiFRwG0zuMqWvsIkUNPmU9AT5zCI= MIME-Version: 1.0 Received: by 10.224.45.22 with SMTP id c22mr6480214qaf.103.1285659106494; Tue, 28 Sep 2010 00:31:46 -0700 (PDT) Received: by 10.229.50.8 with HTTP; Tue, 28 Sep 2010 00:31:45 -0700 (PDT) In-Reply-To: References: <201001282224.o0SMOsU8070773@svn.freebsd.org> Date: Tue, 28 Sep 2010 11:31:45 +0400 Message-ID: From: pluknet To: Andrew Thompson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Current Subject: Re: svn commit: r203134 - in head: share/man/man4 sys/conf sys/contrib/dev/run sys/dev/usb sys/dev/usb/wlan sys/modules sys/modules/runfw sys/modules/usb sys/modules/usb/run X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Sep 2010 07:31:47 -0000 On 29 January 2010 09:16, pluknet wrote: > On 29 January 2010 01:24, Andrew Thompson wrote: >> Author: thompsa >> Date: Thu Jan 28 22:24:54 2010 >> New Revision: 203134 >> URL: http://svn.freebsd.org/changeset/base/203134 >> >> Log: >> =A0Add run(4), a driver for Ralink RT2700U/RT2800U/RT3000U USB 802.11agn= devices. >> >> =A0This driver was written for OpenBSD by Damien Bergamini and ported ov= er by >> =A0Akinori Furukoshi. >> > [...] > >> Added: head/share/man/man4/run.4 > [...] >> +The >> +.Nm >> +driver offloads both encryption and decryption of data frames to the >> +hardware for the WEP40, WEP104, TKIP(+MIC) and CCMP ciphers. >> +.Pp >> +The >> +.Nm >> +driver can be configured at runtime with >> +.Xr ifconfig 8 >> +or on boot with >> +.Xr hostname.if 5 . > > hostname.if(5) is something that only exists in OpenBSD. > I think the following would be better: > For more information on configuring this device, see > .Xr ifconfig 8 . > Hi, This is still relevant. hostname.if(5) is in OBSD. Will someone fix this? --=20 wbr, pluknet