summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys/adw_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/advansys/adw_pci.c')
-rw-r--r--sys/dev/advansys/adw_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/advansys/adw_pci.c b/sys/dev/advansys/adw_pci.c
index 6b2d5cd..578cb37 100644
--- a/sys/dev/advansys/adw_pci.c
+++ b/sys/dev/advansys/adw_pci.c
@@ -60,8 +60,8 @@ __FBSDID("$FreeBSD$");
#include <dev/advansys/adwlib.h>
#include <dev/advansys/adwmcode.h>
-#define ADW_PCI_IOBASE PCIR_MAPS /* I/O Address */
-#define ADW_PCI_MEMBASE PCIR_MAPS + 4 /* Mem I/O Address */
+#define ADW_PCI_IOBASE PCIR_BAR(0) /* I/O Address */
+#define ADW_PCI_MEMBASE PCIR_BAR(1) /* Mem I/O Address */
#define PCI_ID_ADVANSYS_3550 0x230010CD00000000ull
#define PCI_ID_ADVANSYS_38C0800_REV1 0x250010CD00000000ull
OpenPOWER on IntegriCloud