|
@@ -89,6 +89,8 @@
|
|
#include <scsi/scsi_device.h>
|
|
#include <scsi/scsi_device.h>
|
|
#include <scsi/scsi_host.h>
|
|
#include <scsi/scsi_host.h>
|
|
|
|
|
|
|
|
+#include <asm/irq.h>
|
|
|
|
+
|
|
#include "wd33c93.h"
|
|
#include "wd33c93.h"
|
|
|
|
|
|
#define optimum_sx_per(hostdata) (hostdata)->sx_table[1].period_ns
|
|
#define optimum_sx_per(hostdata) (hostdata)->sx_table[1].period_ns
|
|
@@ -1762,7 +1764,7 @@ static char setup_buffer[SETUP_BUFFER_SIZE];
|
|
static char setup_used[MAX_SETUP_ARGS];
|
|
static char setup_used[MAX_SETUP_ARGS];
|
|
static int done_setup = 0;
|
|
static int done_setup = 0;
|
|
|
|
|
|
-int
|
|
|
|
|
|
+static int
|
|
wd33c93_setup(char *str)
|
|
wd33c93_setup(char *str)
|
|
{
|
|
{
|
|
int i;
|
|
int i;
|