summaryrefslogtreecommitdiffstats
path: root/sys/isa/vga_isa.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-2/+4
* Attach dpms(4) to vgapm and make sure to restore DPMS state afterjkim2009-12-151-0/+3
* - Partially revert hackish r198964 and r199002.jkim2009-11-121-92/+145
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerjkim2009-11-061-19/+53
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.jkim2009-11-051-19/+18
* Save/restore VGA color palette while suspending and resuming.jkim2009-11-041-10/+32
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-6/+4
* Fix -Wundef.ru2005-12-041-1/+1
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-281-0/+55
* Use dynamic major number allocation.phk2005-02-271-1/+0
* Stop printing the VGA registers during verbose boot, in order to notphk2004-11-031-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-261-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Remove unused variable(s).phk2003-05-311-6/+2
* Only use the pc bios stuff on i386's. I think this might even be unusedpeter2003-05-011-0/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* KSE Milestone 2julian2001-09-121-6/+6
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Add device_identify methods so that we do not need thepeter2000-06-281-19/+23
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-5/+0
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-031-1/+1
* * Add struct resource_list* argument to resource_list_alloc anddfr1999-10-121-2/+2
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* Change isa_get/set_flags() to device_get/set_flags().dfr1999-09-071-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* The second phase of syscons reorganization.yokota1999-06-221-2047/+82
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* No support for pnp yet.dfr1999-05-301-1/+5
* Delete the #if'ed out old isa bus probe/attach routinespeter1999-05-091-73/+1
* Move the declaration of the interrupt type from the driver structuredfr1999-05-081-2/+1
* Brace initializers to avoid a warning.peter1999-05-081-16/+16
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cpeter1999-04-161-1/+9
* Bring the 'new-bus' to the i386. This extensively changes the way thepeter1999-04-161-4/+9
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-051-4/+19
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-62/+42
* Update the alpha port to use the new syscons.dfr1999-01-231-0/+2239
OpenPOWER on IntegriCloud