| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/4.7.0_cvs | cvs2svn | 2002-10-08 | 4 | -4/+4 |
| * | MFC: add PnP Id's, spelling fixes. | Peter Wemm | 2000-08-02 | 3 | -3/+9 |
| * | Fix plug and play support: | Warner Losh | 2000-01-24 | 4 | -119/+97 |
| * | MIN unused, so kill it | Warner Losh | 1999-10-25 | 1 | -1/+0 |
| * | * Add struct resource_list* argument to resource_list_alloc and | Doug Rabson | 1999-10-12 | 1 | -8/+6 |
| * | Kill unused includes | Warner Losh | 1999-10-11 | 2 | -2/+0 |
| * | Use the PRVERB() macro instead of 'if (bootverbose) printf()... | Matthew N. Dodd | 1999-10-02 | 1 | -3/+8 |
| * | Add support for the AHA-1640 SCSI adapter. | Matthew N. Dodd | 1999-10-01 | 1 | -0/+247 |
| * | Use rmand_get_bus{tag,handle} rather than hard wiring things to | Warner Losh | 1999-09-28 | 1 | -3/+3 |
| * | Newbusification of aha. dfr sent me the first cut, and I made it | Warner Losh | 1999-09-28 | 1 | -129/+165 |
| * | Remove vestiges of old pnp code. | Doug Rabson | 1999-09-03 | 1 | -8/+0 |
| * | Missed this use of the old pnp includes. I don't think this is meant to | Peter Wemm | 1999-09-02 | 1 | -1/+2 |
| * | Stub out the old pnp code till these are converted so GENERIC builds again. | Peter Wemm | 1999-09-02 | 1 | -1/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 3 | -3/+3 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 2 | -7/+7 |
| * | The 1542 cards do not allow adapter commands to be queued while mailbox | Justin T. Gibbs | 1999-05-25 | 2 | -34/+90 |
| * | Put a small delay in before sending the inquire_setup command. The | Warner Losh | 1999-05-14 | 1 | -4/+6 |
| * | Add another kludge to the card identification probe. It appears that | Warner Losh | 1999-05-11 | 1 | -4/+7 |
| * | Use haveseen_ioport() which is now connected up to the resource manager. | Peter Wemm | 1999-05-08 | 1 | -2/+2 |
| * | ahatimeout is static.. | Peter Wemm | 1999-05-06 | 1 | -2/+2 |
| * | Add a number of interrelated CAM feature enhancements and bug fixes. | Kenneth D. Merry | 1999-05-06 | 1 | -2/+3 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -5/+2 |
| * | Staticize. | Eivind Eklund | 1999-04-11 | 1 | -4/+4 |
| * | Better logging when the Geometry register probe fails. | Warner Losh | 1999-03-02 | 1 | -3/+3 |
| * | o enable plug and play support for the aha driver. Given the cumbersome | Warner Losh | 1999-01-20 | 3 | -22/+134 |
| * | Invalid is spelled with the v *BEFORE* the a. | Warner Losh | 1998-12-22 | 1 | -2/+2 |
| * | Don't calculate the residual twice. | Justin T. Gibbs | 1998-12-22 | 1 | -7/+9 |
| * | o Convert length of hccb to integer from the array. Eivind Eklund | Warner Losh | 1998-12-15 | 1 | -3/+8 |
| * | Pull in fixes similar to those recently committed to the bt driver: | Justin T. Gibbs | 1998-12-13 | 1 | -4/+9 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -11/+11 |
| * | o Patch, slightly altered, from Graham Menhennitt for older aha 1542B | Warner Losh | 1998-11-25 | 1 | -6/+15 |
| * | Noop Commit - Change was in last revision. | Justin T. Gibbs | 1998-11-10 | 1 | -1/+1 |
| * | Fix probes when a port address is specified. | Justin T. Gibbs | 1998-11-10 | 1 | -25/+11 |
| * | Fix probes when a port address is specified. | Justin T. Gibbs | 1998-11-10 | 2 | -199/+294 |
| * | -Wunused cleanup. | Justin T. Gibbs | 1998-10-15 | 1 | -5/+2 |
| * | Reduce the number of ccbs to 16, per the aha documentation. Move | Warner Losh | 1998-10-15 | 1 | -3/+3 |
| * | Fix breakage introduced by last patch. bde has added CC_QUIET flag to | Warner Losh | 1998-10-12 | 1 | -28/+4 |
| * | Fix conficts in probe: | Warner Losh | 1998-10-10 | 1 | -1/+28 |
| * | Hook up ahapoll so that dumps, synchronize cache commands or any other | Justin T. Gibbs | 1998-10-09 | 1 | -1/+2 |
| * | GC unused stuff. | Warner Losh | 1998-10-02 | 2 | -50/+12 |
| * | Misc cleanup and probe rework: | Warner Losh | 1998-10-01 | 2 | -50/+38 |
| * | Perform a hard reset on cards when the command fails. This should help | Warner Losh | 1998-09-30 | 1 | -2/+2 |
| * | Several minor cleanups, inspired by bug reports and the old driver: | Warner Losh | 1998-09-29 | 1 | -10/+67 |
| * | Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h | Bruce Evans | 1998-09-24 | 1 | -3/+1 |
| * | Use %p with (void *) casts to print pointers with printf. | Justin T. Gibbs | 1998-09-17 | 1 | -6/+6 |
| * | Fix printf format bugs. | Justin T. Gibbs | 1998-09-16 | 1 | -7/+10 |
| * | Adaptec 154X SCSI-Host Adapter driver for CAM. | Justin T. Gibbs | 1998-09-15 | 3 | -0/+2455 |