/libexec/rexecd/

t name='h' onchange='this.form.submit();'> NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/sys/dev/ata/sata_subr.c
AgeCommit message (Expand)Author
2018-06-21split the port status reporting to new function sata_interpret_det()jdolecek
2017-10-07Merge support for SATA NCQ (Native Command Queueing) from jdolecek-ncq branchjdolecek
2017-05-10 KNF. No functional change.msaitoh
2013-04-03Fix kernel dump on ahci controller, by making sure we won't sleepbouyer
2012-07-31Apply back changes that were reverted on Jul 24 and Jul 26 (general ata/wdcbouyer
2012-07-26Revert, with intention of restoring in a less invasive way, the SATA Portjakllsch
2012-07-24Revert dsl@'s changes of Sun, 15 Jul 2012 10:55:35 +0000 andjakllsch
2012-07-15Some namespace protection (and add greppablity).dsl
2012-07-02Add sata Port MultiPlier (PMP) support to the ata bus layer,bouyer
2012-05-15If the PHY reports link up but no communication, wait 5 morebouyer
2010-12-12Actually, 31244 does not refer to the Silicon Image SiI3124,jakllsch
2010-12-11Fix typo (31224 -> 3124) and constify an array.matt
2008-11-18SATA GEN3 speed is 6.0Gb/scegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-18Split device_t and softc for ATA devices, as well as wd(4). Othercube
2007-12-11use __KERNEL_RCSID()lukem
2006-11-30It's 3.0Gb/s, not GB/s. Pointed out by Thomas E. Spanjaard.bouyer
2006-11-27revert last change, as havard's fix is more general.dogcow
2006-11-22#include <sys/device.h> to fix build failure on sparc64.dogcow
2006-11-22Cosmetic: remove one ":" from the port status string, it looks better thisbouyer
2006-11-22In sata_reset_interface() return only DET bits of SStatus, as thebouyer
2006-11-20Move part of wdc_sataprobe() to sys/dev/ata/sata_subr.c so that it can bebouyer
2005-12-11merge ktrace-lwp.christos
2004-05-28Add common routines for SATA controllers. Right now, we have sata_speed(),thorpej