mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
There is no need to use the lower 4 bits of the unit number to store the device type number. Just use 0 and 1 to distinguish them. devfs also guarantees that there can never be an open call on a device that has a unit number different to 0 and 1, so there is no need to check for this in open(). |
||
|---|---|---|
| .. | ||
| apm.c | ||
| apm.h | ||
| mca_machdep.c | ||
| mca_machdep.h | ||
| smapi.c | ||
| smapi_bios.S | ||
| smbios.c | ||
| vpd.c | ||