aboutsummaryrefslogtreecommitdiff
path: root/sys/isa/vga_isa.c
Commit message (Expand)AuthorAgeFilesLines
* 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