summaryrefslogtreecommitdiffstats
path: root/sys/dev/advansys
Commit message (Expand)AuthorAgeFilesLines
* MFC r280347: Remove MAXBSIZE use from drivers where it has nothing to do.mav2015-04-211-1/+1
* MFC r274819:smh2014-12-212-7/+7
* MFC r259825:dim2013-12-281-7/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIscottl2013-08-121-9/+6
* Reform the busdma API so that new types may be added without modifyingkib2013-02-122-112/+25
* Add locking to the adw(4) driver and mark it MPSAFE.jhb2012-10-155-145/+119
* Add locking to adv(4) driver and mark it MPSAFE.jhb2012-10-127-172/+207
* Final pass at having devices use their bus parent for dma tags. Thescottl2012-03-122-6/+3
* Remove comments about creating DMA tags as children of the DMA tags of theirjmallett2012-03-122-2/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-122-2/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andscottl2009-07-102-1/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerscottl2007-06-173-3/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willscottl2007-04-152-2/+2
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-234-5/+7
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-116-0/+9
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEmjacob2006-11-023-298/+0
* The first of 3 major steps to move the CAM layer forward to usingmjacob2006-10-313-7/+342
* Remove some header polution.scottl2006-04-301-1/+0
* Type of overrun_buf doesn't matter to this code, but does to gcc.imp2006-02-042-4/+4
* Fix -Wundef.ru2005-12-044-8/+8
* Don't try to probe ISA PnP devices for now until this driver can grow ajhb2005-07-131-0/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-298-10/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-052-6/+6
* Check for BIOS version 3.0 as well as 3.1.scottl2005-02-211-1/+1
* Fix a missing /*-obrien2005-02-141-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-0616-20/+20
* Properly release allocated resources if adw(4) device fails to fully attach,rsm2004-12-061-0/+20
* Add missing <sys/module.h> includesphk2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-174-18/+17
* Make the extern for adv_mcode match the reality: it's u_int8_t, butphk2004-03-101-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-022-4/+4
* Use __FBSDID().obrien2003-08-2410-20/+30
* Prefer new location of pci include files (which have only been in theimp2003-08-222-4/+4
* Mega busdma API commit.scottl2003-07-016-0/+40
* Merge common XPT_CALC_GEOMETRY functions into a single convenience function.njl2003-06-142-37/+2
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-272-4/+4
* I deserve a big pointy hat for having missed all those referencesmux2003-04-102-4/+4
* Clean up argument comments for bus_dma_tag_create() calls.mdodd2003-03-296-133/+185
* Wrap the static endian functions to shutup GCC.obrien2003-02-241-0/+2
* Add adv_adj_endian_qdone_info() & adv_adj_scsiq_endian()obrien2003-02-231-0/+18
* Consolidate MIN/MAX macros into one place (param.h).alfred2003-02-022-4/+0
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in themike2003-01-191-1/+1
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in thepeter2002-10-093-4/+4
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Restore I/O port resources to the condition before adv_isa_probe() isnyan2001-05-061-10/+17
* Use correct resource id for bus_release_resource().nyan2001-05-061-10/+10
* Turn on interrupt-entropy harvesting for all/any mass storage devicesmarkm2001-03-014-5/+6
* - Check if the ccb_infos in the softc is NULL before trying to free it injhb2001-02-082-2/+11
* Remove unneeded <stddef.h> #includes.phk2000-10-291-2/+0
OpenPOWER on IntegriCloud