From df17ff7fa550cd1ce3b816ef59d2816859fef0f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Schmidt?= Date: Mon, 12 Feb 2001 14:29:13 +0000 Subject: [PATCH] Oops, its no longer NISA its DEV_ISA, sigh.... --- sys/dev/ata/ata-all.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ata/ata-all.c b/sys/dev/ata/ata-all.c index a268231ea05..b57e0bd087a 100644 --- a/sys/dev/ata/ata-all.c +++ b/sys/dev/ata/ata-all.c @@ -51,7 +51,7 @@ #include #include #endif -#if NISA > 0 +#ifdef DEV_ISA #include #include #endif