DEV_MEM define isn't used by any drivers, and BSD seems to be the only platform using /dev/pmem instead of /dev/mem - as well as the DEV_MEM define from xf86_OSlib.h (Linux uses the symbol, but defines on its own) Therefore, just define it where actually used and drop it from the global xf86OSlib.h file. Note that /dev/pmem refers to physical memory, not to be mixed up with Linux's persistent memory subsys, which uses /dev/pmem[N] device nodes. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> |
||
|---|---|---|
| .. | ||
| alpha_video.c | ||
| arm_video.c | ||
| bsd_VTsw.c | ||
| bsd_bell.c | ||
| bsd_ev56.c | ||
| bsd_init.c | ||
| bsd_kmod.c | ||
| i386_video.c | ||
| memrange.h | ||
| ppc_video.c | ||
| sparc64_video.c | ||