Module Name: src
Committed By: riastradh
Date: Mon Mar 28 12:39:18 UTC 2022
Modified Files:
src/sys/sys: conf.h
src/sys/uvm: uvm_device.c
Log Message:
driver(9): New types dev_*_t for device driver devsw operations.
These will serve to replace the archaic and kludgey dev_type_* macros
which should've been typedefs all along.
To generate a diff of this commit:
cvs rdiff -u -r1.160 -r1.161 src/sys/sys/conf.h
cvs rdiff -u -r1.72 -r1.73 src/sys/uvm/uvm_device.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.