diff options
author | msmith <msmith@FreeBSD.org> | 2000-11-28 19:28:22 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-11-28 19:28:22 +0000 |
commit | 5226d3f09ec276b02540d00dd8fea9b4ff4d0ed3 (patch) | |
tree | 0346fe9ba78357510205ef141f3dde68ec447a55 /sys/dev/amr/amr_compat.h | |
parent | 624f14b69f2be9d6b481e50d892117f799deb54e (diff) | |
download | FreeBSD-src-5226d3f09ec276b02540d00dd8fea9b4ff4d0ed3.zip FreeBSD-src-5226d3f09ec276b02540d00dd8fea9b4ff4d0ed3.tar.gz |
MFS:
Fix amr_map_command so that 40LD-specific commands get the scatter-gather
list count in the right place. I don't understand why AMI did it like
this, but now the AMI MegaManager can talk to the newer (1600 and later)
controllers.
Remove an unused variable.
Include <machine/clock.h> when necessary.
Tweak some debugging levels to make things more intelligible.
Diffstat (limited to 'sys/dev/amr/amr_compat.h')
-rw-r--r-- | sys/dev/amr/amr_compat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/amr/amr_compat.h b/sys/dev/amr/amr_compat.h index 50ea804..ff517b3 100644 --- a/sys/dev/amr/amr_compat.h +++ b/sys/dev/amr/amr_compat.h @@ -32,6 +32,7 @@ #if __FreeBSD_version < 500003 /* old buf style */ # include <sys/buf.h> +# include <machine/clock.h> # define FREEBSD_4 # define bio buf |