aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mca
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* strict kobj signatures: fix assortment of bus_read_ivar implsAndriy Gapon2009-06-111-1/+1
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-241-13/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-1/+1
* Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin2002-09-261-1/+1
* - Remove an unused write_ivars function that didn't do anything anyway.John Baldwin2001-01-191-7/+1
* Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd2000-11-281-52/+18
* Set the RF_SHAREABLE flage when we allocate an IRQ.Matthew N. Dodd2000-03-131-0/+4
* Implement BUS_{GET,SET,DELETE}_RESOURCE methods.Matthew N. Dodd2000-01-131-2/+44
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-031-1/+3
* resource_list_{alloc,release}() takes a struct resource_list * as itsMatthew N. Dodd1999-11-061-3/+4
* - Restore correct operation of bt_mca.Matthew N. Dodd1999-10-091-2/+2
* device_get_ivars() called twice. Remove second call and assignment.Matthew N. Dodd1999-09-261-1/+0
* Rip out the nastiness I cribbed from the EISA bus code and actuallyMatthew N. Dodd1999-09-262-321/+77
* This is the rest of the MCA support; new_bus code to be exact.Matthew N. Dodd1999-09-033-0/+931