aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* ata: Use device_set_descf()Mark Johnston2024-06-095-32/+22
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1628-56/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1230-30/+30
* ata(4): Fix a typo in a source code commentGordon Bergling2022-07-031-1/+1
* Remove unused ata_pci_devclass.John Baldwin2022-05-063-8/+3
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-063-3/+4
* ata-fsl: Remove unused variable.John Baldwin2022-04-131-4/+0
* ata-promise: kill lenght, it's set but never usedWarner Losh2021-12-141-2/+1
* Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste2021-08-081-1/+0
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-233-8/+7
* pccard: Remove ata(4) PC Card attachemntWarner Losh2021-01-081-189/+0
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-283-3/+3
* ata(4): Release the ioport resource if device initialization failsMark Johnston2020-11-241-1/+5
* ata: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0115-30/+13
* Tag pccard drivers with gone in 13.Warner Losh2020-08-201-0/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Remove sparc64 kernel supportWarner Losh2020-02-032-16/+0
* Avoid a tautological bitwise compare.Brooks Davis2019-12-171-1/+1
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-053-3/+5
* GC ATA_REQUEST_TIMEOUT option remnantsAndriy Voskoboinyk2019-02-161-4/+0
* Reset indentiation of ata_suspend() such that its clear we fall throughSean Bruno2018-07-031-7/+7
* Reset indentation of this flag. No functional change intended.Sean Bruno2018-07-031-1/+1
* Add ready polling after PHY reset on VIA SATA controllers.Alexander Motin2018-05-231-2/+19
* Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh2018-01-291-0/+1
* Fix typoEitan Adler2017-11-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2731-0/+62
* Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin2017-08-092-12/+12
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+0
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-282-355/+0
* Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers2017-01-041-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-033-3/+3
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-0/+6
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* Small typo.Pedro F. Giffuni2016-03-291-1/+1
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-273-16/+16
* Ternary operator has lower priority than OR.Gleb Smirnoff2016-02-171-3/+2
* Convert a few more long -> rman_res_t.Justin Hibbits2016-02-161-1/+1
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-8/+92
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-274-6/+8
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+1
* Increase reset assertion time from 10 to 100us.Alexander Motin2015-11-151-1/+1
* Pass proper device to pci_read_config().Alexander Motin2015-10-211-2/+3
* Small addition to r286814.Alexander Motin2015-08-151-2/+0
* Remove UMA allocation of ATA requests.Alexander Motin2015-08-152-34/+3
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-082-21/+24
* Add unmapped I/O support to ata(4) driver.Alexander Motin2015-08-072-71/+168
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-2412-2485/+16
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-2324-24/+24