cvs commit: src/sys/dev/ata ata-all.c ata-all.h ata-chipset.c
ata-lowlevel.c
Søren Schmidt
sos at FreeBSD.org
Fri Sep 3 05:10:44 PDT 2004
sos 2004-09-03 12:10:44 UTC
FreeBSD src repository
Modified files:
sys/dev/ata ata-all.c ata-all.h ata-chipset.c
ata-lowlevel.c
Log:
Introduce ata_udelay() that uses tsleep instead of DELAY if possible.
In places where we have long delays that doesn't depend on too accurate
timing, use ata_udelay() instead of DELAY() so we dont uselessly spin
the CPU if not nessesary;
Revision Changes Path
1.225 +9 -0 src/sys/dev/ata/ata-all.c
1.83 +1 -0 src/sys/dev/ata/ata-all.h
1.87 +4 -4 src/sys/dev/ata/ata-chipset.c
1.47 +4 -3 src/sys/dev/ata/ata-lowlevel.c
More information about the cvs-src
mailing list