aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata/chipsets/ata-jmicron.c
Commit message (Expand)AuthorAgeFilesLines
* machine/stdarg.h -> sys/stdarg.hBrooks Davis2025-06-111-1/+1
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-061-1/+1
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-251-1/+1
* ata: Use device_set_descf()Mark Johnston2024-06-021-3/+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: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Pass proper device to pci_read_config().Alexander Motin2015-10-211-2/+3
* Remove from legacy ata(4) driver support for hardware, supported by newerAlexander Motin2015-03-241-6/+1
* Reduce priority of ATA/SATA drivers.Alexander Motin2015-03-231-1/+1
* Add another PCI ID for JMB368 PATA controller.Alexander Motin2014-10-201-0/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-1/+0
* Remove duplicate const specifiers in many drivers (I hope I got all ofDimitry Andric2012-11-051-1/+1
* Add IDs for JMicron JMB360/JMB362 AHCI SATA controllers.Alexander Motin2012-08-301-0/+1
* - First pass at const'ifying ata(4) as appropriate.Marius Strobl2012-03-211-2/+2
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Make hw.ata.ata_dma_check_80pin tunable affect not only device side, butAlexander Motin2010-07-101-1/+2
* MFp4:Alexander Motin2009-12-061-19/+27
* Change the way in which AHCI+PATA combined controllers, such as JMicronAlexander Motin2009-11-161-106/+20
* MFp4:Alexander Motin2009-06-241-1/+1
* Integrate user/mav/ata branch:Alexander Motin2009-03-301-0/+28
* Fix non-AHCI channels detection on combined JMicron controllers,Alexander Motin2009-02-231-0/+2
* Quite mechanical ch_detach implementations for all atapci subdrivers.Alexander Motin2009-02-191-12/+17
* As soon as they called in only same one place (ata_pcichannel_attach()),Alexander Motin2009-02-181-8/+8
* This is the roumored ATA modulerisation works, and it needs a little explanat...Søren Schmidt2008-10-091-0/+204