summaryrefslogtreecommitdiff
path: root/sys/dev/mca
AgeCommit message (Expand)Author
2017-02-15Remove Micro Channel Architecture support. Of the commonly availableWarner Losh
2016-03-18Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits
2016-02-20Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2009-06-11strict kobj signatures: fix assortment of bus_read_ivar implsAndriy Gapon
2009-02-24Change the functions to ANSI in those cases where it breaks promotionRoman Divacky
2003-08-24Use __FBSDID().David E. O'Brien
2003-04-29Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev
2002-09-26Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead ofJohn Baldwin
2001-01-19- Remove an unused write_ivars function that didn't do anything anyway.John Baldwin
2000-11-28Reduce code duplication by using the GET_RESOURCE_LIST bus method and relatedMatthew N. Dodd
2000-03-13Set the RF_SHAREABLE flage when we allocate an IRQ.Matthew N. Dodd
2000-01-13Implement BUS_{GET,SET,DELETE}_RESOURCE methods.Matthew N. Dodd
1999-12-03Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd
1999-11-06resource_list_{alloc,release}() takes a struct resource_list * as itsMatthew N. Dodd
1999-10-09- Restore correct operation of bt_mca.Matthew N. Dodd
1999-09-26device_get_ivars() called twice. Remove second call and assignment.Matthew N. Dodd
1999-09-26Rip out the nastiness I cribbed from the EISA bus code and actuallyMatthew N. Dodd
1999-09-03This is the rest of the MCA support; new_bus code to be exact.Matthew N. Dodd