| Commit message (Expand) | Author | Age | Files | Lines |
| * | Pass bus_get_dma_tag() into the first argument of bus_dma_create_tag() | Warner Losh | 2008-10-07 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | Matt Jacob | 2006-12-11 | 1 | -1/+1 |
| * | Add explicit dependency on cam. This is necessary when both aha.ko and | Warner Losh | 2006-03-24 | 1 | -0/+1 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -1/+0 |
| * | Simplify aha resource management, and fix a few bugs in unwinding | Warner Losh | 2005-01-19 | 1 | -40/+24 |
| * | 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 | 1 | -1/+11 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | 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 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Save the device so we can do a device_printf. | Warner Losh | 2003-11-13 | 1 | -0/+2 |
| * | Move 'guessing' code from the probe into the identify routine where it more | Warner Losh | 2003-11-10 | 1 | -92/+104 |
| * | 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 | 1 | -19/+5 |
| * | Make this driver a little more style(9) compliant | Warner Losh | 2003-11-09 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+4 |
| * | Clean up argument comments for bus_dma_tag_create() calls. | Matthew N. Dodd | 2003-03-29 | 1 | -7/+12 |
| * | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | Peter Wemm | 2002-10-09 | 1 | -1/+1 |
| * | Turn on interrupt-entropy harvesting for all/any mass storage devices | Mark Murray | 2001-03-01 | 1 | -1/+1 |
| * | More pnpids. | Warner Losh | 2000-03-25 | 1 | -2/+5 |
| * | Fix plug and play support: | Warner Losh | 2000-01-24 | 1 | -42/+59 |
| * | * 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 | 1 | -1/+0 |
| * | 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 |
| * | 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 | 1 | -1/+1 |
| * | Properly set the alignment argument to bus_dma_tag_create(). If we | Justin T. Gibbs | 1999-08-16 | 1 | -2/+2 |
| * | Use haveseen_ioport() which is now connected up to the resource manager. | Peter Wemm | 1999-05-08 | 1 | -2/+2 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -5/+2 |
| * | o enable plug and play support for the aha driver. Given the cumbersome | Warner Losh | 1999-01-20 | 1 | -12/+87 |
| * | Fix probes when a port address is specified. | Justin T. Gibbs | 1998-11-10 | 1 | -25/+11 |
| * | 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 |
| * | Removed unused include of "ioconf.h" again. The CAM changes made ioconf.h | Bruce Evans | 1998-09-24 | 1 | -3/+1 |
| * | Adaptec 154X SCSI-Host Adapter driver for CAM. | Justin T. Gibbs | 1998-09-15 | 1 | -0/+229 |