mirror of
https://github.com/opnsense/src.git
synced 2026-04-07 10:25:46 -04:00
Virtualize bdevsw[] from cdevsw. bdevsw() is now an (inline)
function.
Join CDEV_MODULE and BDEV_MODULE to DEV_MODULE (please pay attention
to the order of the cmaj/bmaj arguments!)
Join CDEV_DRIVER_MODULE and BDEV_DRIVER_MODULE to DEV_DRIVER_MODULE
(ditto!)
(Next step will be to convert all bdev dev_t's to cdev dev_t's
before they get to do any damage^H^H^H^H^H^Hwork in the kernel.)
|
||
|---|---|---|
| .. | ||
| atkbd.c | ||
| atkbd_atkbdc.c | ||
| atkbd_isa.c | ||
| atkbdc.c | ||
| atkbdc_isa.c | ||
| atkbdc_subr.c | ||
| atkbdcreg.h | ||
| atkbdreg.h | ||
| psm.c | ||