From owner-freebsd-hackers@freebsd.org Wed Mar 28 15:18:49 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9E495F67EEE for ; Wed, 28 Mar 2018 15:18:49 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: from mail-oi0-x230.google.com (mail-oi0-x230.google.com [IPv6:2607:f8b0:4003:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2F50D70D40 for ; Wed, 28 Mar 2018 15:18:49 +0000 (UTC) (envelope-from lakhanshiva@gmail.com) Received: by mail-oi0-x230.google.com with SMTP id e123-v6so2428900oih.13 for ; Wed, 28 Mar 2018 08:18:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=8r8T83S86t3sXT93zV4TPDwGrE3wVk6lXnkkFLxKvRg=; b=cUAvPrlSbEtMorAsjobVCXzJnTSV+dyk/yzLmfI3Yjx5AgRUWohgB7Ctb2MQCGBKEk 9yooDlq6vmYILyhPvLGYGvm0A86ubp8ARg9FdglGYXN+5iMOO58yfU1C4IdXxjBSOblP Fw70RG3l0mw31JbS/cq2CsGwuFSl9hDg/ZiKJtvtITM3C/uootqdOmsj+HRnz0lJs0Z5 lM7UvBvrwax/H7Vl86+cC5g4ia0N8U1ksAPvBxZIHSA0vhx5sdF5IY+D1cbqs0x5WI/A MAZBthLsn1gm/ykKZG1M8yLss6p77yNdehaQAi9H5GA5klhoJhkoCsfw4g8hgsKYoLG9 3wig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=8r8T83S86t3sXT93zV4TPDwGrE3wVk6lXnkkFLxKvRg=; b=rpev9ocHwjmKJFUWVx3UUZml+yEp9gzzlHh7ovH7O1V3SKa35MiApMTshwNdjuSb5f JI2fTWlPqvx7Hb53lhWwMlVqf8Rr6fozrVvQThaPJUW6afYiuvEnGIti3ENfkELZvSB6 LSIrkYsak+a5oI0xnWiS8J88OIKesgUGGmGfbd+Lai3RKLktySMU76XKcckzPnhr2E7N jZ/OU5BAPzwuI85vgIHHIVGXtxA/YGWrQatU9vCeFIUnhKUkZK79fcC8+Ddqw11oafHB vDxEy/wbiVGnMpBT5ta4KRvaOy5a5daEMywIom68VWAJsbO12SVp/ltSf3VEGfhLoqBa lWow== X-Gm-Message-State: ALQs6tANmSvOoE8BnZfCfZeqty2V8MYFzfMfEPZayKljbMYbMGX52V1K r4iKztmCfGzL2A5QNO2Ub4MjpoJqf5+bbB94BazMsQ== X-Google-Smtp-Source: AIpwx49HMSnKq/SSXjh0yhj6KpxIdm6FWm76WzZLAEG83eHJrbL6zYikmfFOnnUO9IVafd+4zao3qNj6dOzky8DGHl0= X-Received: by 10.202.74.194 with SMTP id x185mr2125728oia.295.1522250328322; Wed, 28 Mar 2018 08:18:48 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a9d:44a8:0:0:0:0:0 with HTTP; Wed, 28 Mar 2018 08:18:47 -0700 (PDT) In-Reply-To: References: From: Lakhan Shiva Date: Wed, 28 Mar 2018 20:48:47 +0530 Message-ID: Subject: Re: Commit privileges and branching To: Warner Losh Cc: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 15:18:49 -0000 Hi, I have made a pull request as suggested. https://github.com/freebsd/freebsd/pull/135 In this I have added the PNP info for the puc driver. Please review and comment, for a possible merge. Thanks, Lakhan On Wed, Mar 28, 2018 at 2:15 AM, Warner Losh wrote: > > > On Tue, Mar 27, 2018 at 9:42 AM, Lakhan Shiva > wrote: > >> Hi, >> >> I would like to start working on converting PCI drivers that already have >> a >> table but font have a MODULE_PNP_INFO. I would like to know more about the >> branching strategy and the process to check in first piece of code. I am >> uising FreeBSD VM current image. I will be using SVN for checking out and >> checking in code from the VM. >> > > There's two paths forward for you. > > If you are selected for GSoC, you'll have our gsoc svn repo available. > > The other option is to fork from http://www.github.org/freebsd/freebsd > using git. > > The way that commits normally land in the FreeBSD is that some committer > will push them in with a tag saying that you'd submitted it and when > there's enough you'd get a commit bit of all has gone well. > > If you're doing GSoC, then you and your mentor would work this out. > > Warner >