aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/vga_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-1/+10
* Warn when nonPNP ISA devices are attached in GENERIC that they areWarner Losh2017-12-231-0/+1
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-2/+4
* Attach dpms(4) to vgapm and make sure to restore DPMS state afterJung-uk Kim2009-12-151-0/+3
* - Partially revert hackish r198964 and r199002.Jung-uk Kim2009-11-121-92/+145
* Remove duplicate suspend/resume code from vga_pci.c and let vga(4) registerJung-uk Kim2009-11-061-19/+53
* Save/restore VGA state from vga_pci.c instead of relying on vga_isa.c.Jung-uk Kim2009-11-051-19/+18
* Save/restore VGA color palette while suspending and resuming.Jung-uk Kim2009-11-041-10/+32
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-6/+4
* Fix -Wundef.Ruslan Ermilov2005-12-041-1/+1
* Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse2005-02-281-0/+55
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-1/+0
* Stop printing the VGA registers during verbose boot, in order to notPoul-Henning Kamp2004-11-031-1/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-301-0/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-261-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Remove unused variable(s).Poul-Henning Kamp2003-05-311-6/+2
* Only use the pc bios stuff on i386's. I think this might even be unusedPeter Wemm2003-05-011-0/+2
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+2
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Add device_identify methods so that we do not need thePeter Wemm2000-06-281-19/+23
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-5/+0
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+1
* * Add struct resource_list* argument to resource_list_alloc andDoug Rabson1999-10-121-2/+2
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* Change isa_get/set_flags() to device_get/set_flags().Doug Rabson1999-09-071-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-2047/+82
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-6/+21
* No support for pnp yet.Doug Rabson1999-05-301-1/+5
* Delete the #if'ed out old isa bus probe/attach routinesPeter Wemm1999-05-091-73/+1
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-081-2/+1
* Brace initializers to avoid a warning.Peter Wemm1999-05-081-16/+16
* Copy across some apparently missing cleanups from i386/isa/vga_isa.cPeter Wemm1999-04-161-1/+9
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-161-4/+9
* Oops, the last commit contained a wrong patch. This is the correct one.Kazutaka YOKOTA1999-02-051-4/+19
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-62/+42
* Update the alpha port to use the new syscons.Doug Rabson1999-01-231-0/+2239