Made pci.c compile again. It unfortunately depends on the isa interrupt
interface. Adding prototypes just made the dependency explicit.
This commit is contained in:
parent
512fef80a9
commit
8be8b2a157
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
**
|
||||
** $Id: pci.c,v 1.32 1995/10/02 13:43:11 davidg Exp $
|
||||
** $Id: pci.c,v 1.33 1995/11/20 12:42:23 phk Exp $
|
||||
**
|
||||
** General subroutines for the PCI bus.
|
||||
** pci_configure ()
|
||||
@ -63,6 +63,8 @@
|
||||
#include <machine/pmap.h>
|
||||
#include <sys/devconf.h>
|
||||
|
||||
#include <i386/isa/isa_device.h> /* XXX inthand2_t */
|
||||
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcibus.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**************************************************************************
|
||||
**
|
||||
** $Id: pci.c,v 1.32 1995/10/02 13:43:11 davidg Exp $
|
||||
** $Id: pci.c,v 1.33 1995/11/20 12:42:23 phk Exp $
|
||||
**
|
||||
** General subroutines for the PCI bus.
|
||||
** pci_configure ()
|
||||
@ -63,6 +63,8 @@
|
||||
#include <machine/pmap.h>
|
||||
#include <sys/devconf.h>
|
||||
|
||||
#include <i386/isa/isa_device.h> /* XXX inthand2_t */
|
||||
|
||||
#include <pci/pcivar.h>
|
||||
#include <pci/pcireg.h>
|
||||
#include <pci/pcibus.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user