From 99bac58a2f5a55f51180c53638fe9b7d65d2e035 Mon Sep 17 00:00:00 2001 From: peter Date: Thu, 19 Sep 2002 03:40:17 +0000 Subject: simos.c needs a to be updated from the old pci shims. Yell loudly but stop breaking alpha LINT. --- sys/pci/simos.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/pci/simos.c') diff --git a/sys/pci/simos.c b/sys/pci/simos.c index 7944d5e..040e042 100644 --- a/sys/pci/simos.c +++ b/sys/pci/simos.c @@ -26,6 +26,10 @@ * $FreeBSD$ */ +#ifdef COMPILING_LINT +#warning "The simos driver is broken and is not compiled with LINT" +#else + #include #include #include @@ -348,3 +352,6 @@ simos_intr(int unit) simos_done(sc); } + + +#endif /* !COMPILING_LINT */ -- cgit v1.1