From d23dc82958ef5eadde2b7da4c66ec68c85dc84f8 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Thu, 13 Feb 2003 22:33:26 +0000 Subject: [PATCH] FB_INSTALL_CDEV not usable on Alpha. --- sys/conf/NOTES | 1 - sys/i386/conf/NOTES | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f587c695c36..cc511e45827 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1095,7 +1095,6 @@ options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs options VGA_WIDTH90 # support 90 column modes options FB_DEBUG # Frame buffer debugging -options FB_INSTALL_CDEV # install a CDEV entry in /dev device splash # Splash screen and screen saver support diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 59e858a5376..55ccc865715 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -1079,6 +1079,8 @@ options KSTACK_PAGES=3 # More undocumented options for linting. # Note that documenting these are not considered an affront. +options FB_INSTALL_CDEV # install a CDEV entry in /dev + # PECOFF module (Win32 Execution Format) options PECOFF_SUPPORT options PECOFF_DEBUG