Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/dev/pci Back out revision 1.60 (requested by mjacob...



details:   https://anonhg.NetBSD.org/src/rev/df27c15d1e92
branches:  netbsd-1-5
changeset: 490541:df27c15d1e92
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Fri Jan 26 00:23:00 2001 +0000

description:
Back out revision 1.60 (requested by mjacob), erroneously pulled up.

diffstat:

 sys/dev/pci/isp_pci.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d8c962f66639 -r df27c15d1e92 sys/dev/pci/isp_pci.c
--- a/sys/dev/pci/isp_pci.c     Thu Jan 25 21:12:54 2001 +0000
+++ b/sys/dev/pci/isp_pci.c     Fri Jan 26 00:23:00 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isp_pci.c,v 1.51.4.2 2001/01/25 18:25:34 jhawk Exp $ */
+/* $NetBSD: isp_pci.c,v 1.51.4.3 2001/01/26 00:23:00 jhawk Exp $ */
 /*
  * This driver, which is contained in NetBSD in the files:
  *
@@ -63,7 +63,6 @@
 #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