aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/menus.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-05-14 07:15:05 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-05-14 07:15:05 +0000
commit992109823efc6a7847b9dc9f9ecfbd71d505b897 (patch)
tree3f5debcb4a8f865bd98bee29290d4e0cf9718dc7 /usr.sbin/sysinstall/menus.c
parent4fb051df9b60d4241c40e4f736e4df3c12c427a4 (diff)
downloadsrc-992109823efc6a7847b9dc9f9ecfbd71d505b897.tar.gz
src-992109823efc6a7847b9dc9f9ecfbd71d505b897.zip
Yikes! I almost left out the 3D Labs server. :)
Notes
Notes: svn path=/head/; revision=47165
Diffstat (limited to 'usr.sbin/sysinstall/menus.c')
-rw-r--r--usr.sbin/sysinstall/menus.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/menus.c b/usr.sbin/sysinstall/menus.c
index 9bf1adb3cd10..8b04dfa3f497 100644
--- a/usr.sbin/sysinstall/menus.c
+++ b/usr.sbin/sysinstall/menus.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: menus.c,v 1.201 1999/05/12 06:58:18 jkh Exp $
+ * $Id: menus.c,v 1.202 1999/05/12 22:06:00 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -998,6 +998,8 @@ DMenu MenuXF86SelectServer = {
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_VGA16 },
{ "Mono", "Standard Monochrome card",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_MONO },
+ { "3DL", "8, 16 and 24 bit color 3D Labs boards",
+ dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_3DL },
{ "8514", "8-bit (256 color) IBM 8514 or compatible card",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_8514 },
{ "AGX", "8-bit AGX card",
@@ -1018,8 +1020,6 @@ DMenu MenuXF86SelectServer = {
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_S3V },
{ "W32", "8-bit ET4000/W32, /W32i and /W32p cards",
dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_W32 },
- { "nest", "A nested server for testing purposes",
- dmenuFlagCheck, dmenuSetFlag, NULL, &XF86ServerDists, '[', 'X', ']', DIST_XF86_SERVER_NEST },
{ "PC98", "Select an X server for a NEC PC98 [Submenu]",
NULL, dmenuSubmenu, NULL, &MenuXF86SelectPC98Server, '>', ' ', '>', 0 },
{ "All", "Select all of the above",