CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/20 04:27:18
Modified files:
sys/dev : vmt.c
Log message:
Cleanup vmt(4) by changing an ugly if statement for received commands
into a table of callbacks. Additionally, turn printfs into DPRINTFs
to make the driver less chatty by default.
OK deraadt@
