freebsd-dev/sys/modules/geom/Makefile
Luigi Rizzo 1831a90ac5 Bring in geom_sched, support for scheduling disk I/O requests
in a device independent manner. Also include an example anticipatory
scheduler, gsched_rr, which gives very nice performance improvements
in presence of competing random access patterns.

This is joint work with Fabio Checconi, developed last year
and presented at BSDCan 2009. You can find details in the
README file or at

http://info.iet.unipi.it/~luigi/geom_sched/
2010-04-12 16:37:45 +00:00

33 lines
440 B
Makefile

# $FreeBSD$
SUBDIR= geom_bde \
geom_bsd \
geom_cache \
geom_ccd \
geom_concat \
geom_eli \
geom_fox \
geom_gate \
geom_journal \
geom_label \
geom_linux_lvm \
geom_mbr \
geom_mirror \
geom_mountver \
geom_multipath \
geom_nop \
geom_part \
geom_pc98 \
geom_raid3 \
geom_sched \
geom_shsec \
geom_stripe \
geom_sunlabel \
geom_uzip \
geom_vinum \
geom_virstor \
geom_vol_ffs \
geom_zero
.include <bsd.subdir.mk>