svn commit: r208727 - user/jmallett/octeon/sys/mips/cavium

Juli Mallett jmallett at FreeBSD.org
Wed Jun 2 07:28:12 UTC 2010


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;


More information about the svn-src-user mailing list