Age | Commit message (Expand) | Author |
2006-02-16 | Use rasops_unpack_attr() to decompose attributes instead of doing it by hand, | Miod Vallat |
2005-10-26 | use the MI atop() macro for alpha and mips | Martin Reindl |
2005-01-05 | Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - most | Miod Vallat |
2004-02-21 | Remove left-over dependencies on the old rcons code. | Miod Vallat |
2004-01-09 | remove uvm_extern.h | Brad Smith |
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 |