|
@@ -53,6 +53,11 @@
|
|
#include "scsi.h"
|
|
#include "scsi.h"
|
|
#include <scsi/scsi_host.h>
|
|
#include <scsi/scsi_host.h>
|
|
#include "mac_scsi.h"
|
|
#include "mac_scsi.h"
|
|
|
|
+
|
|
|
|
+/* These control the behaviour of the generic 5380 core */
|
|
|
|
+#define AUTOSENSE
|
|
|
|
+#define PSEUDO_DMA
|
|
|
|
+
|
|
#include "NCR5380.h"
|
|
#include "NCR5380.h"
|
|
|
|
|
|
#if 0
|
|
#if 0
|
|
@@ -571,10 +576,6 @@ static int macscsi_pwrite (struct Scsi_Host *instance,
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
-/* These control the behaviour of the generic 5380 core */
|
|
|
|
-#define AUTOSENSE
|
|
|
|
-#define PSEUDO_DMA
|
|
|
|
-
|
|
|
|
#include "NCR5380.c"
|
|
#include "NCR5380.c"
|
|
|
|
|
|
static struct scsi_host_template driver_template = {
|
|
static struct scsi_host_template driver_template = {
|