summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-08-04 06:52:00 +0000
committermsmith <msmith@FreeBSD.org>2000-08-04 06:52:00 +0000
commita4b7e979513d3f0f8cf8b2a3cfe1fa280931a1d1 (patch)
treebf6bd7b184766045598781c23cf11026156f4728 /sys/dev/mlx/mlx.c
parent0b697dfdc6e1be4175c9c84fe306374e3fcfc7e1 (diff)
downloadFreeBSD-src-a4b7e979513d3f0f8cf8b2a3cfe1fa280931a1d1.zip
FreeBSD-src-a4b7e979513d3f0f8cf8b2a3cfe1fa280931a1d1.tar.gz
Add support for 2.x/3.x firmware adapters which are too old to have a
memory-mapped register window. This closes the last known issue with 2.x vintage adapters.
Diffstat (limited to 'sys/dev/mlx/mlx.c')
-rw-r--r--sys/dev/mlx/mlx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c
index 9bb87ca..3c69dc5 100644
--- a/sys/dev/mlx/mlx.c
+++ b/sys/dev/mlx/mlx.c
@@ -43,6 +43,8 @@
#include <sys/stat.h>
#include <machine/resource.h>
+#include <machine/bus_memio.h>
+#include <machine/bus_pio.h>
#include <machine/bus.h>
#include <machine/clock.h>
#include <sys/rman.h>
OpenPOWER on IntegriCloud