aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* ata-serverworks: Fix incorrect port count for BCM5770 SATA controllerDmitry Borisov2026-01-091-2/+2
* bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin2025-12-092-7/+7
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-1125-25/+28
* Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin2025-01-021-1/+4
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-063-3/+3
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* ata: Use device_set_descf()Mark Johnston2024-06-025-32/+22
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-11/+7
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2727-27/+0
* ata: Retire unused variable / externsWarner Losh2023-11-242-6/+1
* Add IDs for Intel BayTrail SATA.Dmitry Luhtionov2023-10-302-0/+5
* arm: prune imx5 support from the treeKyle Evans2023-10-271-234/+0
* 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