summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorfsmp <fsmp@FreeBSD.org>1997-08-21 07:05:54 +0000
committerfsmp <fsmp@FreeBSD.org>1997-08-21 07:05:54 +0000
commit5f207d9786f1b228b04603b7df72f83da295c3ed (patch)
treeaaf624afb0bab0528a5673e16bbf354a16d3b072 /sys/dev/pci
parent9a7cf30825bb8f5c255d09ef4f040d428b54ec1b (diff)
downloadFreeBSD-src-5f207d9786f1b228b04603b7df72f83da295c3ed.zip
FreeBSD-src-5f207d9786f1b228b04603b7df72f83da295c3ed.tar.gz
A few more casts and a function declaration for warning free kernel builds.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pcivar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pcivar.h b/sys/dev/pci/pcivar.h
index 4bb8496..9b1db34 100644
--- a/sys/dev/pci/pcivar.h
+++ b/sys/dev/pci/pcivar.h
@@ -26,7 +26,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id$
+ * $Id: pcivar.h,v 1.2 1997/08/21 06:54:09 smp Exp smp $
*
*/
@@ -199,5 +199,6 @@ int pci_map_mem (pcici_t tag, u_long reg, vm_offset_t* va, vm_offset_t* pa);
int pci_map_int (pcici_t tag, pci_inthand_t *func, void *arg, unsigned *maskptr);
int pci_unmap_int (pcici_t tag);
int pci_register_lkm (struct pci_device *dvp, int if_revision);
+void pci_configure (void);
#endif /* PCI_COMPAT */
OpenPOWER on IntegriCloud