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