summaryrefslogtreecommitdiff
path: root/sysutils/vbetool
AgeCommit message (Collapse)AuthorFilesLines
2008-03-10Add CONFLICTS line for previous PKGNAME versions.wiz1-1/+3
Suggested by Alan Barrett.
2008-03-05Fix PKGNAME.wiz1-2/+2
2007-10-29Don't expect the OS to provide inb/outb, just define the assemblerjoerg3-20/+32
functions directly. Fixes build on NetBSD current. Add DESTDIR support.
2007-08-08outb args are swapped between NetBSD and linux... found by jmcneill@.xtraeme3-9/+37
Bump PKGREVISION.
2007-08-08Simplify LIBS.NetBSD.xtraeme1-8/+3
2007-08-08Make this work on amd64, verified running "vbetool post".xtraeme3-10/+22
2007-08-08vbetool uses lrmi in order to run code from the video BIOS.xtraeme7-0/+145
Currently, it is able to alter DPMS states, save/restore video card state and attempt to initialize the video card from scratch. -- Requested by jmcneill@.