mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-26 03:54:30 +00:00
Add some initial BSD support for the xorg server. Incomplete on NetBSD,
OpenBSD, and non-i386/amd64 FreeBSD for sure. Plus I haven't actually
run it yet.
This commit is contained in:
@@ -391,4 +391,7 @@
|
||||
/* Define to location of RGB database */
|
||||
#undef RGB_PATH
|
||||
|
||||
/* System is BSD-like */
|
||||
#undef CSRG_BASED
|
||||
|
||||
#endif /* _DIX_CONFIG_H_ */
|
||||
|
||||
@@ -79,4 +79,37 @@
|
||||
/* Building vgahw module */
|
||||
#undef WITH_VGAHW
|
||||
|
||||
/* Define to 1 if NetBSD built-in MTRR support is available */
|
||||
#undef HAS_MTRR_BUILTIN
|
||||
|
||||
/* Define to 1 if BSD MTRR support is available */
|
||||
#undef HAS_MTRR_SUPPORT
|
||||
|
||||
/* NetBSD PIO alpha IO */
|
||||
#undef USE_ALPHA_PIO
|
||||
|
||||
/* BSD AMD64 iopl */
|
||||
#undef USE_AMD64_IOPL
|
||||
|
||||
/* BSD /dev/io */
|
||||
#undef USE_DEV_IO
|
||||
|
||||
/* BSD i386 iopl */
|
||||
#undef USE_I386_IOPL
|
||||
|
||||
/* System is BSD-like */
|
||||
#undef CSRG_BASED
|
||||
|
||||
/* System has PC console */
|
||||
#undef PCCONS_SUPPORT
|
||||
|
||||
/* System has PCVT console */
|
||||
#undef PCVT_SUPPORT
|
||||
|
||||
/* System has syscons console */
|
||||
#undef SYSCONS_SUPPORT
|
||||
|
||||
/* System has wscons console */
|
||||
#undef WSCONS_SUPPORT
|
||||
|
||||
#endif /* _XORG_CONFIG_H_ */
|
||||
|
||||
@@ -226,4 +226,19 @@
|
||||
/* Building vgahw module */
|
||||
#undef WITH_VGAHW
|
||||
|
||||
/* System is BSD-like */
|
||||
#undef CSRG_BASED
|
||||
|
||||
/* System has PC console */
|
||||
#undef PCCONS_SUPPORT
|
||||
|
||||
/* System has PCVT console */
|
||||
#undef PCVT_SUPPORT
|
||||
|
||||
/* System has syscons console */
|
||||
#undef SYSCONS_SUPPORT
|
||||
|
||||
/* System has wscons console */
|
||||
#undef WSCONS_SUPPORT
|
||||
|
||||
#endif /* _XORG_SERVER_H_ */
|
||||
|
||||
Reference in New Issue
Block a user