summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
10 daysata-serverworks: Fix incorrect port count for BCM5770 SATA controllerDmitry Borisov
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-01-02Use bus_generic_detach instead of device_delete_children in detachJohn Baldwin
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-06-02ata: Use device_set_descf()Mark Johnston
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-24ata: Retire unused variable / externsWarner Losh
2023-10-30Add IDs for Intel BayTrail SATA.Dmitry Luhtionov
2023-10-26arm: prune imx5 support from the treeKyle Evans
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-07-03ata(4): Fix a typo in a source code commentGordon Bergling
2022-05-06Remove unused ata_pci_devclass.John Baldwin
2022-05-06ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin
2022-04-13ata-fsl: Remove unused variable.John Baldwin
2021-12-14ata-promise: kill lenght, it's set but never usedWarner Losh
2021-08-08Remove "All Rights Reserved" from FreeBSD Foundation sys/ copyrightsEd Maste
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2021-01-07pccard: Remove ata(4) PC Card attachemntWarner Losh
2020-11-28Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov
2020-11-24ata(4): Release the ioport resource if device initialization failsMark Johnston
2020-09-01ata: clean up empty lines in .c and .h filesMateusz Guzik
2020-08-20Tag pccard drivers with gone in 13.Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2020-02-03Remove sparc64 kernel supportWarner Losh
2019-12-17Avoid a tautological bitwise compare.Brooks Davis
2019-12-05Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin
2019-02-16GC ATA_REQUEST_TIMEOUT option remnantsAndriy Voskoboinyk
2018-07-03Reset indentiation of ata_suspend() such that its clear we fall throughSean Bruno
2018-07-03Reset indentation of this flag. No functional change intended.Sean Bruno
2018-05-23Add ready polling after PHY reset on VIA SATA controllers.Alexander Motin
2018-01-29Add ISA PNP tables to ISA drivers. Fix a few incidental comments.Warner Losh
2017-11-30Fix typoEitan Adler
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-08-09Use "Ibex Peak" codename for "5 Series/3400 Series" chipsets.Alexander Motin
2017-02-19Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin
2017-01-28Remove pc98 support completely.Yoshihiro Takahashi
2017-01-04Always null-terminate ccb_pathinq.(sim_vid|hba_vid|dev_name)Alan Somers
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-17Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2016-03-29Small typo.Pedro F. Giffuni
2016-02-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-02-17Ternary operator has lower priority than OR.Gleb Smirnoff
2016-02-16Convert a few more long -> rman_res_t.Justin Hibbits