Move "device splash" back to MI NOTES and "files", it's MI.
This commit is contained in:
parent
663cf7fed2
commit
837f167eb2
@ -257,8 +257,6 @@ options VGA_WIDTH90 # support 90 column modes
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
|
@ -1232,6 +1232,8 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
|
||||
options FB_DEBUG # Frame buffer debugging
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# Various screen savers.
|
||||
device blank_saver
|
||||
device daemon_saver
|
||||
|
@ -604,6 +604,7 @@ dev/ex/if_ex_isa.c optional ex isa
|
||||
dev/ex/if_ex_pccard.c optional ex pccard
|
||||
dev/exca/exca.c optional cbb
|
||||
dev/fatm/if_fatm.c optional fatm pci
|
||||
dev/fb/splash.c optional splash
|
||||
dev/fe/if_fe.c optional fe
|
||||
dev/fe/if_fe_pccard.c optional fe pccard
|
||||
dev/firewire/firewire.c optional firewire
|
||||
|
@ -152,7 +152,6 @@ dev/ed/if_ed_wd80x3.c optional ed isa
|
||||
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
||||
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
||||
dev/fb/fb.c optional fb | vga
|
||||
dev/fb/splash.c optional splash
|
||||
dev/fb/vga.c optional vga
|
||||
dev/ichwd/ichwd.c optional ichwd
|
||||
dev/if_ndis/if_ndis.c optional ndis
|
||||
|
@ -173,7 +173,6 @@ dev/ed/if_ed_wd80x3.c optional ed isa
|
||||
dev/ed/if_ed_hpp.c optional ed isa ed_hpp
|
||||
dev/ed/if_ed_sic.c optional ed isa ed_sic
|
||||
dev/fb/fb.c optional fb | vga
|
||||
dev/fb/splash.c optional splash
|
||||
dev/fb/vga.c optional vga
|
||||
dev/fdc/fdc.c optional fdc
|
||||
dev/fdc/fdc_acpi.c optional fdc
|
||||
|
@ -54,7 +54,6 @@ dev/atkbdc/atkbdc_isa.c optional atkbdc isa
|
||||
dev/atkbdc/atkbdc_subr.c optional atkbdc
|
||||
dev/atkbdc/psm.c optional psm atkbdc
|
||||
dev/fb/fb.c optional fb | vga
|
||||
dev/fb/splash.c optional splash
|
||||
dev/fb/vga.c optional vga
|
||||
dev/hwpmc/hwpmc_ia64.c optional hwpmc
|
||||
dev/kbd/kbd.c optional atkbd | sc | ukbd
|
||||
|
@ -113,7 +113,6 @@ dev/ct/ct_isa.c optional ct isa
|
||||
dev/ed/if_ed_cbus.c optional ed isa
|
||||
dev/ed/if_ed_wd80x3.c optional ed isa
|
||||
dev/fb/fb.c optional fb | gdc
|
||||
dev/fb/splash.c optional splash
|
||||
dev/fe/if_fe_cbus.c optional fe isa
|
||||
dev/hwpmc/hwpmc_amd.c optional hwpmc
|
||||
dev/hwpmc/hwpmc_pentium.c optional hwpmc
|
||||
|
@ -42,7 +42,6 @@ dev/esp/esp_sbus.c optional esp sbus
|
||||
dev/fb/creator.c optional creator sc
|
||||
dev/fb/fb.c optional sc
|
||||
dev/fb/machfb.c optional machfb sc
|
||||
dev/fb/splash.c optional splash
|
||||
dev/hwpmc/hwpmc_sparc64.c optional hwpmc
|
||||
dev/kbd/kbd.c optional atkbd | sc | ukbd
|
||||
dev/le/if_le_ledma.c optional le sbus
|
||||
|
@ -484,8 +484,6 @@ options VGA_WIDTH90 # support 90 column modes
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
|
@ -101,8 +101,6 @@ options VGA_WIDTH90 # support 90 column modes
|
||||
# Debugging.
|
||||
options VGA_DEBUG
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# The following devices are not supported.
|
||||
nodevice fdc
|
||||
nooption FDC_DEBUG
|
||||
|
@ -342,8 +342,6 @@ device npx
|
||||
# Optional devices:
|
||||
#
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
# 3Dfx Voodoo Graphics, Voodoo II /dev/3dfx CDEV support. This will create
|
||||
# the /dev/3dfx0 device to work with glide implementations. This should get
|
||||
# linked to /dev/3dfx and /dev/voodoo. Note that this is not the same as
|
||||
|
@ -29,6 +29,7 @@ device ofwd # Open Firmware disks
|
||||
|
||||
nodevice fdc
|
||||
nodevice ppc
|
||||
nodevice splash
|
||||
# when splash works enable *_saver
|
||||
nodevice blank_saver
|
||||
nodevice daemon_saver
|
||||
|
@ -82,8 +82,6 @@ makeoptions ATKBD_DFLT_KEYMAP=jp.106
|
||||
# dockingstations
|
||||
# 0x04 Old-style (XT) keyboard support, useful for older ThinkPads
|
||||
|
||||
device splash # Splash screen and screen saver support
|
||||
|
||||
|
||||
#####################################################################
|
||||
# Devices we don't want to deal with
|
||||
|
@ -102,6 +102,7 @@ nodevice snd_uaudio
|
||||
nodevice snd_via8233
|
||||
nodevice snd_via82c686
|
||||
nodevice snd_vibes
|
||||
nodevice splash
|
||||
nodevice star_saver
|
||||
nodevice tnt4882
|
||||
nodevice uart
|
||||
|
Loading…
Reference in New Issue
Block a user