NetBSD/sys/arch/vax
bouyer 937a7a3ed9 Pull up the thorpej_scsipi branch to main branch.
This is a completely rewritten scsipi_xfer execution engine, and the
associated changes to HBA drivers. Overview of changes & features:
- All xfers are queued in the mid-layer, rather than doing so in an
  ad-hoc fashion in individual adapter drivers.
- Adapter/channel resource management in the mid-layer, avoids even trying
  to start running an xfer if the adapter/channel doesn't have the resources.
- Better communication between the mid-layer and the adapters.
- Asynchronous event notification mechanism from adapter to mid-layer and
  peripherals.
- Better peripheral queue management: freeze/thaw, sorted requeueing during
  recovery, etc.
- Clean separation of peripherals, adapters, and adapter channels (no more
  scsipi_link).
- Kernel thread for each scsipi_channel makes error recovery much easier
  (no more dealing with interrupt context when recovering from an error).
- Mid-layer support for tagged queueing: commands can have the tag type
  set explicitly, tag IDs are allocated in the mid-layer (thus eliminating
  the need to use buggy tag ID allocation schemes in many adapter drivers).
- support for QUEUE FULL and CHECK CONDITION status in mid-layer; the command
  will be requeued, or a REQUEST SENSE will be sent as appropriate.

Just before the merge syssrc has been tagged with thorpej_scsipi_beforemerge
2001-04-25 17:53:04 +00:00
..
bi VAX-specific bi support changes. 2000-07-26 11:53:30 +00:00
boot Add a diagnostic when we encounter an unknown boot device type. 2001-03-20 05:51:35 +00:00
compile
conf Compile vsbus_dma.c if vax53, hinted by Michael Kukat. 2001-03-27 18:01:59 +00:00
consolerl Use 2000-08-30 23:51:46 +00:00
floppy
if Giant update from Michael Kukat (michael@unixiron.org). 2001-02-04 20:36:26 +00:00
include Support for KA681 (4000/500A) from Michael Kukat. 2001-04-24 20:16:36 +00:00
mba Nexus vector number is 0x14-0x17, not 14-17! Fortunately, 3 wrong did 2000-07-10 09:14:32 +00:00
stand convert to use getprogname() 2001-02-19 22:48:57 +00:00
uba splimp -> spluba 2001-04-12 19:16:56 +00:00
vax Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
vsa Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
Makefile