Warn that this as an oldpci device..

This commit is contained in:
Peter Wemm 2000-05-28 15:59:52 +00:00
parent 403b9111fb
commit 3796d32b9c

View File

@ -44,6 +44,10 @@
#include <dev/vx/if_vxreg.h>
#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);