[BACK]Return to ahcisatavar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ic

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/ic/ahcisatavar.h between version 1.26 and 1.27

version 1.26, 2020/12/28 14:08:42 version 1.27, 2021/11/19 23:46:55
Line 59  struct ahci_softc {
Line 59  struct ahci_softc {
 #define AHCI_PCI_QUIRK_BAD64    __BIT(1)  /* broken 64-bit DMA */  #define AHCI_PCI_QUIRK_BAD64    __BIT(1)  /* broken 64-bit DMA */
 #define AHCI_QUIRK_BADPMP       __BIT(2)  /* broken PMP support, ignore */  #define AHCI_QUIRK_BADPMP       __BIT(2)  /* broken PMP support, ignore */
 #define AHCI_QUIRK_BADNCQ       __BIT(3)  /* possibly broken NCQ support, ignore */  #define AHCI_QUIRK_BADNCQ       __BIT(3)  /* possibly broken NCQ support, ignore */
   #define AHCI_QUIRK_EXTRA_DELAY  __BIT(4)  /* needs extra delay */
   
         uint32_t sc_ahci_cap;   /* copy of AHCI_CAP */          uint32_t sc_ahci_cap;   /* copy of AHCI_CAP */
         int sc_ncmds; /* number of command slots */          int sc_ncmds; /* number of command slots */

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

CVSweb <webmaster@jp.NetBSD.org>