| Commit message (Expand) | Author | Age | Files | Lines |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 5 | -12/+12 |
* | I'm not sure how this wasn't in the last commit but anyhow... | mdodd | 1999-08-02 | 1 | -2/+2 |
* | Move the specification of EDGE/LEVEL triggered interrupts to | mdodd | 1999-08-01 | 11 | -52/+80 |
* | Don't use at_shutdown() now that we have new_bus which lets us | mdodd | 1999-07-31 | 1 | -8/+11 |
* | Restore the pre-new_bus behavior of printing out the reserved resources | mdodd | 1999-07-30 | 1 | -5/+95 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -5/+10 |
* | Add a hook for a bus to detect child devices which didn't find drivers. | dfr | 1999-07-11 | 1 | -2/+21 |
* | Convert the if_fea (DEC FDDI) driver to newbus since it has been broken | peter | 1999-07-10 | 1 | -400/+170 |
* | Handle suspend/resume methods | peter | 1999-06-22 | 1 | -1/+3 |
* | Fix a [start,end] vs [start,count] botch that corrupted the resource | peter | 1999-05-24 | 1 | -3/+3 |
* | Don't detect an EISA bus unless we see a "card" there somewhere. An EISA | peter | 1999-05-18 | 1 | -2/+10 |
* | Correct the comment for the last commit. | gibbs | 1999-05-17 | 1 | -1/+1 |
* | Fix whitespace. Correct a comment. | gibbs | 1999-05-17 | 1 | -15/+18 |
* | Move the declaration of the interrupt type from the driver structure | dfr | 1999-05-08 | 8 | -21/+12 |
* | Use consistant function definitions which also silences a warning. | peter | 1999-05-06 | 1 | -20/+8 |
* | Add a number of interrelated CAM feature enhancements and bug fixes. | ken | 1999-05-06 | 1 | -1/+2 |
* | These two drivers have not been converted for newbus eisa yet. | peter | 1999-05-02 | 1 | -1/+4 |
* | Typo, use SYS_RES_IRQ when releasing the irq resource, not SYS_RES_IOPORT. | peter | 1999-04-24 | 1 | -2/+2 |
* | ahb.c: | gibbs | 1999-04-23 | 2 | -26/+18 |
* | Make bt driver work on eisa again. | dfr | 1999-04-20 | 1 | -2/+2 |
* | GC some now unused (and #if 0) code. | peter | 1999-04-19 | 1 | -321/+3 |
* | EISA can (or will) be a child of the i386 nexus on non-PCI systems. | peter | 1999-04-19 | 1 | -1/+2 |
* | Set the bus description for EISA, like it is for ISA. | peter | 1999-04-19 | 1 | -2/+3 |
* | Implement an EISA new-bus framework. The old driver probe mechanism | peter | 1999-04-18 | 9 | -973/+1141 |
* | Staticize. | eivind | 1999-04-11 | 1 | -2/+2 |
* | Fix a typo. | gibbs | 1999-03-23 | 1 | -2/+2 |
* | Ask the card where our interrupt is instead of attempting to use the EISA | gibbs | 1999-03-08 | 1 | -85/+31 |
* | Poll for bus reset completion instead of assuming that our interrupt | gibbs | 1999-03-05 | 1 | -2/+7 |
* | Modify to deal with changes in the storage of user negotiation settings. | gibbs | 1999-03-05 | 1 | -4/+6 |
* | Correct test in poll loop for determining that the mailbox is free to | gibbs | 1999-01-28 | 1 | -7/+2 |
* | Fix parenthesization, but the code still looks wrong. | dillon | 1999-01-28 | 1 | -2/+7 |
* | Replace includes of <sys/kernel.h> with includes of | jdp | 1999-01-14 | 1 | -2/+2 |
* | Switch type of vxintr instead of using the previous casts. | eivind | 1999-01-12 | 1 | -2/+2 |
* | Silence warnings. | eivind | 1999-01-12 | 1 | -2/+2 |
* | The previous commit was bogus. malloc(..., M_WAITOK) should not be | bde | 1999-01-01 | 1 | -2/+6 |
* | Staticize the overrun buffer so that they are not shared between | gibbs | 1998-12-22 | 1 | -4/+4 |
* | Pull in new ccb_hdr list types. | gibbs | 1998-12-15 | 1 | -1/+2 |
* | malloc(xxx, yyy, M_WAITOK) does not fail. This probably explains why | eivind | 1998-12-09 | 1 | -6/+2 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Bring back support for honoring the primary channel setting for twin channel | gibbs | 1998-10-15 | 1 | -3/+12 |
* | Hook up ahapoll so that dumps, synchronize cache commands or any other | gibbs | 1998-10-09 | 1 | -1/+2 |
* | Pass termination information via softc flags to the core driver. The | gibbs | 1998-10-09 | 1 | -13/+19 |
* | Use %p with (void *) casts to print pointers with printf. | gibbs | 1998-09-17 | 1 | -4/+4 |
* | Fix printf format bugs. | gibbs | 1998-09-16 | 1 | -17/+18 |
* | Obsolteted by CAM. | gibbs | 1998-09-15 | 3 | -2189/+0 |
* | Conver the DPT driver to CAM. The dpt_control interface is not yet | gibbs | 1998-09-15 | 2 | -324/+97 |
* | Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM. | gibbs | 1998-09-15 | 1 | -0/+392 |
* | Move to new name and convert to CAM. | gibbs | 1998-09-15 | 1 | -0/+459 |
* | Adaptec 174x EISA SCSI Host Adapter driver for CAM. | gibbs | 1998-09-15 | 2 | -0/+1627 |
* | EISA bus attachment for the AdvanSys driver. | gibbs | 1998-09-15 | 1 | -0/+354 |