summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/tgavar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.miod2006-12-171-2/+1
|
* Various tga hacks:miod2002-07-041-5/+5
| | | | | | | | - some KNF touches - use simpler constructs - do not forget to make use of the tga interrupt when it is enabled (speeds up X11 startup and shutdown, hi matthieu!) - implement the wscons screen burner facility
* Add support for the WSDISPLAYIO_LINEBYTES ioctl and thematthieu2002-04-261-1/+2
| | | | | | | WSDISPLAYIO_MODE_DUMBFB mode (mode where mmapping /dev/ttyC0 maps the framebuffer only) This makes the XF4 wsfb driver work on the TGA cards. Ok miod@, deraadt@
* Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (akamatthieu2002-04-011-2/+3
| | | | 32bit TGA) From NetBSD, ok deraadt@.
* First round of __P removal in sysmillert2002-03-141-19/+19
|
* New TGA driver for alpha. Takes advantage of rasops code.nate2001-03-181-62/+94
| | | | | This now gives a working console on alpha when using TGA. Code from NetBSD.
* Add $OpenBSD$ tags.aaron2000-10-141-0/+1
|
* add support for tga2; from NetBSDericj2000-08-041-84/+62
|
* closer approximation to an alpha using new wscons.mickey2000-07-031-0/+155
tga moved to dev/pci. by request from alpha people.