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