Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jan 2010 17:14:10 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r202089 - head/sys/mips/sibyte
Message-ID:  <201001111714.o0BHEAoO023475@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Jan 11 17:14:10 2010
New Revision: 202089
URL: http://svn.freebsd.org/changeset/base/202089

Log:
  Get sb_zbpci.c compiling again after the macros PCI_BUSMAX,
  PCI_SLOTMAX and PCI_FUNCMAX were moved to pcireg.h.
  
  Submitted by:	neel@

Modified:
  head/sys/mips/sibyte/sb_zbpci.c

Modified: head/sys/mips/sibyte/sb_zbpci.c
==============================================================================
--- head/sys/mips/sibyte/sb_zbpci.c	Mon Jan 11 16:31:29 2010	(r202088)
+++ head/sys/mips/sibyte/sb_zbpci.c	Mon Jan 11 17:14:10 2010	(r202089)
@@ -39,6 +39,7 @@
 #include <vm/vm_extern.h>
 #include <vm/pmap.h>
 
+#include <dev/pci/pcireg.h>
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pcib_private.h>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001111714.o0BHEAoO023475>