NetBSD/sys/dev/ata
thorpej fc96443d15 New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
  resource allocation.
- Insertion and removal of callouts is constant time, important as
  this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
2000-03-23 07:01:25 +00:00
..
Makefile
ata.c Don't put leading space, otherwise diskerr() prints unnecessary space 2000-01-25 09:33:12 +00:00
ata_wdc.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
atareg.h
atavar.h Improve the downgrade logic: 2000-01-17 00:01:00 +00:00
files.ata
wd.c New callout mechanism with two major improvements over the old 2000-03-23 07:01:25 +00:00
wdvar.h Cancel active transfers on aic/wdc detach. 1999-10-20 15:22:24 +00:00