Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Correct omission by the previous committer.
details: https://anonhg.NetBSD.org/src/rev/acb414b55d67
branches: trunk
changeset: 500132:acb414b55d67
user: mjacob <mjacob%NetBSD.org@localhost>
date: Wed Dec 06 06:33:56 2000 +0000
description:
Correct omission by the previous committer.
diffstat:
sys/dev/pci/isp_pci.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r c4f2971d48f8 -r acb414b55d67 sys/dev/pci/isp_pci.c
--- a/sys/dev/pci/isp_pci.c Wed Dec 06 04:53:37 2000 +0000
+++ b/sys/dev/pci/isp_pci.c Wed Dec 06 06:33:56 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_pci.c,v 1.59 2000/11/14 18:42:57 thorpej Exp $ */
+/* $NetBSD: isp_pci.c,v 1.60 2000/12/06 06:33:56 mjacob Exp $ */
/*
* This driver, which is contained in NetBSD in the files:
*
@@ -63,6 +63,7 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
#include <dev/pci/pcidevs.h>
+#include <uvm/uvm_extern.h>
static u_int16_t isp_pci_rd_reg __P((struct ispsoftc *, int));
static void isp_pci_wr_reg __P((struct ispsoftc *, int, u_int16_t));
Home |
Main Index |
Thread Index |
Old Index