freebsd-dev/sys/dev/ata
Justin Hibbits c47476d7e6 Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().
Most calls to bus_alloc_resource() use "anywhere" as the range, with a given
count.  Migrate these to use the new bus_alloc_resource_anywhere() API.

Reviewed by:	jhb
Differential Revision:	https://reviews.freebsd.org/D5370
2016-02-27 03:38:01 +00:00
..
chipsets Ternary operator has lower priority than OR. 2016-02-17 21:13:33 +00:00
ata_if.m Remove all legacy ATA code parts, not used since options ATA_CAM enabled in 2013-04-04 07:12:24 +00:00
ata-all.c Add defines for WRITE_UNCORRECTABLE ATA command, and improve command logging 2016-02-04 19:53:54 +00:00
ata-all.h Remove UMA allocation of ATA requests. 2015-08-15 21:46:02 +00:00
ata-card.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-cbus.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-dma.c Don't bother clearing maps for static DMA allocations to NULL. Instead, 2014-06-17 18:10:06 +00:00
ata-isa.c Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere(). 2016-02-27 03:38:01 +00:00
ata-lowlevel.c Add unmapped I/O support to ata(4) driver. 2015-08-07 14:38:26 +00:00
ata-pci.c Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
ata-pci.h Convert rman to use rman_res_t instead of u_long 2016-01-27 02:23:54 +00:00
ata-sata.c - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) related 2013-04-06 19:12:49 +00:00