NetBSD/sys/arch/sparc/dev
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
..
am7930_sparc.c
audioamd.c
audioamdvar.h
bwtwo_obio.c
cgeight.c
cgfour.c
cgfourteen.c
cgfourteenreg.h
cgfourteenvar.h
cgsix_obio.c
cgtwo.c
com_obio.c
cons.h
dma_obio.c
esp_obio.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
fd.c Fix fdc_c_hwintr() and use it as a fall back if the `fast trap' handler 2001-04-19 14:53:36 +00:00
fdreg.h
fdvar.h
if_ie_obio.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
if_le_obio.c pasto: sc_maddr => sc_mem 2001-03-09 10:19:54 +00:00
kd.c
md_root.c
obio.c
power.c
power.h
sbus.c
sbusreg.h
sbusvar.h
sw.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
swreg.h
tctrl.c
tctrlvar.h
ts102reg.h
vme_machdep.c Sprinkle pmap_update() calls after calls to: 2001-04-24 04:30:50 +00:00
vmereg.h
zs_kgdb.c
zs.c