freebsd-dev/sys/dev/ata
Søren Schmidt 5df3ca789c Use UMA instead of plain malloc for getting ATA request storage.
This gives +10% performance on simple tests, so definitly worth it.
A few percent more could be had by not using M_ZERO'd alloc's, but
we then need to clear fields all over the place to be safe, and
that was deemed not worth the trouble (and it makes life dangerous).
2004-01-14 21:26:35 +00:00
..
ata-all.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-all.h Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-card.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-cbus.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-chipset.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-commands.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-disk.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-disk.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
ata-dma.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-isa.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-lowlevel.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-pci.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-pci.h Add support for the SiS 661 chipset (using SiS 963 south). 2003-12-18 08:07:05 +00:00
ata-queue.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-raid.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
ata-raid.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-cam.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
atapi-cd.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
atapi-cd.h GEOM'ify atapi-cd. Original patch by phk, subtle changes by me. 2003-11-01 09:44:33 +00:00
atapi-fd.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
atapi-fd.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00
atapi-tape.c Use UMA instead of plain malloc for getting ATA request storage. 2004-01-14 21:26:35 +00:00
atapi-tape.h This is a major rework of the ATA driver (ATAng) 2003-08-24 09:22:26 +00:00