Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Include dev/isa/isavar.h so that this file compi...
details: https://anonhg.NetBSD.org/src/rev/56f0619e9b67
branches: trunk
changeset: 482833:56f0619e9b67
user: enami <enami%NetBSD.org@localhost>
date: Tue Feb 22 22:46:16 2000 +0000
description:
Include dev/isa/isavar.h so that this file compiles again.
diffstat:
sys/dev/pci/i82365_pci.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 511ef43201d7 -r 56f0619e9b67 sys/dev/pci/i82365_pci.c
--- a/sys/dev/pci/i82365_pci.c Tue Feb 22 21:29:36 2000 +0000
+++ b/sys/dev/pci/i82365_pci.c Tue Feb 22 22:46:16 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: i82365_pci.c,v 1.9 2000/02/22 16:04:47 thorpej Exp $ */
+/* $NetBSD: i82365_pci.c,v 1.10 2000/02/22 22:46:16 enami Exp $ */
/*
* Copyright (c) 1997 Marc Horowitz. All rights reserved.
@@ -45,6 +45,8 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcidevs.h>
#include <dev/pci/i82365_pcivar.h>
+
+#include <dev/isa/isavar.h>
#include <dev/isa/i82365_isavar.h>
/*
Home |
Main Index |
Thread Index |
Old Index