yokota
7e6788facb
Add VESA mode support. If the VESA support is compiled into the kernel
...
or the VESA KLD is preloaded by the boot loader, you can load a 256 color
BMP file larger than 320x200.
1999-01-21 18:29:33 +00:00
peter
73927ffe49
Oops, I accidently had devfs enabled in the vn module..
1999-01-21 17:23:30 +00:00
peter
78cf177188
Add vn module to build list.
1999-01-21 17:19:56 +00:00
peter
47473370a6
Build a vn module. I've lost count of the number of times I could have
...
used vn but didn't have it compiled in.
1999-01-21 17:18:34 +00:00
grog
02f3c0dfee
Add source file vinumdaemon.c
1999-01-21 00:25:47 +00:00
peter
737acb1f52
Update for pcic for kld modules and activate
1999-01-19 00:41:17 +00:00
peter
a33b0a11f4
Undo #undef KERNEL hack for vnode.h to avoid vnode_if.h.
...
XXX It probably makes sense to have a flag for bsd.kern.mk to avoid these
rules.
XXX IO_NDELAY seems to be the main reason for it, when used in a cdevsw
read or write "flag" context. Perhaps a redundant declaration
somewhere like sys/conf.h might help remove the need for vnode.h in
these device drivers in the first place.
1999-01-17 20:53:48 +00:00
peter
ecc481a219
Clean up the KLD/LKM goop a bit.
1999-01-17 20:25:22 +00:00
peter
c22cc14762
Add the lkm module
1999-01-17 19:06:06 +00:00
peter
85867e4784
World, please meet the kld module called "lkm". If you have an a.out
...
kernel and you forgot to add 'options LKM', you can kldload this module
and get LKM compatability. (!)
1999-01-17 19:05:40 +00:00
yokota
9fadb1847e
Retrun EAGAIN if the current video mode is a graphics mode.
1999-01-17 14:25:19 +00:00
des
90392cd693
Move the definition of set_origin from logo_saver.c to saver.h.
1999-01-16 10:20:16 +00:00
yokota
26948ef460
Calculate the number of bitmap colors in the correct way.
...
The bug found by: Kevin Street <street@iname.com>
1999-01-13 09:59:30 +00:00
yokota
4e4010d376
Update the pointer into the bitmap correctly. The previous code
...
had the pointer off by 4 bytes if the width of the bitmap is
a multiple of four.
1999-01-11 17:32:22 +00:00
yokota
c3b11c5ced
Add splash screen module. This version has rather limited
...
capabilities, but should be a good start... Well, sort of.
It can handle W*ndows 256 color BMP file. (Other color depth probably
won't work.) The size of the image must be 320x200 or less. *sigh*
1999-01-11 03:34:56 +00:00
yokota
ae16d918a3
The first stage of console driver reorganization: activate new
...
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.
1999-01-11 03:18:56 +00:00
des
b55ee2b7ad
Use M_VGA_VG320 if M_VESA_CG800x600 is not available. It looks ugly in
...
low-res, but it works...
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk>
1999-01-01 14:40:49 +00:00
bde
d98e810644
Fixed bitrot in comments.
1999-01-01 10:33:52 +00:00
des
954bb541a6
Activate the rain screensaver.
1998-12-31 13:42:00 +00:00
des
6cca565635
Here's one for the terminally melancholic amongst us.
1998-12-31 13:41:40 +00:00
des
62999a1b47
Eliminate "initialization from incompatible type" warning in SAVER_MODULE
...
macro.
1998-12-31 13:40:26 +00:00
des
f89c9a2fd4
Compile without warnings.
1998-12-31 13:38:59 +00:00
yokota
5a32103859
Make the VESA KLD module work!
1998-12-30 11:21:08 +00:00
peter
54ee4a85e9
Add -I${.CURDIR} since it #includes logo.c from the source dir and breaks
...
when building with an obj dir.
Reported by: Quite a few people.. :-/
1998-12-29 09:02:44 +00:00
peter
835f36ebcf
Update for pseudo-device support tweaks..
1998-12-28 16:43:21 +00:00
des
f1120f85a5
Activate the logo screensaver.
1998-12-28 14:23:43 +00:00
des
7578fd53e0
One more for the road: Chuck the friendly floating daemon. Requires
...
VESA_800x600 to run.
1998-12-28 14:22:57 +00:00
des
4fe2aa5f70
Save the palette in case syscons doesn't restore it properly.
...
Fix a minor overflow.
1998-12-28 14:20:13 +00:00
peter
85c18bc7e4
Reconnect vinum KLD module and have it build from sys/dev/vinum rather than
...
from outside the src/sys tree like before.
1998-12-28 05:27:24 +00:00
des
c3231064a7
Activate the warp screensaver.
1998-12-27 22:03:40 +00:00
des
3b7e907f02
Finally give FreeBSD a graphical screensaver. It isn't much, but it works,
...
and can serve as a template for further efforts. Consider this my (belated)
Christmas present to the Project :)
Requested by: jkh
1998-12-27 22:03:09 +00:00
sos
c20c90c709
Temporaryly disable vinum, awaiting repository copy of misplaced files.
1998-12-27 19:43:28 +00:00
sos
32fd2a83cb
Remove depricated wcd module.
1998-12-27 19:01:47 +00:00
jkh
ed695f89de
Install scripts without .sh suffix.
1998-11-12 00:37:39 +00:00
peter
626d7e81a1
Rename joy,ibcs2,linux to joy.sh,ibcs2.sh,linux.sh (via repo copy).
1998-11-11 07:04:10 +00:00
peter
9d915a348e
Reenable /usr/bin/ibcs2 installing from here; it works now that the
...
guaranteed kernel stack overflow is fixed.
1998-11-11 05:18:22 +00:00
bde
17acac4b11
Don't forget to remove opt_mfs.h.
...
Fixed style bugs (bitrotted FOOFS options and hard-coded ${.TARGET}).
1998-11-11 03:06:46 +00:00
jkh
7e61d185d3
We need to install the linux shell script or the lkm version will
...
still be in place.
1998-11-10 19:39:58 +00:00
peter
a9d0ce854a
Make this work now; fixing the kstack overflow allows the dependency to
...
be added to the symbol search order safely.
1998-11-06 16:02:14 +00:00
peter
59c08f2e00
Don't use a glue file for the module; use the one in the kernel.
1998-11-06 16:01:19 +00:00
peter
b008a0c858
Build linux_genassym static, this should help aout-to-elf builds
1998-11-05 04:39:26 +00:00
peter
040d673b13
Do not overwrite the lkm versions of the install scripts for now. linux
...
works but ibcs2 has a load failure and joy doesn't look like it'll work.
1998-11-05 04:22:52 +00:00
peter
a912408d9c
Update to use kldload, no temporary files!
1998-11-05 04:19:26 +00:00
jdp
1c295dbf02
Fix make world breakage: "$MACHINE_ARCH" -> "${MACHINE_ARCH}".
1998-11-04 18:25:23 +00:00
msmith
0e8da37687
Don't try to build i386-centric modules on non-i386 systems.
1998-11-04 17:15:07 +00:00
peter
51a1d0307e
Simple update to make these work as kld and preload modules.
1998-11-04 03:49:39 +00:00
peter
78464eeb15
Reactivate coda. Also, KLD isn't just for i386, it will work on all
...
architectures since it is a key part of the configuration mechanism. The
exact same code runs in the kernel as it does in a kld module.
1998-11-03 08:58:27 +00:00
peter
e6e5fe4da6
The union kld module is now fully functional.
1998-11-03 08:03:04 +00:00
peter
2c746786bd
Update comments on status of modules
1998-11-03 06:51:48 +00:00
peter
ad78851424
Refer to vinum driver sources in a single location (outside of the
...
kernel src/sys tree, sigh - it should really be sys/dev/vinum/*).
1998-10-23 11:56:45 +00:00