projects
/
dragonfly.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
drm - Fix kldload issue
[dragonfly.git]
/
sys
/
kern
/
dsched
/
fq
/
Makefile
Commit
Line
Data
c6d593c9
SW
1
KMOD= dsched_fq
2
SRCS= fq_core.c fq_diskops.c
3
4
.include <bsd.kmod.mk>