One line fix for linux-2.1.81/drivers/scsi/pci2000.c

Adam J. Richter (adam@yggdrasil.com)
Sun, 25 Jan 1998 01:59:57 -0800


The PCI-2000 driver under Linux 2.1.81 fails to compile as a
module because of a typo. A line of code that appears to have been
copied from the PCI-2220I driver was not changed to refer to the PCI-2000.
This patch fixes that problem. By the way, I have no idea who
the author of this driver is. Otherwise, I would cc that person.

diff -c2 -r /tmp/linux-2.1.81.orig/drivers/scsi/pci2000.c linux/drivers/scsi/pci2000.c
*** /tmp/linux-2.1.81.orig/drivers/scsi/pci2000.c Wed Nov 5 12:59:49 1997
--- linux/drivers/scsi/pci2000.c Sun Jan 25 01:41:09 1998
***************
*** 654,658 ****
#ifdef MODULE
/* Eventually this will go into an include file, but this will be later */
! Scsi_Host_Template driver_template = PCI2220I;

#include "scsi_module.c"
--- 654,658 ----
#ifdef MODULE
/* Eventually this will go into an include file, but this will be later */
! Scsi_Host_Template driver_template = PCI2000;

#include "scsi_module.c"

Adam J. Richter __ ______________ 4880 Stevens Creek Blvd, Suite 205
adam@yggdrasil.com \ / San Jose, California 95129-1034
+1 408 261-6630 | g g d r a s i l United States of America
fax +1 408 261-6631 "Free Software For The Rest Of Us."