This is the updated in2000 SCSI driver.  it has been updted for
patch 11.  I think is is ggod enough to start beta testing. 
Shaun Savage

To install

in config.in add a line
 
bool 'IN2000 SCSI SUPPORT' CONFIG_SCSI_IN2000



in scsi directory
in Makefile add lines


ifdef CONFIG_SCSI_IN2000
SCSI_OBJS := $(SCSI_OBJS) in2000.o
SCSI_HOSTS := 1+$(SCSI_HOSTS)
endif



in hosts.c add


#ifdef CONFIG_SCSI_IN2000
#include "in2000.h"
#endif



and in scsi_hosts array add

#ifdef CONFIG_SCSI_IN2000
	IN2000,
#endif



now remake the kernel by 
>make clean
>make dep
>make

be sure that your makefile is setup the way you want

While the new kernel is booting there will be some debug infomation
displayed. 

(in2000:xx xx xx xx xx)

this is OK while the system is being booted 

the important bytes are the second and third.

only if problem arise do these matter.

