@@ -625,7 +625,7 @@ Interface Functions
625
625
===================
626
626
Interface functions are supplied (defined) by LLDs and their function
627
627
pointers are placed in an instance of struct scsi_host_template which
628
- is passed to scsi_host_alloc() [ or scsi_register() / init_this_scsi_driver()] .
628
+ is passed to scsi_host_alloc() or scsi_register().
629
629
Some are mandatory. Interface functions should be declared static. The
630
630
accepted convention is that driver "xyz" will declare its sdev_configure()
631
631
function as::
@@ -636,8 +636,8 @@ and so forth for all interface functions listed below.
636
636
637
637
A pointer to this function should be placed in the 'sdev_configure' member
638
638
of a "struct scsi_host_template" instance. A pointer to such an instance
639
- should be passed to the mid level's scsi_host_alloc() [ or scsi_register() /
640
- init_this_scsi_driver()] .
639
+ should be passed to the mid level's scsi_host_alloc() or scsi_register().
640
+ .
641
641
642
642
The interface functions are also described in the include/scsi/scsi_host.h
643
643
file immediately above their definition point in "struct scsi_host_template".
@@ -817,10 +817,6 @@ Details::
817
817
* The SCSI_IOCTL_PROBE_HOST ioctl yields the string returned by this
818
818
* function (or struct Scsi_Host::name if this function is not
819
819
* available).
820
- * In a similar manner, init_this_scsi_driver() outputs to the console
821
- * each host's "info" (or name) for the driver it is registering.
822
- * Also if proc_info() is not supplied, the output of this function
823
- * is used instead.
824
820
*
825
821
* Optionally defined in: LLD
826
822
**/
0 commit comments