index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
tga.c
Age
Commit message (
Expand
)
Author
2003-08-31
remove bogus cache test. Suggested by drahn@, ok mickey@, miod@.
Matthieu Herrb
2003-04-29
Use pci_matchbyid(). Tested by matthieu@
Miod Vallat
2002-11-09
Instead of relying on uvm_useracc(), get a false sense of security, and
Miod Vallat
2002-10-12
Remove more '\n's from panic() statements. Both trailing and leading.
Kenneth R Westerback
2002-07-04
Various tga hacks:
Miod Vallat
2002-05-02
use the gallant 12x22 font by default on screens that are more
Matthieu Herrb
2002-04-26
Add support for the WSDISPLAYIO_LINEBYTES ioctl and the
Matthieu Herrb
2002-04-01
Add support for PowerStorm 4D20 TGA boqrds with IBM 561 ramdac (aka
Matthieu Herrb
2002-04-01
Only call dc_ramdac_intr if initialized(). Fixes a panic when
Matthieu Herrb
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-09-16
Add some missing lengths checks when passing data from userland to
Todd C. Miller
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-05-16
malloc memory w/ NOWAIT during autoconf time, and check for NULL
Michael Shalayeff
2001-03-19
Placeholder for a tga_scrollback function, although this will probably
Aaron Campbell
2001-03-18
New TGA driver for alpha. Takes advantage of rasops code.
Nathan Binkert
2001-02-01
adapt to wscons type changes.
Artur Grabowski
2000-10-14
Add $OpenBSD$ tags.
Aaron Campbell
2000-08-04
add support for tga2; from NetBSD
Eric Jackson
2000-07-03
closer approximation to an alpha using new wscons.
Michael Shalayeff