]> git.pld-linux.org Git - packages/kernel.git/blob - linux-2.4.10-cpqfc.patch
- CAN-2003-0985 fix from Linux 2.4.24 (apply before grsec)
[packages/kernel.git] / linux-2.4.10-cpqfc.patch
1 --- linux-2.4.10-pre7/include/scsi/scsi.h       Fri Apr 27 13:59:19 2001
2 +++ linux/include/scsi/scsi.h   Mon Sep 10 03:53:58 2001
3 @@ -214,6 +214,12 @@
4  /* Used to get the PCI location of a device */
5  #define SCSI_IOCTL_GET_PCI 0x5387
6  
7 +/* Used to invoke Target Defice Reset for Fibre Channel */
8 +#define SCSI_IOCTL_FC_TDR 0x5388
9 +
10 +/* Used to get Fibre Channel WWN and port_id from device */
11 +#define SCSI_IOCTL_FC_TARGET_ADDRESS 0x5389
12 +
13  /*
14   * Overrides for Emacs so that we follow Linus's tabbing style.
15   * Emacs will notice this stuff at the end of the file and automatically
16 --- linux-2.4.10-pre7/drivers/scsi/cpqfcTSinit.c        Sun Aug 12 10:51:41 2001
17 +++ linux/drivers/scsi/cpqfcTSinit.c    Mon Sep 10 03:54:23 2001
18 @@ -63,6 +63,7 @@
19  
20  #include <linux/config.h>  
21  #include <linux/module.h>
22 +#include <linux/init.h>
23  #include <linux/version.h> 
24  
25  /* Embedded module documentation macros - see module.h */
This page took 0.681322 seconds and 3 git commands to generate.