diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 32428c662d22..c3b7dca1c05e 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.19 1995/03/17 04:27:19 davidg Exp $ +** $Id: pci.c,v 1.20 1995/03/21 23:01:01 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -61,13 +61,13 @@ #include #include +#include +#include + #include #include #include -#include -#include - #define PCI_MAX_IRQ (16) @@ -560,6 +560,7 @@ pci_bus_config (void) pdcp -> pdc_kdc.kdc_parentdata = &pdcp->pdc_pi; pdcp -> pdc_kdc.kdc_state = DC_UNKNOWN; pdcp -> pdc_kdc.kdc_description = name; + pdcp -> pdc_kdc.kdc_shutdown = dvp->pd_shutdown; /* ** And register this device diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 32428c662d22..c3b7dca1c05e 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.19 1995/03/17 04:27:19 davidg Exp $ +** $Id: pci.c,v 1.20 1995/03/21 23:01:01 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -61,13 +61,13 @@ #include #include +#include +#include + #include #include #include -#include -#include - #define PCI_MAX_IRQ (16) @@ -560,6 +560,7 @@ pci_bus_config (void) pdcp -> pdc_kdc.kdc_parentdata = &pdcp->pdc_pi; pdcp -> pdc_kdc.kdc_state = DC_UNKNOWN; pdcp -> pdc_kdc.kdc_description = name; + pdcp -> pdc_kdc.kdc_shutdown = dvp->pd_shutdown; /* ** And register this device