[parisc-linux-cvs] linux-2.6 willy
Matthew Wilcox
parisc-linux@lists.parisc-linux.org
Sat, 27 Sep 2003 11:58:51 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux-2.6
Changes by: willy 03/09/27 11:58:51
Modified files:
drivers/scsi : NCR_Q720.c ncr53c8xx.c sym53c8xx_defs.h zalon.c
Log message:
ncr53c8xx-3.4.3d:
The driver now only supports NCR720 so delete chip_name and related text.
Move ncr_attach() down to the bottom of the file to eliminate some
prototypes and fit normal coding style better.
Get rid of typedefs for struct ncb *, struct tcb *, struct lcb * and
struct ccb *.
Get rid of Scsi_Cmnd and Scsi_Device.
Integrate James' patch for avoiding a NULL pointer dereference when
ncr_attach fails.