summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/NOTES2
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.amd641
-rw-r--r--sys/conf/files.i3861
-rw-r--r--sys/conf/files.ia641
-rw-r--r--sys/conf/files.pc981
-rw-r--r--sys/conf/files.sparc641
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/ia64/conf/NOTES2
-rw-r--r--sys/pc98/conf/NOTES2
-rw-r--r--sys/powerpc/conf/NOTES1
-rw-r--r--sys/sparc64/conf/NOTES2
-rw-r--r--sys/sun4v/conf/NOTES1
14 files changed, 5 insertions, 15 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 20d36d0..d7e3f35 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -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
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 2b6e77b..17dde3b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
diff --git a/sys/conf/files b/sys/conf/files
index 432c7ac..e59c100 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -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
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index a9e3d56..692362f 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -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
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 0e7707a..a0d0835 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -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
diff --git a/sys/conf/files.ia64 b/sys/conf/files.ia64
index 9a4f0a2..e1c954e 100644
--- a/sys/conf/files.ia64
+++ b/sys/conf/files.ia64
@@ -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
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98
index 203f01e..7b1702f 100644
--- a/sys/conf/files.pc98
+++ b/sys/conf/files.pc98
@@ -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
diff --git a/sys/conf/files.sparc64 b/sys/conf/files.sparc64
index 8d48e68..13803b8 100644
--- a/sys/conf/files.sparc64
+++ b/sys/conf/files.sparc64
@@ -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
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 9f0b080..c2ea644 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -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
diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES
index 8f9c305..de9eae2 100644
--- a/sys/ia64/conf/NOTES
+++ b/sys/ia64/conf/NOTES
@@ -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
diff --git a/sys/pc98/conf/NOTES b/sys/pc98/conf/NOTES
index 4a24104..17aceef 100644
--- a/sys/pc98/conf/NOTES
+++ b/sys/pc98/conf/NOTES
@@ -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
diff --git a/sys/powerpc/conf/NOTES b/sys/powerpc/conf/NOTES
index d1f1bff..633e339 100644
--- a/sys/powerpc/conf/NOTES
+++ b/sys/powerpc/conf/NOTES
@@ -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
diff --git a/sys/sparc64/conf/NOTES b/sys/sparc64/conf/NOTES
index 6638c74..541c40e 100644
--- a/sys/sparc64/conf/NOTES
+++ b/sys/sparc64/conf/NOTES
@@ -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
diff --git a/sys/sun4v/conf/NOTES b/sys/sun4v/conf/NOTES
index 27020b9..586bcfc 100644
--- a/sys/sun4v/conf/NOTES
+++ b/sys/sun4v/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud