From c235e25328c6cf4b9091f38d9c18db15764df594 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 1 Apr 2003 15:06:26 +0000 Subject: Use bioq_flush() to drain a bio queue with a specific error code. Retain the mistake of not updating the devstat API for now. Spell bioq_disksort() consistently with the remaining bioq_*(). #include where this is more appropriate. --- sys/dev/mlx/mlx.c | 3 ++- sys/dev/mlx/mlx_disk.c | 3 ++- sys/dev/mlx/mlx_pci.c | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) (limited to 'sys/dev/mlx') diff --git a/sys/dev/mlx/mlx.c b/sys/dev/mlx/mlx.c index d8841de..b68dd71 100644 --- a/sys/dev/mlx/mlx.c +++ b/sys/dev/mlx/mlx.c @@ -37,7 +37,6 @@ #include #include -#include #include #include @@ -47,6 +46,8 @@ #include #include +#include + #include #include #include diff --git a/sys/dev/mlx/mlx_disk.c b/sys/dev/mlx/mlx_disk.c index 0b8664f..44c5965 100644 --- a/sys/dev/mlx/mlx_disk.c +++ b/sys/dev/mlx/mlx_disk.c @@ -37,11 +37,12 @@ #include #include -#include #include #include +#include + #include #include #include diff --git a/sys/dev/mlx/mlx_pci.c b/sys/dev/mlx/mlx_pci.c index 4a21246..a2c1792 100644 --- a/sys/dev/mlx/mlx_pci.c +++ b/sys/dev/mlx/mlx_pci.c @@ -32,7 +32,6 @@ #include #include -#include #include #include @@ -40,6 +39,8 @@ #include #include +#include + #include #include -- cgit v1.1