From: jsg Date: Tue, 17 Jan 2023 23:39:30 +0000 (+0000) Subject: include isadma.h not isa.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=eed49ca99f62c7beaf09e3dc4f8acfdc8954a949;p=openbsd include isadma.h not isa.h missed in rev 1.5 when #if NISA became #if NISADMA not a problem in practice as isavar.h includes isadma.h ok miod@ deraadt@ millert@ --- diff --git a/sys/arch/i386/pci/pcib.c b/sys/arch/i386/pci/pcib.c index ed11f94f661..67a2789a73c 100644 --- a/sys/arch/i386/pci/pcib.c +++ b/sys/arch/i386/pci/pcib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pcib.c,v 1.25 2022/02/21 10:24:28 mpi Exp $ */ +/* $OpenBSD: pcib.c,v 1.26 2023/01/17 23:39:30 jsg Exp $ */ /* $NetBSD: pcib.c,v 1.6 1997/06/06 23:29:16 thorpej Exp $ */ /*- @@ -42,7 +42,7 @@ #include -#include "isa.h" +#include "isadma.h" #include "pcibios.h" #if NPCIBIOS > 0 #include