Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys/dev/microcode/aic7xxx



Module Name:    syssrc
Committed By:   lukem
Date:           Sun Jun  2 01:20:36 UTC 2002

Modified Files:
        syssrc/sys/dev/microcode/aic7xxx: aicasm_gram.y aicasm_scan.l
            aicasm_symbol.c

Log Message:
Use SLIST_*() instead of accessing slh_first,sle_next directly.

XXX: this program currently doesn't parse macros that cross the EOL with \
(there are a couple in sys/dev/scsipi/scsi_message.h).
with that issue temporarily worked around, this change generates the
same output as the version of aicasm without this change.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/microcode/aic7xxx/aicasm_gram.y \
    syssrc/sys/dev/microcode/aic7xxx/aicasm_scan.l \
    syssrc/sys/dev/microcode/aic7xxx/aicasm_symbol.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index