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:
Eric Anholt
2005-09-13 18:37:35 +00:00
parent 51eb6c83a3
commit 12fbcfefe6
7 changed files with 234 additions and 10 deletions

View File

@@ -391,4 +391,7 @@
/* Define to location of RGB database */
#undef RGB_PATH
/* System is BSD-like */
#undef CSRG_BASED
#endif /* _DIX_CONFIG_H_ */

View File

@@ -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_ */

View File

@@ -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_ */