| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pre 4.0 tidy up. | Peter Wemm | 2000-01-14 | 8 | -3665/+0 |
| * | Remove the 'ivars' arguement to device_add_child() and | Matthew N. Dodd | 1999-12-03 | 1 | -1/+3 |
| * | Delete unneeded #include | Peter Wemm | 1999-10-11 | 1 | -2/+0 |
| * | Remove old copies. These files now live in src/sys/dev/buslogic | Matthew N. Dodd | 1999-10-09 | 1 | -348/+0 |
| * | Remove these files as they now live in sys/dev/dpt/ | Matthew N. Dodd | 1999-10-09 | 2 | -327/+0 |
| * | Turn off and remove the 'old' if_ep ISA/EISA/PCCARD driver. | Matthew N. Dodd | 1999-10-01 | 1 | -309/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 11 | -11/+11 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 5 | -12/+12 |
| * | I'm not sure how this wasn't in the last commit but anyhow... | Matthew N. Dodd | 1999-08-02 | 1 | -2/+2 |
| * | Move the specification of EDGE/LEVEL triggered interrupts to | Matthew N. Dodd | 1999-08-01 | 11 | -52/+80 |
| * | Don't use at_shutdown() now that we have new_bus which lets us | Matthew N. Dodd | 1999-07-31 | 1 | -8/+11 |
| * | Restore the pre-new_bus behavior of printing out the reserved resources | Matthew N. Dodd | 1999-07-30 | 1 | -5/+95 |
| * | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | Matthew N. Dodd | 1999-07-29 | 1 | -5/+10 |
| * | Add a hook for a bus to detect child devices which didn't find drivers. | Doug Rabson | 1999-07-11 | 1 | -2/+21 |
| * | Convert the if_fea (DEC FDDI) driver to newbus since it has been broken | Peter Wemm | 1999-07-10 | 1 | -400/+170 |
| * | Handle suspend/resume methods | Peter Wemm | 1999-06-22 | 1 | -1/+3 |
| * | Fix a [start,end] vs [start,count] botch that corrupted the resource | Peter Wemm | 1999-05-24 | 1 | -3/+3 |
| * | Don't detect an EISA bus unless we see a "card" there somewhere. An EISA | Peter Wemm | 1999-05-18 | 1 | -2/+10 |
| * | Correct the comment for the last commit. | Justin T. Gibbs | 1999-05-17 | 1 | -1/+1 |
| * | Fix whitespace. Correct a comment. | Justin T. Gibbs | 1999-05-17 | 1 | -15/+18 |
| * | Move the declaration of the interrupt type from the driver structure | Doug Rabson | 1999-05-08 | 8 | -21/+12 |
| * | Use consistant function definitions which also silences a warning. | Peter Wemm | 1999-05-06 | 1 | -20/+8 |
| * | Add a number of interrelated CAM feature enhancements and bug fixes. | Kenneth D. Merry | 1999-05-06 | 1 | -1/+2 |
| * | These two drivers have not been converted for newbus eisa yet. | Peter Wemm | 1999-05-02 | 1 | -1/+4 |
| * | Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT. | Peter Wemm | 1999-04-24 | 1 | -2/+2 |
| * | ahb.c: | Justin T. Gibbs | 1999-04-23 | 2 | -26/+18 |
| * | Make bt driver work on eisa again. | Doug Rabson | 1999-04-20 | 1 | -2/+2 |
| * | GC some now unused (and #if 0) code. | Peter Wemm | 1999-04-19 | 1 | -321/+3 |
| * | EISA can (or will) be a child of the i386 nexus on non-PCI systems. | Peter Wemm | 1999-04-19 | 1 | -1/+2 |
| * | Set the bus description for EISA, like it is for ISA. | Peter Wemm | 1999-04-19 | 1 | -2/+3 |
| * | Implement an EISA new-bus framework. The old driver probe mechanism | Peter Wemm | 1999-04-18 | 9 | -973/+1141 |
| * | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -2/+2 |
| * | Fix a typo. | Justin T. Gibbs | 1999-03-23 | 1 | -2/+2 |
| * | Ask the card where our interrupt is instead of attempting to use the EISA | Justin T. Gibbs | 1999-03-08 | 1 | -85/+31 |
| * | Poll for bus reset completion instead of assuming that our interrupt | Justin T. Gibbs | 1999-03-05 | 1 | -2/+7 |
| * | Modify to deal with changes in the storage of user negotiation settings. | Justin T. Gibbs | 1999-03-05 | 1 | -4/+6 |
| * | Correct test in poll loop for determining that the mailbox is free to | Justin T. Gibbs | 1999-01-28 | 1 | -7/+2 |
| * | Fix parenthesization, but the code still looks wrong. | Matthew Dillon | 1999-01-28 | 1 | -2/+7 |
| * | Replace includes of <sys/kernel.h> with includes of | John Polstra | 1999-01-14 | 1 | -2/+2 |
| * | Switch type of vxintr instead of using the previous casts. | Eivind Eklund | 1999-01-12 | 1 | -2/+2 |
| * | Silence warnings. | Eivind Eklund | 1999-01-12 | 1 | -2/+2 |
| * | The previous commit was bogus. malloc(..., M_WAITOK) should not be | Bruce Evans | 1999-01-01 | 1 | -2/+6 |
| * | Staticize the overrun buffer so that they are not shared between | Justin T. Gibbs | 1998-12-22 | 1 | -4/+4 |
| * | Pull in new ccb_hdr list types. | Justin T. Gibbs | 1998-12-15 | 1 | -1/+2 |
| * | malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains why | Eivind Eklund | 1998-12-09 | 1 | -6/+2 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -3/+3 |
| * | Bring back support for honoring the primary channel setting for twin channel | Justin T. Gibbs | 1998-10-15 | 1 | -3/+12 |
| * | Hook up ahapoll so that dumps, synchronize cache commands or any other | Justin T. Gibbs | 1998-10-09 | 1 | -1/+2 |
| * | Pass termination information via softc flags to the core driver. The | Justin T. Gibbs | 1998-10-09 | 1 | -13/+19 |
| * | Use %p with (void *) casts to print pointers with printf. | Justin T. Gibbs | 1998-09-17 | 1 | -4/+4 |