summaryrefslogtreecommitdiffstats
path: root/sys/modules/vesa
Commit message (Collapse)AuthorAgeFilesLines
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.ru2002-01-111-1/+0
| | | | Not objected to by: -current
* Use a consistent style and one much closer to the rest of /usr/srcobrien2001-01-061-4/+5
|
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyjhb2000-10-061-1/+1
| | | | | propagated from the kernel config file to the source. - Add some more debug messages to list each mode that is rejected or found.
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofpeter2000-05-271-1/+1
| | | | encoding the relative path.
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.peter2000-05-041-1/+1
| | | | | | | 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.
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-12/+1
| | | | | modular compilation harder. I'm doing this because people seem to like cut/pasting examples of bad practices in existing code.
* Removed special rules for building and cleaning device interface filesbde1999-11-281-10/+1
| | | | | and empty options files. The rules are now generated automatically in bsd.kmod.mk. Cleaned up related things ($S and ${CLEANFILES}).
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Unifdef VM86.jlemon1999-06-011-7/+3
| | | | Reviewed by: silence on on -current
* The first stage of console driver reorganization: activate newyokota1999-01-111-4/+18
| | | | | | | | | | | | | 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.
* Make the VESA KLD module work!yokota1998-12-301-2/+1
|
* Sample initial set of kld-ified modules. Not all have been completelypeter1998-10-161-3/+3
| | | | | | | converted yet. These are more of a starting point. This is NOT connected to the parent Makefile. OK'ed by jkh (who is ever so patiently waiting)
* Double oops, committed the wrong Makefile ata that, fixed.sos1998-09-151-2/+2
|
* Oops for the Makefile for the VESA lkmsos1998-09-151-0/+19
OpenPOWER on IntegriCloud