Source-Changes archive

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

CVS commit: syssrc/sys/dev



Module Name:    syssrc
Committed By:   mjacob
Date:           Fri Mar 22 02:34:09 UTC 2002

Modified Files:
        syssrc/sys/dev/ic: isp.c ispvar.h
        syssrc/sys/dev/pci: isp_pci.c

Log Message:
Handle Port Unavailable the same as Port Logout (i.e., send a LIP).

Unconst pointer to f/w in the ispdv structure. Too many compilers get
unhappy over our walking the array. Make casts as appropriate so that
initialization in structure is still happy.

Limit length of fabric to 256. This will all go away soon.

Do a cleaner case of keeping multiple CPUs/threads from reading the
same response queue entries.


To generate a diff of this commit:
cvs rdiff -r1.89 -r1.90 syssrc/sys/dev/ic/isp.c
cvs rdiff -r1.53 -r1.54 syssrc/sys/dev/ic/ispvar.h
cvs rdiff -r1.76 -r1.77 syssrc/sys/dev/pci/isp_pci.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