From owner-cvs-all@FreeBSD.ORG Sat Sep 6 03:01:52 2008 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5143F1065673 for ; Sat, 6 Sep 2008 03:01:52 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by mx1.freebsd.org (Postfix) with ESMTP id C3F438FC1C for ; Sat, 6 Sep 2008 03:01:51 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so390392tid.3 for ; Fri, 05 Sep 2008 20:01:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:to:cc:subject :message-id:mail-followup-to:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:organization :x-operation-sytem:from; bh=Y3lQRQe4U9QzMKmT/9HjYrVhjUr4+C2x/fuVBlK9Whk=; b=Jjy5j4tF8G/lbALGG52rvIF4iiNd+mBpGQUSblGfRUU5eOG3ipEj2+cmw/0ph1dl8e agQ5jEUcCmr5sbaJ7/7MQC5ezrUlPU8uyD40lmyky469pTW10nC7AY4nI9f7jheHEFrm BZswlaIOtwZM2PpwpFV2hmEwf0nqqLkfeQtTc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:message-id:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem:from; b=RfHF4CRcO2ctORCjo3okbB0pO5gBvqPKgP2b1Fu3pmBIh3XRjvdD8htX+e0CM8XdF6 fhCWiZWBBwqPAdHjLx1H8qGPvJKQHgqU/BnfwByQHz2OLz8ZqP86OIIPeSgfcDT8PbI6 SGIU1UiZSgHVWw/ohlhClokY8eUF4EZe+CnF4= Received: by 10.110.49.2 with SMTP id w2mr12944736tiw.28.1220668187483; Fri, 05 Sep 2008 19:29:47 -0700 (PDT) Received: from freebsd.weongyo.org ( [211.53.35.67]) by mx.google.com with ESMTPS id u12sm2184497tia.5.2008.09.05.19.29.44 (version=SSLv3 cipher=RC4-MD5); Fri, 05 Sep 2008 19:29:46 -0700 (PDT) Received: by freebsd.weongyo.org (sSMTP sendmail emulation); Sat, 6 Sep 2008 11:29:43 +0900 Date: Sat, 6 Sep 2008 11:29:43 +0900 To: Gavin Atkinson Message-ID: <20080906022943.GA70643@freebsd.weongyo.org> Mail-Followup-To: Gavin Atkinson , cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org References: <200809051127.m85BRcfl049486@repoman.freebsd.org> <1220620329.99079.14.camel@buffy.york.ac.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1220620329.99079.14.camel@buffy.york.ac.uk> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD From: Weongyo Jeong Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/usb if_zyd.c usbdevs X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Sep 2008 03:01:52 -0000 On Fri, Sep 05, 2008 at 02:12:09PM +0100, Gavin Atkinson wrote: > On Fri, 2008-09-05 at 11:27 +0000, Weongyo Jeong wrote: > > weongyo 2008-09-05 11:27:33 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/dev/usb if_zyd.c usbdevs > > Log: > > SVN rev 182783 on 2008-09-05 11:27:33Z by weongyo > > > > Add ZyXEL G-202 > > > > Obtained from: OpenBSD > > > > Revision Changes Path > > 1.19 +1 -0 src/sys/dev/usb/if_zyd.c > > 1.368 +1 -0 src/sys/dev/usb/usbdevs > > PR: usb/126927. > > Note that usbdevs seems to be sorted numerically by product ID, so it > looks like your addition has been inserted into the wrong place in that > file. Oops. It was my mistake. :-) Thanks! regards, Weongyo Jeong