summaryrefslogtreecommitdiffstats
path: root/sys/dev/tga
Commit message (Collapse)AuthorAgeFilesLines
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
| | | | in <sys/kernel.h>
* Device megapatch 4/6:phk2004-02-211-0/+2
| | | | | | | | Introduce d_version field in struct cdevsw, this must always be initialized to D_VERSION. Flip sense of D_NOGIANT flag to D_NEEDGIANT, this involves removing four D_NOGIANT flags and adding 145 D_NEEDGIANT flags.
* Use __FBSDID().obrien2003-08-241-0/+3
| | | | Also some minor style cleanups.
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
| | | | | tree for two or more years now), except in a few places where there's code to be compatible with older versions of FreeBSD.
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-14/+8
| | | | | | | | | | | | | branches: Initialize struct cdevsw using C99 sparse initializtion and remove all initializations to default values. This patch is automatically generated and has been tested by compiling LINT with all the fields in struct cdevsw in reverse order on alpha, sparc64 and i386. Approved by: re(scottl)
* Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev().rwatson2002-12-271-1/+2
| | | | | | | | Remove the setgid bit from the tga device (?). Synchronize mode with modes used for related frame buffer devices in MAKEDEV (tga doesn't appear in MAKEDEV). Submitted by: kris
* - Move opt_fb.h earlier so it covers included headers.jhb2002-11-081-6/+5
| | | | | | - Update cdevsw. Block majors are out, kqfilters are in. - No need to bzero softc's that we get from new-bus. They come that way to begin with.
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-012-0/+551
us a lot on older Alphas. Andrew Gallatin, Thomas V. Crimi, and Peter Jeremy contributed to this work along with the submitter. Submitted by: Andrew M. Miklic <miklic@home.com>
OpenPOWER on IntegriCloud