Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/dev/pcmcia



Module Name:    src
Committed By:   snj
Date:           Thu Mar 26 17:03:39 UTC 2009

Modified Files:
        src/sys/dev/pcmcia [netbsd-5]: wdc_pcmcia.c

Log Message:
Pull up following revision(s) (requested by drochner in ticket #614):
        sys/dev/pcmcia/wdc_pcmcia.c: revision 1.114
Work around a problem with PCMCIA adapter drivers (eg for hpc*) which
attach pcmcia devices before interrupts are enabled. This is unclean
because pcmcia drivers use tsleep(9) in the attach code path but it
worked all the time and it is too late to change this on the 5.0 branch.
So just tolerate it.
Fixes a regression on hpcsh reported by Valeriy E. Ushakov.


To generate a diff of this commit:
cvs rdiff -u -r1.112.8.1 -r1.112.8.2 src/sys/dev/pcmcia/wdc_pcmcia.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