NetBSD/sys/dev/tc
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
..
Makefile Put back all header files defining ioctls 2001-04-11 19:07:36 +00:00
Makefile.tcdevs
asc.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
asc_ioasic.c
asc_tc.c
asc_tcds.c Pull up the thorpej_scsipi branch to main branch. 2001-04-25 17:53:04 +00:00
ascvar.h
bba.c
cfb.c Fix a few race conditions ... the VSYNC update flag could be cleared 2001-04-20 11:53:06 +00:00
devlist2h.awk
files.tc Add a definition for PMAGD which should cover all (three?) variations of 2001-01-16 05:49:41 +00:00
if_fta.c
if_le_ibus.c
if_le_ioasic.c
if_le_tc.c
if_levar.h
ioasic_subr.c
ioasicreg.h
ioasicvar.h
mfb.c - relocate the code to place sprite cursor inside interrupt handlers 2001-01-16 05:32:16 +00:00
nvrreg.h
px.c Use uvm_pageboot_alloc() rather than pmap_steal_memory(). 2001-04-22 16:44:41 +00:00
pxg.c Make this work on alpha, and fix some other bogons. 2001-03-04 13:32:25 +00:00
sfb.c Fix a few race conditions ... the VSYNC update flag could be cleared 2001-04-20 11:53:06 +00:00
sfbplus.c Change to exclude TC identification string PMAGD-AA because 8bpp can not 2001-02-27 02:11:36 +00:00
sfbreg.h Add register #defines similar to those in <dev/pci/tgareg.h>, referring to 2000-12-19 01:25:46 +00:00
stic.c Make this work on alpha, and fix some other bogons. 2001-03-04 13:32:25 +00:00
sticreg.h Make this work on alpha, and fix some other bogons. 2001-03-04 13:32:25 +00:00
sticvar.h Make this work on alpha, and fix some other bogons. 2001-03-04 13:32:25 +00:00
tc.c
tcdevs Sync with PixelStamp drivers. 2000-12-17 13:56:05 +00:00
tcdevs.h Regen. 2000-12-17 13:56:19 +00:00
tcdevs_data.h Regen. 2000-12-17 13:56:19 +00:00
tcds.c
tcdsreg.h
tcdsvar.h
tcreg.h
tcvar.h
tfb.c - relocate the code to place sprite cursor inside interrupt handlers 2001-01-16 05:32:16 +00:00
xcfb.c Fix spelling errors in comments. 2001-04-09 16:10:06 +00:00
zs_ioasic.c
zs_ioasicvar.h
zskbd.c
zsms.c