| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC to 6.2 release all the cam module depend foo. | Matt Jacob | 2006-12-21 | 3 | -0/+4 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 2 | -2/+0 |
| * | Simplify aha resource management, and fix a few bugs in unwinding | Warner Losh | 2005-01-19 | 3 | -74/+51 |
| * | Use the standard FreeBSD license | Warner Losh | 2005-01-11 | 1 | -6/+6 |
| * | nits | Warner Losh | 2005-01-11 | 1 | -2/+3 |
| * | Final attempt to make aha 1542A working. If not, oh well, I don't | Warner Losh | 2005-01-11 | 2 | -7/+16 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | Various whitespace nits. | Warner Losh | 2004-11-12 | 1 | -21/+27 |
| * | Don't use aha after calling aha_free. | Warner Losh | 2004-11-12 | 1 | -4/+4 |
| * | #include <isa/isavar.h> instead of <i386/isa/isa_dma.h> | Poul-Henning Kamp | 2004-09-15 | 1 | -1/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 2 | -8/+5 |
| * | Save the device so we can do a device_printf. | Warner Losh | 2003-11-13 | 3 | -76/+69 |
| * | Minor diff reduction with p4 | Warner Losh | 2003-11-12 | 1 | -1/+1 |
| * | Move 'guessing' code from the probe into the identify routine where it more | Warner Losh | 2003-11-10 | 2 | -160/+106 |
| * | Tweak the front end driver file list | Warner Losh | 2003-11-09 | 1 | -31/+26 |
| * | Add my copyright to aha_isa.c to make it crystal clear its license | Warner Losh | 2003-11-09 | 1 | -1/+25 |
| * | Let bus space manage softc. | Warner Losh | 2003-11-09 | 4 | -56/+23 |
| * | Minor tweaks to make it behave better: | Warner Losh | 2003-11-09 | 1 | -8/+18 |
| * | Minor comment smithing | Warner Losh | 2003-11-09 | 1 | -4/+4 |
| * | Make this driver a little more style(9) compliant | Warner Losh | 2003-11-09 | 4 | -206/+176 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -6/+9 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 3 | -0/+18 |
| * | 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 | 3 | -51/+76 |
| * | 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 |
| * | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | Peter Wemm | 2002-10-09 | 2 | -2/+2 |
| * | Fix new gcc-3.1 warnings. I think this gets GENERIC compiling cleanly | Peter Wemm | 2002-05-24 | 1 | -0/+1 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 2 | -2/+2 |
| * | Remove NAHA, NAHATOT and aha_softcs and related code. It was unused | Warner Losh | 2001-02-04 | 2 | -30/+0 |
| * | Remove unnecessary includes found by phk's script a long time ago. | Warner Losh | 2000-12-13 | 2 | -4/+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 |
| * | Back out the previous change to the queue(3) interface. | Jake Burkholder | 2000-05-26 | 1 | -5/+5 |
| * | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder | 2000-05-23 | 1 | -5/+5 |
| * | Remove unneeded <sys/buf.h> includes. | Poul-Henning Kamp | 2000-04-18 | 1 | -1/+0 |
| * | More pnpids. | Warner Losh | 2000-03-25 | 2 | -2/+8 |
| * | 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 |