aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mca
Commit message (Expand)AuthorAgeFilesLines
* 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