freebsd-dev/sys/dev/amr
Scott Long 5b4a781b96 Lock the AMR driver:
- Introduce the amr_io_lock to control access to command queues, bio queues,
  and the hardware.
- Eliminate the taskqueue and do all completion processing in the ithread.
- Assign a static slot number to each command instead of doing a linear
  search for free slots each time a command is needed.
- Modify the interrupt handler to more closely match what Linux does, for
  safety.
2005-01-16 07:34:26 +00:00
..
amr_cam.c Lock the AMR driver: 2005-01-16 07:34:26 +00:00
amr_compat.h Centralize the devstat handling for all GEOM disk device drivers 2003-03-08 08:01:31 +00:00
amr_disk.c Lock the AMR driver: 2005-01-16 07:34:26 +00:00
amr_pci.c Lock the AMR driver: 2005-01-16 07:34:26 +00:00
amr_tables.h amr.c, 2002-10-30 22:00:11 +00:00
amr.c Lock the AMR driver: 2005-01-16 07:34:26 +00:00
amrio.h Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 and 2004-08-16 17:23:09 +00:00
amrreg.h amr.c, 2002-10-30 22:00:11 +00:00
amrvar.h Lock the AMR driver: 2005-01-16 07:34:26 +00:00