From owner-cvs-src@FreeBSD.ORG Thu May 15 12:07:58 2008 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B9D10656F6; Thu, 15 May 2008 12:07:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id A2A6F8FC1B; Thu, 15 May 2008 12:07:58 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (unknown [208.65.91.234]) by elvis.mu.org (Postfix) with ESMTP id 641241A4D8C; Thu, 15 May 2008 05:07:58 -0700 (PDT) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.14.2/8.14.2) with ESMTP id m4FC7fd3083425; Thu, 15 May 2008 08:07:50 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Rui Paulo Date: Thu, 15 May 2008 07:46:47 -0400 User-Agent: KMail/1.9.7 References: <200805122134.m4CLYqdB072870@repoman.freebsd.org> <4828C465.9030105@FreeBSD.org> In-Reply-To: <4828C465.9030105@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200805150746.48423.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Thu, 15 May 2008 08:07:50 -0400 (EDT) X-Virus-Scanned: ClamAV 0.91.2/7127/Thu May 15 05:59:12 2008 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/pci intpm.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 May 2008 12:07:58 -0000 On Monday 12 May 2008 06:27:49 pm Rui Paulo wrote: > John Baldwin wrote: > > jhb 2008-05-12 21:34:52 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/pci intpm.c > > Log: > > - Set sc->dev to the new-bus device_t so all the device_printf()s work. > > - Add a missing newline to a printf. > > > > MFC after: 1 week > > Submitted by: Andriy Gapon avg <> icyb.net.ua > > > > Revision Changes Path > > 1.41 +3 -1 src/sys/pci/intpm.c > > You're fast! > I just emailed takanori@ about committing this... Heh. > Oh well, thanks. Heh, in this case I'm probably the one who broke it while updating intpm (i.e. forgot to set sc->dev when changing it to use device_printf()). -- John Baldwin