freebsd-dev/sys/cam/ata
Konstantin Belousov abc1e60e0e Support unmapped i/o for the md(4).
The vnode-backed md(4) has to map the unmapped bio because VOP_READ()
and VOP_WRITE() interfaces do not allow to pass unmapped requests to
the filesystem. Vnode-backed md(4) uses pbufs instead of relying on
the bio_transient_map, to avoid usual md deadlock.

Sponsored by:	The FreeBSD Foundation
Tested by:	pho, scottl
2013-03-19 15:01:50 +00:00
..
ata_all.c Add and utilize defines for the ATA device register. 2012-07-12 10:09:34 +00:00
ata_all.h Implement media change notification for DA and CD removable media devices. 2012-07-29 11:51:48 +00:00
ata_da.c Support unmapped i/o for the md(4). 2013-03-19 15:01:50 +00:00
ata_pmp.c Hide SEMB port of the SiI3826 Port Multiplier by default to avoid extra 2013-02-22 19:53:12 +00:00
ata_xpt.c Fix problem with the Samsung 840 PRO series SSD detection. 2012-11-26 20:07:10 +00:00