aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/vesa/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-031-1/+1
| | | | | | 'RELENG_6_0_0_RELEASE'. This commit was manufactured to restore the state of the 6.0-RELEASE image.
* Drop <bsd.man.mk> support from <bsd.kmod.mk>.Ruslan Ermilov2002-01-111-1/+0
| | | | | | | Not objected to by: -current Notes: svn path=/head/; revision=89260
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-4/+5
| | | | Notes: svn path=/head/; revision=70711
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyJohn Baldwin2000-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. Notes: svn path=/head/; revision=66710
* Use .include <bsd.kmod.mk> to get to ../../*/conf/kmod.mk instead ofPeter Wemm2000-05-271-1/+1
| | | | | | | encoding the relative path. Notes: svn path=/head/; revision=60966
* Pull in sys/conf/kmod.mk, rather than /usr/share/mk/bsd.kmod.mk.Peter Wemm2000-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. Notes: svn path=/head/; revision=59951
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-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. Notes: svn path=/head/; revision=56836
* Removed special rules for building and cleaning device interface filesBruce Evans1999-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}). Notes: svn path=/head/; revision=53846
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Unifdef VM86.Jonathan Lemon1999-06-011-7/+3
| | | | | | | Reviewed by: silence on on -current Notes: svn path=/head/; revision=47678
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-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. Notes: svn path=/head/; revision=42504
* Make the VESA KLD module work!Kazutaka YOKOTA1998-12-301-2/+1
| | | | Notes: svn path=/head/; revision=42179
* Sample initial set of kld-ified modules. Not all have been completelyPeter Wemm1998-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) Notes: svn path=/head/; revision=40440
* Double oops, committed the wrong Makefile ata that, fixed.Søren Schmidt1998-09-151-2/+2
| | | | Notes: svn path=/head/; revision=39303
* Oops for the Makefile for the VESA lkmSøren Schmidt1998-09-151-0/+19
Notes: svn path=/head/; revision=39302