aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/lnc/if_lnc_pci.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
committerWarner Losh <imp@FreeBSD.org>2000-03-27 20:24:02 +0000
commitd0d3b8345b0d7c853b385d92e44553a1dbd26ea5 (patch)
treeb0e0712f81bd575ae5b3509ae9f83cbb8d8edf51 /sys/dev/lnc/if_lnc_pci.c
parentb9d308bed267dbbbaa1a76c0bad817e90ad9a81a (diff)
Notes
Diffstat (limited to 'sys/dev/lnc/if_lnc_pci.c')
-rw-r--r--sys/dev/lnc/if_lnc_pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/lnc/if_lnc_pci.c b/sys/dev/lnc/if_lnc_pci.c
index 19a2a07cc333..8d8745a74d20 100644
--- a/sys/dev/lnc/if_lnc_pci.c
+++ b/sys/dev/lnc/if_lnc_pci.c
@@ -20,10 +20,6 @@
* $FreeBSD$
*/
-#ifndef COMPAT_OLDPCI
-#error "The lnc device requires the old pci compatibility shims"
-#endif
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -33,6 +29,10 @@
#include "lnc.h"
+#ifndef COMPAT_OLDPCI
+#error "The lnc device requires the old pci compatibility shims"
+#endif
+
#define PCI_DEVICE_ID_PCNet_PCI 0x20001022
#define PCI_DEVICE_ID_PCHome_PCI 0x20011022