freebsd-dev/sys/dev/ata
John Baldwin 8ec48c6dbf - Remove asleep(), await(), and M_ASLEEP.
- Callers of asleep() and await() have been converted to calling tsleep().
  The only caller outside of M_ASLEEP was the ata driver, which called both
  asleep() and await() with spl-raised, so there was no need for the
  asleep() and await() pair.  M_ASLEEP was unused.

Reviewed by:	jasone, peter
2001-08-10 06:37:05 +00:00
..
ata-all.c - Remove asleep(), await(), and M_ASLEEP. 2001-08-10 06:37:05 +00:00
ata-all.h s/adress/address/ 2001-07-23 12:05:27 +00:00
ata-card.c
ata-disk.c "Fix" the previous initial attempt at fixing TUNABLE_INT(). This time 2001-06-08 05:24:21 +00:00
ata-disk.h
ata-dma.c Add support for yet another Promise ATA100 variant 2001-06-08 09:51:33 +00:00
ata-isa.c
ata-pci.c Add support for yet another Promise ATA100 variant 2001-06-08 09:51:33 +00:00
ata-raid.c
ata-raid.h
atapi-all.c - Remove asleep(), await(), and M_ASLEEP. 2001-08-10 06:37:05 +00:00
atapi-all.h
atapi-cd.c Disallow ATAPI CD transfers that are not a multiple of the device block 2001-07-29 21:01:13 +00:00
atapi-cd.h
atapi-fd.c
atapi-fd.h
atapi-tape.c
atapi-tape.h