aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys
Commit message (Expand)AuthorAgeFilesLines
* Fix kernel build after r328523, correct variable namesLi-Wen Hsu2018-01-292-2/+2
* Tag the current round of deprecated drivers.Warner Losh2018-01-292-0/+3
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-1/+1
* dev: make some use of mallocarray(9).Pedro F. Giffuni2018-01-131-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Remove EISA support from adv driver. Remove references to it from manWarner Losh2017-02-164-386/+1
* Fix whitespace in handling of XPT_PATH_INQ in adw(4).Ravi Pokala2017-01-051-4/+4
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-042-6/+6
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-034-8/+8
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-212-2/+2
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-212-8/+3
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-181-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-1/+1
* Remove MAXBSIZE use from drivers where it has nothing to do.Alexander Motin2015-03-221-1/+1
* Prevent overflow issues in timeout processingSteven Hartland2014-11-212-7/+7
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-2/+0
* Remove instances of variables that were set, but never used. gcc 4.9Warner Losh2014-03-303-12/+1
* Remove unused static function adwccbstatus() from adw(4).Dimitry Andric2013-12-241-7/+0
* Update PCI drivers to no longer look at the MEMIO-enabled bit in the PCIScott Long2013-08-121-9/+6
* Reform the busdma API so that new types may be added without modifyingKonstantin Belousov2013-02-122-112/+25
* Add locking to the adw(4) driver and mark it MPSAFE.John Baldwin2012-10-155-145/+119
* Add locking to adv(4) driver and mark it MPSAFE.John Baldwin2012-10-127-172/+207
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-122-6/+3
* Remove comments about creating DMA tags as children of the DMA tags of theirJuli Mallett2012-03-122-2/+0
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-122-2/+2
* Fix typos - remove duplicate "the".Rebecca Cran2011-02-211-1/+1
* Separate the parallel scsi knowledge out of the core of the XPT, andScott Long2009-07-102-1/+3
* Prepare for future integration between CAM and newbus. xpt_bus_registerScott Long2007-06-173-3/+3
* Remove Giant from CAM. Drivers (SIMs) now register a mutex that CAM willScott Long2007-04-152-2/+2
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-234-5/+7
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-116-0/+9
* 2nd and final commit that moves us to CAM_NEW_TRAN_CODEMatt Jacob2006-11-023-298/+0
* The first of 3 major steps to move the CAM layer forward to usingMatt Jacob2006-10-313-7/+342
* Remove some header polution.Scott Long2006-04-301-1/+0
* Type of overrun_buf doesn't matter to this code, but does to gcc.Warner Losh2006-02-042-4/+4
* Fix -Wundef.Ruslan Ermilov2005-12-044-8/+8
* Don't try to probe ISA PnP devices for now until this driver can grow aJohn Baldwin2005-07-131-0/+6
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-298-10/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-052-6/+6
* Check for BIOS version 3.0 as well as 3.1.Scott Long2005-02-211-1/+1
* Fix a missing /*-David E. O'Brien2005-02-141-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-0616-20/+20
* Properly release allocated resources if adw(4) device fails to fully attach,Scott Mitchell2004-12-061-0/+20
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-302-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-174-18/+17
* Make the extern for adv_mcode match the reality: it's u_int8_t, butPoul-Henning Kamp2004-03-101-1/+1
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-022-4/+4
* Use __FBSDID().David E. O'Brien2003-08-2410-20/+30
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-222-4/+4