xserver/hw/xfree86/os-support/bsd
Enrico Weigelt, metux IT consult e73eb5fe4c (submit/bsd-DEV_MEM) xfree86: os-support: unexport DEV_MEM defines
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>
2024-06-29 12:43:29 +02:00
..
alpha_video.c (submit/bsd-DEV_MEM) xfree86: os-support: unexport DEV_MEM defines 2024-06-29 12:43:29 +02:00
arm_video.c (submit/bsd-DEV_MEM) xfree86: os-support: unexport DEV_MEM defines 2024-06-29 12:43:29 +02:00
bsd_VTsw.c xfree86: unexport os-support functions 2024-04-18 00:40:39 +00:00
bsd_bell.c (submit/bsd-defines v2) xfree86: os-support: move CONSOLE_X_BELL into bsd_bell.c 2024-06-29 12:43:28 +02:00
bsd_ev56.c xfree86: os-support: move xf86OSInitVidMem() to xf86_os_support.h 2024-04-18 00:40:39 +00:00
bsd_init.c (submit/bsd-defines v2) xfree86: os-support: move CONSOLE_X_MODE_ON/OFF to bsd_init.c 2024-06-29 12:43:28 +02:00
bsd_kmod.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
i386_video.c (submit/bsd-DEV_MEM) xfree86: os-support: unexport DEV_MEM defines 2024-06-29 12:43:29 +02:00
memrange.h Fix spelling/wording issues 2020-07-05 13:07:33 -07:00
ppc_video.c xfree86: os-support: move xf86OSInitVidMem() to xf86_os_support.h 2024-04-18 00:40:39 +00:00
sparc64_video.c xfree86: os-support: move xf86OSInitVidMem() to xf86_os_support.h 2024-04-18 00:40:39 +00:00