patch-2.4.4 linux/include/scsi/scsi.h
Next file: linux/include/video/newport.h
Previous file: linux/include/net/udp.h
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Fri Apr 27 13:59:19 2001
- Orig file:
v2.4.3/linux/include/scsi/scsi.h
- Orig date:
Tue Sep 5 14:08:55 2000
diff -u --recursive --new-file v2.4.3/linux/include/scsi/scsi.h linux/include/scsi/scsi.h
@@ -196,8 +196,9 @@
* Here are some scsi specific ioctl commands which are sometimes useful.
*/
/* These are a few other constants only used by scsi devices */
+/* Note that include/linux/cdrom.h also defines IOCTL 0x5300 - 0x5395 */
-#define SCSI_IOCTL_GET_IDLUN 0x5382
+#define SCSI_IOCTL_GET_IDLUN 0x5382 /* conflicts with CDROMAUDIOBUFSIZ */
/* Used to turn on and off tagged queuing for scsi devices */
@@ -209,6 +210,9 @@
/* Used to get the bus number for a device */
#define SCSI_IOCTL_GET_BUS_NUMBER 0x5386
+
+/* Used to get the PCI location of a device */
+#define SCSI_IOCTL_GET_PCI 0x5387
/*
* Overrides for Emacs so that we follow Linus's tabbing style.
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)