Author: jhb
Date: Wed Jun 22 18:48:07 2011
New Revision: 223433
URL: http://svn.freebsd.org/changeset/base/223433

Log:
  Oops, missed these in 223424.
  
  Reported by:  jkim

Modified:
  head/sys/amd64/include/pci_cfgreg.h
  head/sys/i386/include/pci_cfgreg.h

Modified: head/sys/amd64/include/pci_cfgreg.h
==============================================================================
--- head/sys/amd64/include/pci_cfgreg.h Wed Jun 22 18:22:53 2011        
(r223432)
+++ head/sys/amd64/include/pci_cfgreg.h Wed Jun 22 18:48:07 2011        
(r223433)
@@ -37,6 +37,7 @@
 #define CONF1_ENABLE_MSK1  0x80000001ul
 #define CONF1_ENABLE_RES1  0x80000000ul
 
+u_long         hostb_alloc_start(int type, u_long start, u_long end, u_long 
count);
 int            pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus);
 int            pci_cfgregopen(void);
 u_int32_t      pci_cfgregread(int bus, int slot, int func, int reg, int bytes);

Modified: head/sys/i386/include/pci_cfgreg.h
==============================================================================
--- head/sys/i386/include/pci_cfgreg.h  Wed Jun 22 18:22:53 2011        
(r223432)
+++ head/sys/i386/include/pci_cfgreg.h  Wed Jun 22 18:48:07 2011        
(r223433)
@@ -43,6 +43,7 @@
 #define CONF2_ENABLE_CHK   0x0e
 #define CONF2_ENABLE_RES   0x0e
 
+u_long         hostb_alloc_start(int type, u_long start, u_long end, u_long 
count);
 int            pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus);
 int            pci_cfgregopen(void);
 u_int32_t      pci_cfgregread(int bus, int slot, int func, int reg, int bytes);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to