summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/advansys')
-rw-r--r--sys/dev/advansys/adv_pci.c4
-rw-r--r--sys/dev/advansys/adw_pci.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/advansys/adv_pci.c b/sys/dev/advansys/adv_pci.c
index 483ad7c..e4ba944 100644
--- a/sys/dev/advansys/adv_pci.c
+++ b/sys/dev/advansys/adv_pci.c
@@ -78,8 +78,8 @@ __FBSDID("$FreeBSD$");
#include <dev/advansys/advansys.h>
-#define PCI_BASEADR0 PCIR_MAPS /* I/O Address */
-#define PCI_BASEADR1 PCIR_MAPS + 4 /* Mem I/O Address */
+#define PCI_BASEADR0 PCIR_BAR(0) /* I/O Address */
+#define PCI_BASEADR1 PCIR_BAR(1) /* Mem I/O Address */
#define PCI_DEVICE_ID_ADVANSYS_1200A 0x110010CD
#define PCI_DEVICE_ID_ADVANSYS_1200B 0x120010CD
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