| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -1/+1 |
| * | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | John Baldwin | 2002-09-26 | 1 | -1/+1 |
| * | - Remove an unused write_ivars function that didn't do anything anyway. | John Baldwin | 2001-01-19 | 1 | -7/+1 |
| * | Reduce code duplication by using the GET_RESOURCE_LIST bus method and related | Matthew N. Dodd | 2000-11-28 | 1 | -52/+18 |
| * | Set the RF_SHAREABLE flage when we allocate an IRQ. | Matthew N. Dodd | 2000-03-13 | 1 | -0/+4 |
| * | Implement BUS_{GET,SET,DELETE}_RESOURCE methods. | Matthew N. Dodd | 2000-01-13 | 1 | -2/+44 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 1 | -1/+3 |
| * | resource_list_{alloc,release}() takes a struct resource_list * as its | Matthew N. Dodd | 1999-11-06 | 1 | -3/+4 |
| * | - Restore correct operation of bt_mca. | Matthew N. Dodd | 1999-10-09 | 1 | -2/+2 |
| * | device_get_ivars() called twice. Remove second call and assignment. | Matthew N. Dodd | 1999-09-26 | 1 | -1/+0 |
| * | Rip out the nastiness I cribbed from the EISA bus code and actually | Matthew N. Dodd | 1999-09-26 | 2 | -319/+75 |
| * | This is the rest of the MCA support; new_bus code to be exact. | Matthew N. Dodd | 1999-09-03 | 3 | -0/+931 |