svn commit: r202089 - head/sys/mips/sibyte

Warner Losh imp at FreeBSD.org
Mon Jan 11 17:14:10 UTC 2010


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>
 


More information about the svn-src-head mailing list