aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/syscons
Commit message (Collapse)AuthorAgeFilesLines
* Remove apm screen saver.Warner Losh2020-10-082-14/+1
| | | | | | | | 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
* Remove sparc64 kernel supportWarner Losh2020-02-031-24/+10
| | | | | | | | | Remove all sparc64 specific files Remove all sparc64 ifdefs Removee indireeect sparc64 ifdefs Notes: svn path=/head/; revision=357455
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-0414-14/+14
| | | | | | | | | | | 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
* 17 years and change after I wrote warp_saver, here's a simple plasma effectDag-Erling Smørgrav2016-01-012-0/+10
| | | | | | | | (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
* MFtbemd:Warner Losh2010-08-231-2/+3
| | | | | | | | | | | | 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
* Correct beastie_saver module name.Jung-uk Kim2010-04-071-0/+2
| | | | Notes: svn path=/head/; revision=206380
* Reconnect the old Beastie logo_saver to build as beastie_saver.Jung-uk Kim2010-04-072-2/+4
| | | | Notes: svn path=/head/; revision=206366
* Copy logo_saver module to beastie_saver.Jung-uk Kim2010-04-071-0/+8
| | | | Notes: svn path=/head/; revision=206365
* Build blank_saver.ko, fade_saver.ko and green_saver.ko on sparc64Marius Strobl2005-07-101-9/+20
| | | | | | | | | | now that they work with creator(4) and machfb(4). Reviewed by: ru (style) Approved by: re (scottl) Notes: svn path=/head/; revision=147882
* Normalize SUBDIR.Ruslan Ermilov2004-01-191-13/+13
| | | | Notes: svn path=/head/; revision=124711
* Don't override CWARNFLAGS in these Makefiles.Maxime Henrion2002-11-113-6/+0
| | | | Notes: svn path=/head/; revision=106762
* Don't override CWARNFLAGS in this Makefile.Maxime Henrion2002-11-111-2/+0
| | | | Notes: svn path=/head/; revision=106759
* Move adding -DPC98 to CFLAGS from each modules to sys/modules/Makefile.inc.Yoshihiro Takahashi2002-11-065-20/+0
| | | | Notes: svn path=/head/; revision=106497
* Add new graphical screen saver (dragon_saver).Akio Morita2002-03-232-0/+15
| | | | | | | Add support for NEC PC-9821 PEGC screen (fire/logo/rain/warp_saver). Notes: svn path=/head/; revision=93011
* It's OK to be pedantic, but long long literals are OK.Poul-Henning Kamp2002-02-101-1/+1
| | | | Notes: svn path=/head/; revision=90441
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-1111-11/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Build modules from the main src/sys tree.Peter Wemm2001-08-0923-1960/+23
| | | | | | | | Tidy up some loose ends.. there were extra -I's being added to CFLAGS for no reason. Notes: svn path=/head/; revision=81325
* Fixed warnings.Yoshihiro Takahashi2001-02-213-14/+14
| | | | Notes: svn path=/head/; revision=72797
* Added necessary include for pc98.Yoshihiro Takahashi2001-01-251-0/+1
| | | | Notes: svn path=/head/; revision=71619
* Added PC-98 apm support.Yoshihiro Takahashi2001-01-222-0/+8
| | | | | | | Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp> Notes: svn path=/head/; revision=71370
* select() DKI is now in <sys/selinfo.h>.Garrett Wollman2001-01-091-1/+1
| | | | Notes: svn path=/head/; revision=70834
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-0611-21/+21
| | | | Notes: svn path=/head/; revision=70711
* Don't needlessly indirect the APM softstate. It does nothing butNick Sayer2000-10-311-6/+2
| | | | | | | obfuscate the code. Notes: svn path=/head/; revision=68103
* Remove unneeded header.Mark Murray2000-06-253-3/+0
| | | | Notes: svn path=/head/; revision=62065
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-2711-11/+11
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Added PC-98 supports.Yoshihiro Takahashi2000-05-086-0/+30
| | | | | | | Obtained from: FreeBSD(98) 4.0R-Rev01 Notes: svn path=/head/; revision=60201
* All the screen savers other than "apm" build on the Alpha. daemon.ko hasDavid E. O'Brien2000-05-061-1/+4
| | | | | | | been tested to work. Notes: svn path=/head/; revision=60062
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-05-0411-11/+11
| | | | | | | | | | 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
* Add $FreeBSD$Peter Wemm2000-05-012-0/+3
| | | | Notes: svn path=/head/; revision=59874
* More machdep/random.h -> sys/random.h fixes.Boris Popov2000-04-253-6/+3
| | | | Notes: svn path=/head/; revision=59617
* This is the 3rd stage of syscons code reorganization.Kazutaka YOKOTA2000-01-153-3/+3
| | | | | | | | | | | | | | | | | | - 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
* Add the apm_saver syscons screen saver module.Nick Sayer1999-10-023-0/+101
| | | | | | | | | | | | | | | | | 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
* Clean up and reorder.Dag-Erling Smørgrav1999-09-081-1/+11
| | | | Notes: svn path=/head/; revision=51101
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2821-21/+21
| | | | Notes: svn path=/head/; revision=50477
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-2211-288/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* MFS: indent-assisted style cleanup.Dag-Erling Smørgrav1999-05-101-30/+27
| | | | Notes: svn path=/head/; revision=46899
* A little closer to style(9).Dag-Erling Smørgrav1999-05-081-58/+64
| | | | Notes: svn path=/head/; revision=46689
* Add missing copyright.Jordan K. Hubbard1999-05-041-0/+27
| | | | Notes: svn path=/head/; revision=46409
* Add "fire" screen saver.Jordan K. Hubbard1999-05-043-2/+114
| | | | | | | Submitted by: Brad Forschinger <retch@flag.blackened.net> Notes: svn path=/head/; revision=46407
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-124-18/+19
| | | | Notes: svn path=/head/; revision=45616
* Followup to yokota's last commit:Dag-Erling Smørgrav1999-02-054-13/+14
| | | | | | | | - va_mode_flags -> va_info.vi_flags - scanline width may be different from screen width Notes: svn path=/head/; revision=43673
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-173-6/+6
| | | | Notes: svn path=/head/; revision=42749
* Move the definition of set_origin from logo_saver.c to saver.h.Dag-Erling Smørgrav1999-01-162-4/+4
| | | | Notes: svn path=/head/; revision=42720
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-1110-302/+240
| | | | | | | | | | | | | | | | 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
* Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly inDag-Erling Smørgrav1999-01-011-23/+31
| | | | | | | | | low-res, but it works... Submitted by: Ben Smithurst <ben@scientia.demon.co.uk> Notes: svn path=/head/; revision=42236
* Activate the rain screensaver.Dag-Erling Smørgrav1998-12-311-2/+2
| | | | Notes: svn path=/head/; revision=42206
* Here's one for the terminally melancholic amongst us.Dag-Erling Smørgrav1998-12-312-0/+146
| | | | Notes: svn path=/head/; revision=42205
* Eliminate "initialization from incompatible type" warning in SAVER_MODULEDag-Erling Smørgrav1998-12-311-4/+3
| | | | | | | macro. Notes: svn path=/head/; revision=42204
* Compile without warnings.Dag-Erling Smørgrav1998-12-312-5/+6
| | | | Notes: svn path=/head/; revision=42203
* Add -I${.CURDIR} since it #includes logo.c from the source dir and breaksPeter Wemm1998-12-291-2/+2
| | | | | | | | | when building with an obj dir. Reported by: Quite a few people.. :-/ Notes: svn path=/head/; revision=42143