patch-2.3.35 linux/drivers/scsi/hosts.h
Next file: linux/drivers/scsi/pluto.c
Previous file: linux/drivers/scsi/fdomain.c
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Tue Dec 28 17:44:21 1999
- Orig file:
v2.3.34/linux/drivers/scsi/hosts.h
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.34/linux/drivers/scsi/hosts.h linux/drivers/scsi/hosts.h
@@ -437,6 +437,8 @@
struct module * module; /* Used for loadable modules */
unsigned char scsi_type;
unsigned char major;
+ unsigned char min_major; /* Minimum major in range. */
+ unsigned char max_major; /* Maximum major in range. */
unsigned char nr_dev; /* Number currently attached */
unsigned char dev_noticed; /* Number of devices detected. */
unsigned char dev_max; /* Current size of arrays */
@@ -447,7 +449,8 @@
void (*finish)(void); /* Perform initialization after attachment */
int (*attach)(Scsi_Device *); /* Attach devices to arrays */
void (*detach)(Scsi_Device *);
- int (*init_command)(Scsi_Cmnd *); /* Used by new queueing code. */
+ int (*init_command)(Scsi_Cmnd *); /* Used by new queueing code.
+ Selects command for blkdevs */
};
extern struct Scsi_Device_Template sd_template;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)