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