diff options
| author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
|---|---|---|
| committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-16 14:30:28 +0000 |
| commit | 36daf0495aa68d669ac6abf004940ec1b1e83e42 (patch) | |
| tree | 14e1117ec0e7000b8d3c4741569280dc7151708c /sys/dev/isp | |
| parent | 80f1c58b0a57fec2f89e018a2a2fb8c4fcf61f2b (diff) | |
Notes
Diffstat (limited to 'sys/dev/isp')
| -rw-r--r-- | sys/dev/isp/DriverManual.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isp/DriverManual.txt b/sys/dev/isp/DriverManual.txt index ea1968f9f8830..0ed5a1b08c4f3 100644 --- a/sys/dev/isp/DriverManual.txt +++ b/sys/dev/isp/DriverManual.txt @@ -165,7 +165,7 @@ and saves the QLogic HBA from having to write a response queue entry). The QLogic HBA is an interrupting card, and when servicing an interrupt you really only have to check for either a mailbox interrupt or an -interrupt notification that the the response queue has an entry to +interrupt notification that the response queue has an entry to be dequeued. 4.3 Fibre Channel SCSI out of SCSI @@ -327,7 +327,7 @@ here in clarifying some of this. A succesful execution of isp_init will lead to the driver 'registering' itself with this platform's SCSI subsystem. One assumed action for this -is the registry of a function the the SCSI subsystem for this platform +is the registry of a function the SCSI subsystem for this platform will call when it has a SCSI command to run. The platform specific module function that receives this will do whatever |
