From owner-svn-src-user@FreeBSD.ORG Wed Jun 2 07:28:12 2010 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A4036106564A; Wed, 2 Jun 2010 07:28:12 +0000 (UTC) (envelope-from jmallett@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 93F3C8FC1D; Wed, 2 Jun 2010 07:28:12 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o527SCYJ081905; Wed, 2 Jun 2010 07:28:12 GMT (envelope-from jmallett@svn.freebsd.org) Received: (from jmallett@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o527SCcC081903; Wed, 2 Jun 2010 07:28:12 GMT (envelope-from jmallett@svn.freebsd.org) Message-Id: <201006020728.o527SCcC081903@svn.freebsd.org> From: Juli Mallett Date: Wed, 2 Jun 2010 07:28:12 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r208727 - user/jmallett/octeon/sys/mips/cavium X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jun 2010 07:28:12 -0000 Author: jmallett Date: Wed Jun 2 07:28:12 2010 New Revision: 208727 URL: http://svn.freebsd.org/changeset/base/208727 Log: Add a comment. Modified: user/jmallett/octeon/sys/mips/cavium/octopci.c Modified: user/jmallett/octeon/sys/mips/cavium/octopci.c ============================================================================== --- user/jmallett/octeon/sys/mips/cavium/octopci.c Wed Jun 2 07:21:23 2010 (r208726) +++ user/jmallett/octeon/sys/mips/cavium/octopci.c Wed Jun 2 07:28:12 2010 (r208727) @@ -110,6 +110,12 @@ octopci_attach(device_t dev) struct octopci_softc *sc; int error; + /* + * XXX + * We currently rely on U-Boot to set up the PCI in host state. We + * should properly initialize the PCI bus here. + */ + sc = device_get_softc(dev); sc->sc_dev = dev; sc->sc_domain = 0;