From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 11:24:05 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 886F91065909; Mon, 19 Jan 2009 11:24:05 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id 40FCC8FC1F; Mon, 19 Jan 2009 11:24:05 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so2687815rvf.43 for ; Mon, 19 Jan 2009 03:24:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:mime-version :content-type:content-disposition:user-agent:organization :x-operation-sytem; bh=/zVo/sWzLEIPkATW/ayCDrEgQHNFBV9b4KPuVcesB04=; b=IFJG0KYyC3R70ANrOFZge63i+47KLLptRPXLtuwuwGedK5Mc9LQKT+BilpsYbsfUc3 lNLYtlu3e9wLB2jVk9UcnLxyj29OzfouJ+tdd0u5g2Ioe711aEdx0ZyxyacdnSX1ol3B M5wDpZ9H8XT/q7t7BGOuVAZekVroe40FWUZQ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :mime-version:content-type:content-disposition:user-agent :organization:x-operation-sytem; b=GayLjSKISAPVRVIyFCzQF33pl2cWGwRLml8NFaSP2cSGhiQ/yo2itGxEKh/KGMyX49 7kOFuHW9yJgUi7gjmSnoVpK/c+1X8r8L5p8n0DV46szl5trXigjdDqnUJrvlrLo1CfFd 7m2zOMtpNLDslWG62iR1DRmsBgEqfeL2Fs0tg= Received: by 10.142.139.5 with SMTP id m5mr2320887wfd.237.1232364244939; Mon, 19 Jan 2009 03:24:04 -0800 (PST) Received: from freebsd.weongyo.org ([211.53.35.67]) by mx.google.com with ESMTPS id 9sm8543299wfc.36.2009.01.19.03.24.01 (version=SSLv3 cipher=RC4-MD5); Mon, 19 Jan 2009 03:24:03 -0800 (PST) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Mon, 19 Jan 2009 20:23:33 +0900 From: Weongyo Jeong Date: Mon, 19 Jan 2009 20:23:33 +0900 To: current@freebsd.org Message-ID: <20090119112333.GA36305@freebsd.weongyo.org> Mail-Followup-To: current@freebsd.org, freebsd-usb@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: freebsd-usb@freebsd.org Subject: HEADSUP: urtw(4) to be committed soon X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2009 11:24:20 -0000 Hello, I would like to commit urtw(4) driver for supporting Realtek's 8187L wireless chipset based on USB into HEAD by the end of the week if there are no objections. And the license of files would be as follows that AFAIK it's based on OpenBSD's template license file: /*- * Copyright (c) 2008 Weongyo Jeong * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ Because I'm not a lawyer it'd definitely fail to answer about your detailed questions. Just one thing I want to is that it's okay if it's enough to use in *BSD, OpenSolaris and etc. Not want to go into troubles. :-) I'm looking for a person to port from USB to NEWUSB and if you want to test you can find the sources at: http://people.freebsd.org/~weongyo/urtw_20090119.tar.gz regards, Weongyo Jeong