summaryrefslogtreecommitdiffstats
path: root/sys/pci/ncr.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-05-28 10:45:06 +0000
committerpeter <peter@FreeBSD.org>2000-05-28 10:45:06 +0000
commitac0a007a3892c87c3008c0b38a365dd8010da731 (patch)
tree5cb5ca25ef819b56d097687e9d4122192e168ecd /sys/pci/ncr.c
parent6c19cf0ba179cba6c9be34c300ca567129740eac (diff)
downloadFreeBSD-src-ac0a007a3892c87c3008c0b38a365dd8010da731.zip
FreeBSD-src-ac0a007a3892c87c3008c0b38a365dd8010da731.tar.gz
ncr.c is no longer a COMPAT_OLDPCI device - remove the warning.
Diffstat (limited to 'sys/pci/ncr.c')
-rw-r--r--sys/pci/ncr.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pci/ncr.c b/sys/pci/ncr.c
index cca8ddd..40a865b 100644
--- a/sys/pci/ncr.c
+++ b/sys/pci/ncr.c
@@ -204,10 +204,6 @@
#include <cam/scsi/scsi_all.h>
#include <cam/scsi/scsi_message.h>
-#ifndef COMPAT_OLDPCI
-#error "The ncr device requires the old pci compatibility shims"
-#endif
-
/*==========================================================
**
** Debugging tags
OpenPOWER on IntegriCloud