From 76506d9fe2ec1fbf30910ab2e5af58be135b75f9 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 28 May 2000 15:59:52 +0000 Subject: Warn that this as an oldpci device.. --- sys/dev/vx/if_vx_pci.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/dev/vx/if_vx_pci.c') diff --git a/sys/dev/vx/if_vx_pci.c b/sys/dev/vx/if_vx_pci.c index c9f918d..39ef809 100644 --- a/sys/dev/vx/if_vx_pci.c +++ b/sys/dev/vx/if_vx_pci.c @@ -44,6 +44,10 @@ #include +#ifndef COMPAT_OLDPCI +#error "The vx driver requires the old pci compatability shims." +#endif + static void vx_pci_shutdown(void *, int); static const char *vx_pci_probe(pcici_t, pcidi_t); static void vx_pci_attach(pcici_t, int unit); -- cgit v1.1