HardenedBSD/sys/amd64
Poul-Henning Kamp 4be2eb8c49 I got tired of seeing all the cdevsw[major(foo)] all over the place.
Made a new (inline) function devsw(dev_t dev) and substituted it.

Changed to the BDEV variant to this format as well: bdevsw(dev_t dev)

DEVFS will eventually benefit from this change too.
1999-05-08 06:40:31 +00:00
..
amd64 I got tired of seeing all the cdevsw[major(foo)] all over the place. 1999-05-08 06:40:31 +00:00
conf
include Fixed profiling of elf kernels. Made high resolution profiling compile 1999-05-06 09:44:57 +00:00
isa I'm not sure why the #ifdef SMP became #if 1 (this overrode the npx probe 1999-05-06 12:47:21 +00:00
pci
Makefile