Commit b06ae2a2 authored by James Bottomley's avatar James Bottomley

[SCSI 53c700] update version to 2.8

parent 64b33130
...@@ -50,6 +50,14 @@ ...@@ -50,6 +50,14 @@
* */ * */
/* CHANGELOG /* CHANGELOG
*
* Version 2.8
*
* Fixed bad bug affecting tag starvation processing (previously the
* driver would hang the system if too many tags starved. Also fixed
* bad bug having to do with 10 byte command processing and REQUEST
* SENSE (the command would loop forever getting a transfer length
* mismatch in the CMD phase).
* *
* Version 2.7 * Version 2.7
* *
...@@ -104,7 +112,7 @@ ...@@ -104,7 +112,7 @@
* Initial modularisation from the D700. See NCR_D700.c for the rest of * Initial modularisation from the D700. See NCR_D700.c for the rest of
* the changelog. * the changelog.
* */ * */
#define NCR_700_VERSION "2.7" #define NCR_700_VERSION "2.8"
#include <linux/config.h> #include <linux/config.h>
#include <linux/version.h> #include <linux/version.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment