aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata-all.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
* ata: Retire unused variable / externsWarner Losh2023-11-241-2/+1
* 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/+2
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-281-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+2
* Use a void * argument to callout handlers instead of timeout_t casts.John Baldwin2019-12-051-1/+3
* Reset indentiation of ata_suspend() such that its clear we fall throughSean Bruno2018-07-031-7/+7
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Remove dead mentions of CAM target mode APIs from drivers.Alexander Motin2017-02-191-4/+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-031-1/+1
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-171-0/+6
* Add defines for WRITE_UNCORRECTABLE ATA command, and improve command loggingRavi Pokala2016-02-041-8/+92
* Small addition to r286814.Alexander Motin2015-08-151-2/+0
* Remove UMA allocation of ATA requests.Alexander Motin2015-08-151-26/+2
* Disable 32-bit PIO for 6Gbit/s Intel SATA controllers.Alexander Motin2015-08-081-0/+1
* Add unmapped I/O support to ata(4) driver.Alexander Motin2015-08-071-1/+1
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* Fix the style of ata_interrupt_locked().Rui Paulo2014-04-121-13/+11
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-211-2/+0
* Allow the legacy CDROM device to be accessed in a FreeBSD guest, whilePeter Grehan2013-10-101-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* - Make ata_str2mode() static, it's not used outside of ata-all.c.Marius Strobl2013-04-061-3/+151
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anMarius Strobl2013-04-061-7/+23
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inAlexander Motin2013-04-041-997/+1
* Add some more ATA_CAM ifdefs.Alexander Motin2013-04-031-1/+7
* Fix command timeout caused by data underrun during fetching ATAPI senseAlexander Motin2013-02-221-0/+1
* Only four specific ATA PIO commands transfer several sectors per DRQ blockAlexander Motin2012-11-011-2/+10
* Implement CAM_ATAIO_NEEDRESULT (fetching full set of result registers) forAlexander Motin2012-10-261-0/+2
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-021-0/+9
* Fix typo in bzero length argument during sense fetching.Alexander Motin2012-07-211-1/+1
* Partially revert r236666:Alexander Motin2012-06-101-1/+1
* ATA/SATA controllers have no idea about protocol of the connected deviceAlexander Motin2012-06-061-2/+2
* Make legacy ATA to not call device_add_child() with unit number butAlexander Motin2012-05-281-1/+1
* Add two functions xpt_batch_start() and xpt_batch_done() to the CAM SIM KPIAlexander Motin2012-05-121-0/+2
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-1/+1
* Remove remnants of ATA_LOCKING uses in the ATA_CAM case and wrap itMarius Strobl2012-03-211-2/+40
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Add a "kern.features.ata_cam" sysctl in the kernel when the ATA_CAM kernelCraig Rodrigues2011-10-091-0/+3
* Fix a typo in a comment.Wesley Shields2011-10-061-1/+1
* Use periodic status polling added at r214671 only in ATA_CAM mode. LegacyAlexander Motin2011-04-211-7/+13
* Implement automatic SCSI sense fetching for ata(4) in ATA_CAM mode.Alexander Motin2011-04-121-2/+78
* Make ATA_CAM wrapper to report SATA power management capabilities to CAM toAlexander Motin2010-11-181-0/+19