aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-isa.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* ata: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-271-8/+8
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-3/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Some dmesg cosmetics:Alexander Motin2011-10-241-0/+1
* Add type specific suspend/resume ata channel functions. Add checks to avoidAlexander Motin2009-03-091-2/+25
* Use channel driver's attach/detach routines instead of ata_attach()/Alexander Motin2009-02-191-0/+8
* Implement proper attach/detach routines for ISA driver.Alexander Motin2009-02-181-5/+55
* Add experimental support for SATA Port MultipliersSøren Schmidt2008-04-101-1/+1
* Update copyright headers.Søren Schmidt2007-02-211-1/+1
* Get rid of the advertising clause in the copyright.Søren Schmidt2006-01-051-3/+1
* Take newbusification one step further, ie use the device_t more consequentlySøren Schmidt2005-04-301-2/+2
* Provide a default setmode method.Søren Schmidt2005-04-281-12/+0
* CosmeticsSøren Schmidt2005-04-251-6/+4
* Add a ata_setmode method so we dont panic on setmode.Søren Schmidt2005-04-131-0/+14
* Add support for controllers that doesn't have the usual taskfileSøren Schmidt2005-04-061-12/+14
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-301-24/+11
* Fix the PC98 lockups on boot.Søren Schmidt2004-10-061-1/+2
* Spring cleanup of macrosSøren Schmidt2004-04-301-2/+2
* Add support for the Promise command sequencer present on all modern PromiseSøren Schmidt2004-04-131-0/+1
* Use UMA instead of plain malloc for getting ATA request storage.Søren Schmidt2004-01-141-0/+1
* Overhaul of the timeout/reinit framework. This should clear up mostSøren Schmidt2004-01-111-1/+2
* Fix modesetting on ISA only systems.Søren Schmidt2003-12-031-1/+1
* Unify prototypes.Søren Schmidt2003-08-251-1/+0
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* This is a major rework of the ATA driver (ATAng)Søren Schmidt2003-08-241-4/+5
* Second round of updates to the ATA driver.Søren Schmidt2003-03-291-4/+21
* Always set the setmode funcptr.Søren Schmidt2003-03-031-0/+9
* Removed the ISA only hooks here, no longer needed..Søren Schmidt2003-02-251-51/+0
* First round off updates/fixes to the ATA driver.Søren Schmidt2003-02-201-9/+4
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-031-1/+14
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>Poul-Henning Kamp2002-09-201-3/+0
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-141-1/+0
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutPeter Wemm2002-07-211-3/+5
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-181-1/+1
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-051-10/+17
* Major update of the ATA RAID code, part 1:Søren Schmidt2002-02-041-12/+12
* Overhaul to minimize stack usage, in some places >2K was usedSøren Schmidt2001-09-201-1/+1
* Add bandaid to get ISA only systems to link.Søren Schmidt2001-03-241-0/+44
* Split out the ata probes in seperate files for each bus type.Søren Schmidt2001-03-061-0/+102