diff options
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/cy/cy_pci.c | 5 | ||||
-rw-r--r-- | sys/dev/de/if_de.c | 4 | ||||
-rw-r--r-- | sys/dev/ed/if_ed_pci.c | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/sys/dev/cy/cy_pci.c b/sys/dev/cy/cy_pci.c index d9bbd72..dec0ddd 100644 --- a/sys/dev/cy/cy_pci.c +++ b/sys/dev/cy/cy_pci.c @@ -24,15 +24,16 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: cy_pci.c,v 1.1 1996/10/13 01:09:23 davidg Exp $ */ /* * Cyclades Y PCI serial interface driver */ -#include <pci.h> +#include "pci.h" #if NPCI > 0 + #include <sys/param.h> #include <sys/systm.h> #include <sys/malloc.h> diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c index 5b5cb25..0b590aa 100644 --- a/sys/dev/de/if_de.c +++ b/sys/dev/de/if_de.c @@ -21,7 +21,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: if_de.c,v 1.52 1996/09/20 04:35:15 davidg Exp $ + * $Id: if_de.c,v 1.53 1996/10/10 19:44:10 wollman Exp $ * */ @@ -83,7 +83,7 @@ #if defined(__FreeBSD__) #include <vm/pmap.h> -#include <pci.h> +#include "pci.h" #if NPCI > 0 #include <pci/pcivar.h> #include <pci/dc21040.h> diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c index 05382d8..743b6a0 100644 --- a/sys/dev/ed/if_ed_pci.c +++ b/sys/dev/ed/if_ed_pci.c @@ -17,7 +17,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: if_ed_p.c,v 1.3 1996/06/14 11:02:07 asami Exp $ + * $Id: if_ed_p.c,v 1.4 1996/08/28 18:54:26 bde Exp $ */ #include "pci.h" @@ -30,7 +30,7 @@ #include <pci/pcireg.h> #include <pci/pcivar.h> -#include <ed.h> +#include "ed.h" #define PCI_DEVICE_ID_NE2000 0x802910ec |