CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/09/23 06:32:50
Modified files:
sys/kern : subr_disk.c
Log message:
Don't hardcode disk major device types inside DEBUG block. Use
findblkname() and DISKUNIT(). Allows all block devices, not just
sd* and vnd* to generate useful names in DEBUG output.
Cluebat by deraadt@
