I thought the documentation over at Apple was a little sparse on major/minor numbers for mknod. I was trying to create a raw character device for the microphone so that I could pipe data into it. On a proper linux system the kernel's ./Documentation/Devices.txt file contains the referenced major/minor numbers. Has Apple created any corollary documentation for creating raw kernel character devices for hardware access?
ex.: mknod dsp c 14 3
Thanks in advance.