From b8d72a5ae86b781453485b3d15efd623361f7ac2 Mon Sep 17 00:00:00 2001 From: "Justin T. Gibbs" Date: Fri, 17 Mar 1995 23:54:17 +0000 Subject: [PATCH] Make the aic7xxx assembler take quoted strings as a single token. Make $Id the version variable which required the quoted string "feature". --- sys/dev/aic7xxx/aic7xxx.seq | 9 ++++----- sys/dev/aic7xxx/aic7xxx_asm.c | 26 ++++++++++++++++++++++---- sys/dev/aic7xxx/aicasm.c | 26 ++++++++++++++++++++++---- sys/dev/aic7xxx/aicasm/aicasm.c | 26 ++++++++++++++++++++++---- sys/gnu/misc/aic7xxx/aic7xxx.c | 26 ++++++++++++++++++++++---- sys/gnu/misc/aic7xxx/aic7xxx.seq | 9 ++++----- 6 files changed, 96 insertions(+), 26 deletions(-) diff --git a/sys/dev/aic7xxx/aic7xxx.seq b/sys/dev/aic7xxx/aic7xxx.seq index b73596137d22..d328693c5428 100644 --- a/sys/dev/aic7xxx/aic7xxx.seq +++ b/sys/dev/aic7xxx/aic7xxx.seq @@ -21,9 +21,8 @@ # FreeBSD, Twin, Wide, 2 command per target support, tagged queuing and other # optimizations provided by Justin T. Gibbs (gibbs@FreeBSD.org) # -# $Id: aic7xxx.seq,v 1.8 1995/02/22 01:37:52 gibbs Exp $ -VERSION AIC7XXX_SEQ_VERSION 1.8 +VERSION AIC7XXX_SEQ_VER "$Id: aic7xxx.seq,v 1.9 1995/03/07 09:00:44 gibbs Exp $" SCBMASK = 0x1f @@ -726,7 +725,7 @@ p_mesgin5: test A,0x78 jnz p_mesginN # !DiscPriv|!LUNTAR|!Reserved - and A,0x7 # lun in lower three bits + and A,0x07 # lun in lower three bits or SAVED_TCL,A,SELID and SAVED_TCL,0xf7 and A,0x08,SBLKCTL # B Channel?? @@ -737,8 +736,8 @@ p_mesgin5: # If we get one, we use the tag returned to switch to the proper # SCB. Otherwise, we just use the findSCB method. p_mesgin5_loop: - test SSTAT1,0x8 jnz use_findSCB # BUSFREE - test SSTAT1,0x1 jz p_mesgin5_loop # REQINIT + test SSTAT1,0x08 jnz use_findSCB # BUSFREE + test SSTAT1,0x01 jz p_mesgin5_loop # REQINIT and A,0xe0,SCSISIGI # CDI|IOI|MSGI cmp A,0xe0 jne use_findSCB # Still p_mesgin? mvi A call inb_first diff --git a/sys/dev/aic7xxx/aic7xxx_asm.c b/sys/dev/aic7xxx/aic7xxx_asm.c index 15fbb7f67e0a..9eb96300331b 100644 --- a/sys/dev/aic7xxx/aic7xxx_asm.c +++ b/sys/dev/aic7xxx/aic7xxx_asm.c @@ -26,7 +26,7 @@ * A