patch-1.3.87 linux/drivers/scsi/53c7,8xx.scr
Next file: linux/drivers/scsi/53c8xx_d.h
Previous file: linux/drivers/scsi/53c7,8xx.h
Back to the patch index
Back to the overall index
- Lines: 81
- Date:
Fri Apr 12 09:49:40 1996
- Orig file:
v1.3.86/linux/drivers/scsi/53c7,8xx.scr
- Orig date:
Sat Jan 6 15:31:06 1996
diff -u --recursive --new-file v1.3.86/linux/drivers/scsi/53c7,8xx.scr linux/drivers/scsi/53c7,8xx.scr
@@ -128,7 +128,7 @@
; loaded with the address of the next DSA structure and
; reselected_check_next is called if a failure occurs.
;
-; Perhaps more conscisely, the net effect of the mess is
+; Perhaps more concisely, the net effect of the mess is
;
; for (dsa = reconnect_dsa_head, dest = &reconnect_dsa_head,
; src = NULL; dsa; dest = &dsa->next, dsa = dsa->next) {
@@ -224,7 +224,7 @@
ENTRY dsa_code_check_reselect
dsa_code_check_reselect:
MOVE SSID TO SFBR ; SSID contains 3 bit target ID
-; FIXME : we need to accomodate bit fielded and binary here for '7xx/'8xx chips
+; FIXME : we need to accommodate bit fielded and binary here for '7xx/'8xx chips
JUMP REL (wrong_dsa), IF NOT dsa_temp_target, AND MASK 0xf8
;
; Hack - move to scratch first, since SFBR is not writeable
@@ -234,7 +234,7 @@
MOVE MEMORY 1, reselected_identify, addr_scratch
MOVE dmode_memory_to_memory TO DMODE
MOVE SCRATCH0 TO SFBR
-; FIXME : we need to accomodate bit fielded and binary here for '7xx/'8xx chips
+; FIXME : we need to accommodate bit fielded and binary here for '7xx/'8xx chips
JUMP REL (wrong_dsa), IF NOT dsa_temp_lun, AND MASK 0xf8
; Patch the MOVE MEMORY INSTRUCTION such that
; the source address is the address of this dsa's
@@ -281,7 +281,7 @@
; Linked lists of DSA structures
ABSOLUTE reconnect_dsa_head = 0 ; Link list of DSAs which can reconnect
-ABSOLUTE addr_reconnect_dsa_head = 0 ; Address of variable contataining
+ABSOLUTE addr_reconnect_dsa_head = 0 ; Address of variable containing
; address of reconnect_dsa_head
; These select the source and destination of a MOVE MEMORY instruction
@@ -571,7 +571,7 @@
;
; After control has passed to one of the user provided
; DATA_IN or DATA_OUT routines, back calls are made to
-; other_tranfer_in or other_transfer_out to handle non-DATA IN
+; other_transfer_in or other_transfer_out to handle non-DATA IN
; and DATA OUT phases respectively, with the state of the active
; data pointer being preserved in TEMP.
;
@@ -648,7 +648,7 @@
; Note that other_out and other_in loop until a non-data phase
-; is discoverred, so we only execute return statements when we
+; is discovered, so we only execute return statements when we
; can go on to the next data phase block move statement.
ENTRY other_out
@@ -697,7 +697,7 @@
; caller hasn't read the first byte of the message. munge_message
; is called when the caller has read the first byte of the message,
; and left it in SFBR. msg_in_restart is called when the caller
-; hasnt read the first byte of the message, and wishes RETURN
+; hasn't read the first byte of the message, and wishes RETURN
; to transfer control back to the address of the conditional
; CALL instruction rather than to the instruction after it.
;
@@ -1110,7 +1110,7 @@
;
; 2. The NCR53c810 was selected or reselected by another device.
;
-; 3. The bus was allready busy since we were selected or reselected
+; 3. The bus was already busy since we were selected or reselected
; before starting the command.
wait_reselect_failed:
@@ -1234,7 +1234,7 @@
; so we need to sink/source one byte of data to allow the transition.
;
; For the sake of safety, we'll only source one byte of data in all
-; cases, but to accomodate the SCSI-I dain bramage, we'll sink an
+; cases, but to accommodate the SCSI-I dain bramage, we'll sink an
; arbitrary number of bytes.
JUMP spew_cmd, WHEN CMD
JUMP eat_msgin, WHEN MSG_IN
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this