fix typo in comment

This commit is contained in:
jdolecek 2019-01-14 21:09:01 +00:00
parent 54f8a68ddf
commit 0acc5098e6
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ahcisatareg.h,v 1.14 2018/12/03 20:00:16 jdolecek Exp $ */
/* $NetBSD: ahcisatareg.h,v 1.15 2019/01/14 21:09:01 jdolecek Exp $ */
/*
* Copyright (c) 2006 Manuel Bouyer.
@ -208,7 +208,7 @@ struct ahci_r_fis {
#define AHCI_P_IX_PRCS 0x00400000 /* Phy Ready change */
#define AHCI_P_IX_DMPS 0x00000080 /* Device Mechanical Presence */
#define AHCI_P_IX_PCS 0x00000040 /* port Connect change */
#define AHCI_P_IX_DPS 0x00000020 /* dexcriptor processed */
#define AHCI_P_IX_DPS 0x00000020 /* descriptor processed */
#define AHCI_P_IX_UFS 0x00000010 /* Unknown FIS */
#define AHCI_P_IX_SDBS 0x00000008 /* Set device bit */
#define AHCI_P_IX_DSS 0x00000004 /* DMA setup FIS */