summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_xlreg.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/if_xlreg.h')
-rw-r--r--sys/dev/pci/if_xlreg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_xlreg.h b/sys/dev/pci/if_xlreg.h
index 009150c7291..f124a1355ef 100644
--- a/sys/dev/pci/if_xlreg.h
+++ b/sys/dev/pci/if_xlreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_xlreg.h,v 1.7 1998/11/11 23:25:02 jason Exp $ */
+/* $OpenBSD: if_xlreg.h,v 1.8 1998/11/23 19:56:51 jason Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -548,7 +548,7 @@ struct xl_softc {
struct arpcom arpcom; /* interface info */
struct ifmedia ifmedia; /* media info */
u_int32_t iobase; /* pointer to PIO space */
-#ifndef XL_USEIOSPACE
+#if defined(XL_USEIOSPACE) && defined(__FreeBSD__)
volatile caddr_t csr; /* pointer to register map */
#endif
struct xl_type *xl_info; /* 3Com adapter info */