| Age | Commit message (Expand) | Author |
| 2017-02-16 | Remove EISA bus support for add-in cards. Remove related kernel and | Warner Losh |
| 2016-02-20 | Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it. | Justin Hibbits |
| 2016-01-27 | Convert rman to use rman_res_t instead of u_long | Justin Hibbits |
| 2011-11-22 | - There's no need to overwrite the default device method with the default | Marius Strobl |
| 2009-06-11 | strict kobj signatures: fix assortment of bus_read_ivar impls | Andriy Gapon |
| 2005-08-01 | Make the eisa probe messages just like all the others in the system. | Warner Losh |
| 2005-03-17 | Now that the Adaptec 2842 has its own probe routine, no need to have | Warner Losh |
| 2005-03-17 | Style(9) pass before some planned larger changes. | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-08-16 | Remove outb to "prime" the EISA ID registers of each slot. This was | Justin T. Gibbs |
| 2004-08-03 | Use the slot, not an otherwise unused index variable as the probe offset. | Nate Lawson |
| 2004-08-03 | Change EISA probing to be less invasive. Instead of probing all slots | Nate Lawson |
| 2004-06-09 | When adding files to the repo, it is very important to not forget | Warner Losh |
| 2004-06-09 | Step 1 in moving EISA devices to kobj/newbus. Use kobj methods for | Warner Losh |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-04-29 | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev |
| 2002-10-31 | Add tunable "hw.eisa_slots" to allow overriding the default number | Peter Wemm |
| 2002-09-26 | Argh, isa(4), eisa(4) and mca(4) now attach to legacy(4) instead of | John Baldwin |
| 2002-08-20 | - Use the __BUS_ACCESSOR macro for EISA_ACCESSOR instead | Maxime Henrion |
| 2002-04-09 | GC various bits and pieces of USERCONFIG from all over the place. | Poul-Henning Kamp |
| 2002-03-20 | Remove __P. | Alfred Perlstein |
| 2001-02-09 | Unbreak EISA. The PCI-EISA bridge bus is named `eisab', not `isab'. | Joerg Wunsch |
| 2001-02-04 | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp |
| 2000-12-08 | Convert more malloc+bzero to malloc+M_ZERO. | David Malone |
| 2000-05-26 | Back out the previous change to the queue(3) interface. | Jake Burkholder |
| 2000-05-23 | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder |
| 2000-01-14 | Pre 4.0 tidy up. | Peter Wemm |
| 1999-12-03 | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd |
| 1999-10-11 | Delete unneeded #include | Peter Wemm |
| 1999-08-28 | $Id$ -> $FreeBSD$ | Peter Wemm |
| 1999-08-02 | I'm not sure how this wasn't in the last commit but anyhow... | Matthew N. Dodd |
| 1999-08-01 | Move the specification of EDGE/LEVEL triggered interrupts to | Matthew N. Dodd |
| 1999-07-30 | Restore the pre-new_bus behavior of printing out the reserved resources | Matthew N. Dodd |
| 1999-07-29 | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd |
| 1999-07-11 | Add a hook for a bus to detect child devices which didn't find drivers. | Doug Rabson |
| 1999-06-22 | Handle suspend/resume methods | Peter Wemm |
| 1999-05-24 | Fix a [start,end] vs [start,count] botch that corrupted the resource | Peter Wemm |
| 1999-05-18 | Don't detect an EISA bus unless we see a "card" there somewhere. An EISA | Peter Wemm |
| 1999-05-08 | Move the declaration of the interrupt type from the driver structure | Doug Rabson |
| 1999-05-06 | Use consistant function definitions which also silences a warning. | Peter Wemm |
| 1999-04-19 | GC some now unused (and #if 0) code. | Peter Wemm |
| 1999-04-19 | EISA can (or will) be a child of the i386 nexus on non-PCI systems. | Peter Wemm |
| 1999-04-19 | Set the bus description for EISA, like it is for ISA. | Peter Wemm |
| 1999-04-18 | Implement an EISA new-bus framework. The old driver probe mechanism | Peter Wemm |
| 1999-01-14 | Replace includes of <sys/kernel.h> with includes of | John Polstra |
| 1998-12-04 | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs |
| 1998-05-14 | Fix list corruption and memory leak that could occur when | Justin T. Gibbs |
| 1998-02-09 | Staticize. | Eivind Eklund |
| 1997-11-07 | Remove a bunch of variables which were unused both in GENERIC and LINT. | Poul-Henning Kamp |
| 1997-10-28 | Removed unused #includes. | Bruce Evans |