summaryrefslogtreecommitdiffstats
path: root/sys/dev/mlx/mlx_pci.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-10-26 23:20:43 +0000
committermsmith <msmith@FreeBSD.org>1999-10-26 23:20:43 +0000
commit65bd95f881cd6cf4edb875ea3bb2d8bfd819453d (patch)
treecb9f2eb5a3bb2752cf776b59701aa795278fc14c /sys/dev/mlx/mlx_pci.c
parent792afbe803fb8075c0d74c67a994d33a5eac6cc7 (diff)
downloadFreeBSD-src-65bd95f881cd6cf4edb875ea3bb2d8bfd819453d.zip
FreeBSD-src-65bd95f881cd6cf4edb875ea3bb2d8bfd819453d.tar.gz
Move some hardware-related items to the hardware-related header.
Shift to using the same queueing strategy that the amr driver uses. Some simple tests indicate that we use about 2% of the CPU at around 500tps with the controller completely saturated with I/O.
Diffstat (limited to 'sys/dev/mlx/mlx_pci.c')
-rw-r--r--sys/dev/mlx/mlx_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c
index 8aa9e1a..673b5eb 100644
--- a/sys/dev/mlx/mlx_pci.c
+++ b/sys/dev/mlx/mlx_pci.c
@@ -48,6 +48,7 @@
#include <dev/mlx/mlxio.h>
#include <dev/mlx/mlxvar.h>
+#include <dev/mlx/mlxreg.h>
#if 0
#define debug(fmt, args...) printf("%s: " fmt "\n", __FUNCTION__ , ##args)
OpenPOWER on IntegriCloud