Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/pci Fix compilation errors.
details: https://anonhg.NetBSD.org/src/rev/a7339abe05c7
branches: trunk
changeset: 472140:a7339abe05c7
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Thu Apr 22 18:48:59 1999 +0000
description:
Fix compilation errors.
diffstat:
sys/arch/macppc/pci/pciide_machdep.c | 8 ++------
1 files changed, 2 insertions(+), 6 deletions(-)
diffs (30 lines):
diff -r c722004ce94b -r a7339abe05c7 sys/arch/macppc/pci/pciide_machdep.c
--- a/sys/arch/macppc/pci/pciide_machdep.c Thu Apr 22 18:00:34 1999 +0000
+++ b/sys/arch/macppc/pci/pciide_machdep.c Thu Apr 22 18:48:59 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pciide_machdep.c,v 1.1 1999/04/16 21:15:29 thorpej Exp $ */
+/* $NetBSD: pciide_machdep.c,v 1.2 1999/04/22 18:48:59 wrstuden Exp $ */
/*
* Copyright (c) 1998 Christopher G. Demetriou. All rights reserved.
@@ -42,19 +42,15 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.1 1999/04/16 21:15:29 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pciide_machdep.c,v 1.2 1999/04/22 18:48:59 wrstuden Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
-#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-#include <dev/pci/pciidereg.h>
#include <dev/pci/pciidevar.h>
-#include <dev/isa/isavar.h>
-
void *
pciide_machdep_compat_intr_establish(dev, pa, chan, func, arg)
struct device *dev;
Home |
Main Index |
Thread Index |
Old Index