Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   bouyer
Date:           Sat May  8 15:03:34 UTC 2004

Modified Files:
        src/sys/dev/ata: ata_wdc.c
        src/sys/dev/ic: wdc.c
        src/sys/dev/scsipi: atapi_wdc.c

Log Message:
Add a delay(10) after re-enabling interrupts in the control register.
Some controllers/drives (e.g. SataLink 3114 with WD Raptor) require
it. Should fix kern/23808 by Chris Gilbert, patch suplied by Chris Gilbert
on tech-kern, extended to all places enabling interrupts by me.


To generate a diff of this commit:
cvs rdiff -r1.53 -r1.54 src/sys/dev/ata/ata_wdc.c
cvs rdiff -r1.172 -r1.173 src/sys/dev/ic/wdc.c
cvs rdiff -r1.69 -r1.70 src/sys/dev/scsipi/atapi_wdc.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