| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvs | cvs2svn | 2005-11-03 | 1 | -1/+1 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Use the standard FreeBSD license | Warner Losh | 2005-01-11 | 1 | -6/+6 |
| * | Final attempt to make aha 1542A working. If not, oh well, I don't | Warner Losh | 2005-01-11 | 1 | -6/+5 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Save the device so we can do a device_printf. | Warner Losh | 2003-11-13 | 1 | -75/+66 |
| * | Move 'guessing' code from the probe into the identify routine where it more | Warner Losh | 2003-11-10 | 1 | -66/+0 |
| * | Tweak the front end driver file list | Warner Losh | 2003-11-09 | 1 | -31/+26 |
| * | Let bus space manage softc. | Warner Losh | 2003-11-09 | 1 | -10/+3 |
| * | Minor tweaks to make it behave better: | Warner Losh | 2003-11-09 | 1 | -8/+18 |
| * | Make this driver a little more style(9) compliant | Warner Losh | 2003-11-09 | 1 | -134/+104 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+10 |
| * | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | Scott Long | 2003-05-27 | 1 | -2/+2 |
| * | I deserve a big pointy hat for having missed all those references | Maxime Henrion | 2003-04-10 | 1 | -2/+2 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 1 | -32/+51 |
| * | Consolidate MIN/MAX macros into one place (param.h). | Alfred Perlstein | 2003-02-02 | 1 | -4/+0 |
| * | Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, | Jens Schweikhardt | 2003-01-01 | 1 | -2/+2 |
| * | Fix build on alpha. It used to case an int to a pointer in order to do | Peter Wemm | 2002-10-09 | 1 | -1/+2 |
| * | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Remove NAHA, NAHATOT and aha_softcs and related code. It was unused | Warner Losh | 2001-02-04 | 1 | -24/+0 |
| * | Remove unnecessary includes found by phk's script a long time ago. | Warner Losh | 2000-12-13 | 1 | -3/+0 |
| * | Make a few more mallocs use M_ZERO. | David Malone | 2000-10-29 | 1 | -2/+1 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Fix typo (accessable --> accessible). | Alexander Langer | 2000-06-14 | 1 | -1/+1 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | Fix plug and play support: | Warner Losh | 2000-01-24 | 1 | -43/+16 |
| * | MIN unused, so kill it | Warner Losh | 1999-10-25 | 1 | -1/+0 |
| * | Kill unused includes | Warner Losh | 1999-10-11 | 1 | -1/+0 |
| * | Use the PRVERB() macro instead of 'if (bootverbose) printf()... | Matthew N. Dodd | 1999-10-02 | 1 | -3/+8 |
| * | 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 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 1 | -5/+5 |
| * | The 1542 cards do not allow adapter commands to be queued while mailbox | Justin T. Gibbs | 1999-05-25 | 1 | -31/+89 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -9/+30 |
| * | 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 | -147/+237 |