summaryrefslogtreecommitdiff
path: root/sys/modules/syscons
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2020-10-08Remove apm screen saver.Warner Losh
APM BIOS support is about to be removed. Remove the apm screen saver and its module. They are about to be irrelevant. Notes: svn path=/head/; revision=366545
2020-02-03Remove sparc64 kernel supportWarner Losh
Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs Notes: svn path=/head/; revision=357455
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
2016-01-0117 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav
(currently only three circular patterns) which requires quite a bit of fixed-point arithmetic, including sqrt() and cos(). Happy New Year! Notes: svn path=/head/; revision=293034
2010-08-23MFtbemd:Warner Losh
Use MACHINE_CPUARCH in preference to MACHINE_ARCH. The former is the source code location of the machine, the latter the binary output. In general, we want to use MACHINE_CPUARCH instead of MACHINE_ARCH unless we're tesitng for a specific target. The isn't even moot for i386/amd64 where there's momemntum towards a MACHINE_CPUARCH == x86, although a specific cleanup for that likely would be needed... Notes: svn path=/head/; revision=211690
2010-04-07Correct beastie_saver module name.Jung-uk Kim
Notes: svn path=/head/; revision=206380
2010-04-07Reconnect the old Beastie logo_saver to build as beastie_saver.Jung-uk Kim
Notes: svn path=/head/; revision=206366
2010-04-07Copy logo_saver module to beastie_saver.Jung-uk Kim
Notes: svn path=/head/; revision=206365
2005-07-10Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64Marius Strobl
now that they work with creator(4) and machfb(4). Reviewed by: ru (style) Approved by: re (scottl) Notes: svn path=/head/; revision=147882
2004-01-19Normalize SUBDIR.Ruslan Ermilov
Notes: svn path=/head/; revision=124711
2002-11-11Don't override CWARNFLAGS in these Makefiles.Maxime Henrion
Notes: svn path=/head/; revision=106762
2002-11-11Don't override CWARNFLAGS in this Makefile.Maxime Henrion
Notes: svn path=/head/; revision=106759
2002-11-06Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi
Notes: svn path=/head/; revision=106497
2002-03-23Add new graphical screen saver (dragon_saver).Akio Morita
Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver). Notes: svn path=/head/; revision=93011
2002-02-10It's OK to be pedantic, but long long literals are OK.Poul-Henning Kamp
Notes: svn path=/head/; revision=90441
2002-01-11Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov
Not objected to by: -current Notes: svn path=/head/; revision=89260
2001-08-09Build modules from the main src/sys tree.Peter Wemm
Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason. Notes: svn path=/head/; revision=81325
2001-02-21Fixed warnings.Yoshihiro Takahashi
Notes: svn path=/head/; revision=72797
2001-01-25Added necessary include for pc98.Yoshihiro Takahashi
Notes: svn path=/head/; revision=71619
2001-01-22Added PC-98 apm support.Yoshihiro Takahashi
Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp> Notes: svn path=/head/; revision=71370
2001-01-09select() DKI is now in <sys/selinfo.h>.Garrett Wollman
Notes: svn path=/head/; revision=70834
2001-01-06Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien
Notes: svn path=/head/; revision=70711
2000-10-31Don't needlessly indirect the APM softstate. It does nothing butNick Sayer
obfuscate the code. Notes: svn path=/head/; revision=68103
2000-06-25Remove unneeded header.Mark Murray
Notes: svn path=/head/; revision=62065
2000-05-27Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm
encoding the relative path. Notes: svn path=/head/; revision=60966
2000-05-08Added PC-98 supports.Yoshihiro Takahashi
Obtained from: FreeBSD(98) 4.0R-Rev01 Notes: svn path=/head/; revision=60201
2000-05-06All the screen savers other than "apm" build on the Alpha. daemon.ko hasDavid E. O'Brien
been tested to work. Notes: svn path=/head/; revision=60062
2000-05-04Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm
This means that the kernel can be totally self contained now and is not dependent on the last buildworld to update /usr/share/mk. This might also make it easier to build 5.x kernels on 4.0 boxes etc, assuming gensetdefs and config(8) are updated. Notes: svn path=/head/; revision=59951
2000-05-01Add $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=59874
2000-04-25More machdep/random.h -> sys/random.h fixes.Boris Popov
Notes: svn path=/head/; revision=59617
2000-01-15This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA
- Split terminal emulation code from the main part of the driver so that we can have alternative terminal emulator modules if we like in the future. (We are not quite there yet, though.) - Put sysmouse related code in a separate file, thus, simplifying the main part of the driver. As some files are added to the source tree, you need to run config(8) before you compile a new kernel next time. You shouldn't see any functional change by this commit; this is only internal code reorganization. Notes: svn path=/head/; revision=56043
1999-10-02Add the apm_saver syscons screen saver module.Nick Sayer
apm_saver uses the apm_display() routine from the apm system to "suspend" the "display" part of the machine. This is beneficial for some laptops (or other machines with non-traditional displays) that choke on the 'green' saver's effect. Another way of looking at this is that it's the same as a screen saver that does an 'apm -d 0' to blank the display and an 'apm -d 1' to bring it back. One probably ought to use these commands to make sure the effect will be correct before using it unattended. Notes: svn path=/head/; revision=51851
1999-09-08Clean up and reorder.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=51101
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
Notes: svn path=/head/; revision=50477
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
- Split syscons source code into manageable chunks and reorganize some of complicated functions. - Many static variables are moved to the softc structure. - Added a new key function, PREV. When this key is pressed, the vty immediately before the current vty will become foreground. Analogue to PREV, which is usually assigned to the PrntScrn key. PR: kern/10113 Submitted by: Christian Weisgerber <naddy@mips.rhein-neckar.de> - Modified the kernel console input function sccngetc() so that it handles function keys properly. - Reorganized the screen update routine. - VT switching code is reorganized. It now should be slightly more robust than before. - Added the DEVICE_RESUME function so that syscons no longer hooks the APM resume event directly. - New kernel configuration options: SC_NO_CUTPASTE, SC_NO_FONT_LOADING, SC_NO_HISTORY and SC_NO_SYSMOUSE. Various parts of syscons can be omitted so that the kernel size is reduced. SC_PIXEL_MODE Made the VESA 800x600 mode an option, rather than a standard part of syscons. SC_DISABLE_DDBKEY Disables the `debug' key combination. SC_ALT_MOUSE_IMAGE Inverse the character cell at the mouse cursor position in the text console, rather than drawing an arrow on the screen. Submitted by: Nick Hibma (n_hibma@FreeBSD.ORG) SC_DFLT_FONT makeoptions "SC_DFLT_FONT=_font_name_" Include the named font as the default font of syscons. 16-line, 14-line and 8-line font data will be compiled in. This option replaces the existing STD8X16FONT option, which loads 16-line font data only. - The VGA driver is split into /sys/dev/fb/vga.c and /sys/isa/vga_isa.c. - The video driver provides a set of ioctl commands to manipulate the frame buffer. - New kernel configuration option: VGA_WIDTH90 Enables 90 column modes: 90x25, 90x30, 90x43, 90x50, 90x60. These modes are mot always supported by the video card. PR: i386/7510 Submitted by: kbyanc@freedomnet.com and alexv@sui.gda.itesm.mx. - The header file machine/console.h is reorganized; its contents is now split into sys/fbio.h, sys/kbio.h (a new file) and sys/consio.h (another new file). machine/console.h is still maintained for compatibility reasons. - Kernel console selection/installation routines are fixed and slightly rebumped so that it should now be possible to switch between the interanl kernel console (sc or vt) and a remote kernel console (sio) again, as it was in 2.x, 3.0 and 3.1. - Screen savers and splash screen decoders Because of the header file reorganization described above, screen savers and splash screen decoders are slightly modified. After this update, /sys/modules/syscons/saver.h is no longer necessary and is removed. Notes: svn path=/head/; revision=48104
1999-05-10MFS: indent-assisted style cleanup.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=46899
1999-05-08A little closer to style(9).Dag-Erling Smørgrav
Notes: svn path=/head/; revision=46689
1999-05-04Add missing copyright.Jordan K. Hubbard
Notes: svn path=/head/; revision=46409
1999-05-04Add "fire" screen saver.Jordan K. Hubbard
Submitted by: Brad Forschinger <retch@flag.blackened.net> Notes: svn path=/head/; revision=46407
1999-04-12Centralize and reorganize a few macros.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=45616
1999-02-05Followup to yokota's last commit:Dag-Erling Smørgrav
- va_mode_flags -> va_info.vi_flags - scanline width may be different from screen width Notes: svn path=/head/; revision=43673
1999-01-17Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA
Notes: svn path=/head/; revision=42749
1999-01-16Move the definition of set_origin from logo_saver.c to saver.h.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=42720
1999-01-11The first stage of console driver reorganization: activate newKazutaka YOKOTA
keyboard and video card drivers. Because of the changes, you are required to update your kernel configuration file now! The files in sys/dev/syscons are still i386-specific (but less so than before), and won't compile for alpha and PC98 yet. syscons still directly accesses the video card registers here and there; this will be rectified in the later stages. Notes: svn path=/head/; revision=42504
1999-01-01Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly inDag-Erling Smørgrav
low-res, but it works... Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=42236
1998-12-31Activate the rain screensaver.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=42206
1998-12-31Here's one for the terminally melancholic amongst us.Dag-Erling Smørgrav
Notes: svn path=/head/; revision=42205
1998-12-31Eliminate "initialization from incompatible type" warning in SAVER_MODULEDag-Erling Smørgrav
macro. Notes: svn path=/head/; revision=42204