Source-Changes archive

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

CVS commit: syssrc



Module Name:    syssrc
Committed By:   thorpej
Date:           Sat Feb 26 17:24:45 UTC 2000

Modified Files:
        syssrc/sys/dev/ic: i82365.c i82365var.h

Log Message:
Put a lock on the pcic, to serialize access to the chip during event
handling.  This is important when multiple cards are present when
the system boots, as we use tsleep now instead of delay in various
places (delay used to provide serialization by virtue of not causing
a context switch).


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/dev/ic/i82365.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ic/i82365var.h

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