From cd71fd08ccf36e07a1b0efc82b534dc6057077d8 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 21 Jul 2002 05:25:49 +0000 Subject: [PATCH] Stop abusing NPCI for code that doesn't even work. Emit a warning. --- sys/i386/isa/stallion.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sys/i386/isa/stallion.c b/sys/i386/isa/stallion.c index 5706ea285153..ca766c4bde52 100644 --- a/sys/i386/isa/stallion.c +++ b/sys/i386/isa/stallion.c @@ -54,12 +54,8 @@ #include #include -#include "pci.h" -#ifdef COMPILING_LINT -#warning "The stallion pci device is broken and not compiled with LINT" -#undef NPCI +#warning "The stallion pci attachment is broken and not compiled" #define NPCI 0 -#endif #if NPCI > 0 #ifndef COMPAT_OLDPCI #error "The stallion pci driver requires the old pci compatibility shims"