aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/advansys/adv_isa.c
Commit message (Expand)AuthorAgeFilesLines
* Remove adv(4) and adw(4)Warner Losh2018-10-221-436/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* 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
* Add locking to adv(4) driver and mark it MPSAFE.John Baldwin2012-10-121-16/+18
* Final pass at having devices use their bus parent for dma tags. TheScott Long2012-03-121-2/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.Matt Jacob2006-12-111-0/+1
* 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-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Mega busdma API commit.Scott Long2003-07-011-0/+6
* Clean up argument comments for bus_dma_tag_create() calls.Matthew N. Dodd2003-03-291-24/+26
* Change BUS_SPACE_UNRESTRICTED (~0ul) to plain ~0 when used in theMike Barcroft2003-01-191-1/+1
* Restore I/O port resources to the condition before adv_isa_probe() isYoshihiro Takahashi2001-05-061-10/+17
* Turn on interrupt-entropy harvesting for all/any mass storage devicesMark Murray2001-03-011-1/+1
* - Check if the ccb_infos in the softc is NULL before trying to free it inJohn Baldwin2001-02-081-1/+9
* Hide annoying message under boot-verbose.Poul-Henning Kamp2000-04-231-2/+3
* - Release allocated resources on error.Yoshihiro Takahashi2000-04-121-141/+150
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-57/+68
* Remove unnecessary includes.Yoshihiro Takahashi2000-01-171-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Properly set the alignment argument to bus_dma_tag_create(). If weJustin T. Gibbs1999-08-161-2/+2
* Use haveseen_ioport() which is now connected up to the resource manager.Peter Wemm1999-05-081-3/+3
* staticize.Justin T. Gibbs1999-04-231-2/+2
* Staticize.Eivind Eklund1999-04-111-3/+3
* Staticize the overrun buffer so that they are not shared betweenJustin T. Gibbs1998-12-221-4/+4
* Fix probes when a port address is specified.Justin T. Gibbs1998-11-101-2/+2
* Fix breakage introduced by last patch. bde has added CC_QUIET flag toWarner Losh1998-10-121-18/+3
* Fix conficts in probe:Warner Losh1998-10-101-1/+21
* Advance Systems SCSI Host Adapter driver for CAM. Currently only supportJustin T. Gibbs1998-09-151-61/+203
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Advanced Systems Inc. SCSI Controller driver and ISA/VL front end.Justin T. Gibbs1996-10-071-0/+236