index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
ahcisata_pci.c
Age
Commit message (
Expand
)
Author
2022-10-12
set AHCI_QUIRK_EXTRA_DELAY for ASMedia ASM1061 - now it reliably attaches old
macallan
2022-10-02
Add extra delay quirk for AMD FCH SATA Controller D.
martin
2022-10-02
regen (AMD FCH SATA D added)
martin
2022-05-31
fix various typos in comments, documentation and messages.
andvar
2022-05-29
Apply extra delay quirk for
rin
2022-05-29
Apply extra delay quirk for followings:
rin
2022-05-14
Apply extra-delay quirk to "Intel 9 Series SATA Controller (AHCI)";
rin
2021-11-19
ahcisata(4): Introduce AHCI_QUIRK_EXTRA_DELAY quirk for devices that
rin
2021-11-12
Fix the conditional for failed interrupt establishment
skrll
2021-11-08
Group quirks by vendors. No functional changes.
rin
2020-12-28
Remove duplicate opt_ahcisata_pci.h include
jmcneill
2020-01-18
Add new AHCI_QUIRK_BADNCQ quick for controllers that have issues with
simonb
2019-10-18
ahcisata: make sure bus mastering and memory space are actually enabled
tnn
2019-01-27
Merge the [pgoyette-compat] branch
pgoyette
2019-01-22
fix pasto; still PR kern/53307
jdolecek
2019-01-22
add BADPMP quirk also for AMD Hudson AHCI SATA Controller, seems in some
jdolecek
2019-01-22
add BADPMP quirk for Intel 82801JI SATA Controller (AHCI mode), which
jdolecek
2019-01-14
nothing handles AHCI_QUIRK_BADPMPRESET quirk, remove and change all entries
jdolecek
2018-12-08
support multi-vector MSI-X
jdolecek
2018-12-04
disable MSI-X for time being since it's not working; allow only MSI
jdolecek
2018-11-30
simplify intr establish code - rely on pci_intr_alloc() to allow
jdolecek
2018-11-26
add AHCI_PCI_QUIRK_FORCE for apu2 to be recognized; patch by Mike Pumford
jdolecek
2018-11-24
Handle Cavium AHCI/RAID controller BAR weirdness.
skrll
2018-11-20
Trivial build fix
prlw1
2018-11-20
Add support for MSI/MSI-X to ahcisata at pci.
skrll
2018-11-18
Trailing whitespace
skrll
2018-10-25
release intr if pci_intr_establish_xname() fails
jdolecek
2018-10-24
detach the controller itself on shutdown; adjust to not detach already
jdolecek
2018-10-22
first disestablish interrupt, then release
jdolecek
2018-10-22
enable MSI support where available
jdolecek
2016-10-13
provide intr xname
jdolecek
2016-08-23
Sync with pcidevs rev. 1.1263. No functional change.
msaitoh
2014-03-29
make pci_intr_string and eisa_intr_string take a buffer and a length
christos
2014-01-21
Rename 88SE91XX.
msaitoh
2014-01-10
Sync with pcidev's change. Rename PCI_PRODUCT_MARVELL2_88SE9128 to
msaitoh
2014-01-09
revert unintended changes
christos
2014-01-09
Fix build. Only compile tested.
htodd
2012-10-21
Add FORCE quirks for ASMEDIA ASM1061
matt
2012-08-20
Fix typo, pointed out by Markus W Kilbinger
bouyer
2012-08-10
Remove leftover comment.
bouyer
2012-08-10
Work around some SATA PMP issues in some AHCI controllers by either
bouyer
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2011-08-06
Marvell 88SE9128 needs AHCI_PCI_QUIRK_FORCE.
jakllsch
2011-05-27
Add quirk for ALI M5228
matt
2011-04-03
Deregister in ahci_pci_detach() the PMF hooks registered in
dyoung
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-08-07
Add NVIDIA MCP77 to the quirk table, so ahcisata will attach when the
jmcneill
2010-07-27
Use use 64-bit DMA tag (where available and supported) for ahcisata.
jakllsch
2010-07-27
Support detachment of ahcisata(4).
jakllsch
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
[next]