| Commit message (Expand) | Author | Age | Files | Lines |
* | Prepare for future integration between CAM and newbus. xpt_bus_register | scottl | 2007-06-17 | 3 | -3/+3 |
* | Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM will | scottl | 2007-04-15 | 2 | -2/+2 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 4 | -5/+7 |
* | Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed. | mjacob | 2006-12-11 | 6 | -0/+9 |
* | 2nd and final commit that moves us to CAM_NEW_TRAN_CODE | mjacob | 2006-11-02 | 3 | -298/+0 |
* | The first of 3 major steps to move the CAM layer forward to using | mjacob | 2006-10-31 | 3 | -7/+342 |
* | Remove some header polution. | scottl | 2006-04-30 | 1 | -1/+0 |
* | Type of overrun_buf doesn't matter to this code, but does to gcc. | imp | 2006-02-04 | 2 | -4/+4 |
* | Fix -Wundef. | ru | 2005-12-04 | 4 | -8/+8 |
* | Don't try to probe ISA PnP devices for now until this driver can grow a | jhb | 2005-07-13 | 1 | -0/+6 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 8 | -10/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 2 | -6/+6 |
* | Check for BIOS version 3.0 as well as 3.1. | scottl | 2005-02-21 | 1 | -1/+1 |
* | Fix a missing /*- | obrien | 2005-02-14 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 16 | -20/+20 |
* | Properly release allocated resources if adw(4) device fails to fully attach, | rsm | 2004-12-06 | 1 | -0/+20 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 2 | -0/+2 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 4 | -18/+17 |
* | Make the extern for adv_mcode match the reality: it's u_int8_t, but | phk | 2004-03-10 | 1 | -1/+1 |
* | Use PCIR_BAR(x) instead of PCIR_MAPS. | jhb | 2003-09-02 | 2 | -4/+4 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 10 | -20/+30 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 2 | -4/+4 |
* | Mega busdma API commit. | scottl | 2003-07-01 | 6 | -0/+40 |
* | Merge common XPT_CALC_GEOMETRY functions into a single convenience function. | njl | 2003-06-14 | 2 | -37/+2 |
* | Bring back bus_dmasync_op_t. It is now a typedef to an int, though the | scottl | 2003-05-27 | 2 | -4/+4 |
* | I deserve a big pointy hat for having missed all those references | mux | 2003-04-10 | 2 | -4/+4 |
* | Clean up argument comments for bus_dma_tag_create() calls. | mdodd | 2003-03-29 | 6 | -133/+185 |
* | Wrap the static endian functions to shutup GCC. | obrien | 2003-02-24 | 1 | -0/+2 |
* | Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian() | obrien | 2003-02-23 | 1 | -0/+18 |
* | Consolidate MIN/MAX macros into one place (param.h). | alfred | 2003-02-02 | 2 | -4/+0 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | mike | 2003-01-19 | 1 | -1/+1 |
* | Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in the | peter | 2002-10-09 | 3 | -4/+4 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Restore I/O port resources to the condition before adv_isa_probe() is | nyan | 2001-05-06 | 1 | -10/+17 |
* | Use correct resource id for bus_release_resource(). | nyan | 2001-05-06 | 1 | -10/+10 |
* | Turn on interrupt-entropy harvesting for all/any mass storage devices | markm | 2001-03-01 | 4 | -5/+6 |
* | - Check if the ccb_infos in the softc is NULL before trying to free it in | jhb | 2001-02-08 | 2 | -2/+11 |
* | Remove unneeded <stddef.h> #includes. | phk | 2000-10-29 | 1 | -2/+0 |
* | Add the use of M_ZERO to some malloc calls. | dwmalone | 2000-10-29 | 1 | -2/+1 |
* | Convert all users of fldoff() to offsetof(). fldoff() is bad | phk | 2000-10-27 | 1 | -1/+0 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 4 | -4/+0 |
* | Fix typo (accessable --> accessible). | alex | 2000-06-14 | 1 | -1/+1 |
* | Unused include: #include "adw.h" | peter | 2000-06-10 | 1 | -1/+0 |
* | Use the correct register names, not the FreeBSD 2.2 compatability ones. | peter | 2000-05-28 | 2 | -6/+6 |
* | Back out the previous change to the queue(3) interface. | jake | 2000-05-26 | 2 | -8/+8 |
* | Change the way that the queue(3) structures are declared; don't assume that | jake | 2000-05-23 | 2 | -8/+8 |
* | Fixed return value of adv_attach function. | nyan | 2000-05-23 | 1 | -17/+18 |
* | Hide annoying message under boot-verbose. | phk | 2000-04-23 | 1 | -2/+3 |
* | Remove unneeded <sys/buf.h> includes. | phk | 2000-04-18 | 1 | -1/+0 |
* | - Release allocated resources on error. | nyan | 2000-04-12 | 2 | -145/+164 |