freebsd-dev/sys/dev/esp
Marius Strobl 60df250ae1 - Merge from NetBSD:
When issuing a non-DMA command, make sure to set the "remaining length of
  command to be transferred via DMA" (sc_cmdlen) to zero up-front, otherwise
  we might get confused on command competition interrupt (no DMA active but
  still data left to transfer).
- Implement handling of MSG_IGN_WIDE_RESIDUE which some targets produce, as
  just rejecting these leads to a resend and disconnect loop.
  Reported and tested by: mjacob

MFC after:	3 days
2012-08-06 08:58:54 +00:00
..
am53c974reg.h Add a PCI front-end to esp(4) allowing it to support AMD Am53C974 and 2011-11-01 21:26:57 +00:00
esp_pci.c s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention 2011-11-22 21:55:40 +00:00
esp_sbus.c s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention 2011-11-22 21:55:40 +00:00
ncr53c9x.c - Merge from NetBSD: 2012-08-06 08:58:54 +00:00
ncr53c9xreg.h Add multiple inclusion protection. 2011-10-30 21:45:36 +00:00
ncr53c9xvar.h - Use device_t rather than the NetBSDish struct device. 2011-10-30 21:17:42 +00:00