Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/ic sc_ahci_cap should be uint32_t



details:   https://anonhg.NetBSD.org/src/rev/2186d3dcd282
branches:  trunk
changeset: 781657:2186d3dcd282
user:      matt <matt%NetBSD.org@localhost>
date:      Thu Sep 20 17:53:48 2012 +0000

description:
sc_ahci_cap should be uint32_t

diffstat:

 sys/dev/ic/ahcisatavar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f30ffed2b873 -r 2186d3dcd282 sys/dev/ic/ahcisatavar.h
--- a/sys/dev/ic/ahcisatavar.h  Thu Sep 20 17:50:42 2012 +0000
+++ b/sys/dev/ic/ahcisatavar.h  Thu Sep 20 17:53:48 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ahcisatavar.h,v 1.13 2012/08/20 12:48:47 bouyer Exp $  */
+/*     $NetBSD: ahcisatavar.h,v 1.14 2012/09/20 17:53:48 matt Exp $    */
 
 /*
  * Copyright (c) 2006 Manuel Bouyer.
@@ -60,7 +60,7 @@
 #define AHCI_QUIRK_BADPMP      __BIT(2)  /* broken PMP support, ignore */
 #define AHCI_QUIRK_BADPMPRESET __BIT(3)  /* broken PMP support for reset */
 
-       int32_t sc_ahci_cap;    /* copy of AHCI_CAP */
+       uint32_t sc_ahci_cap;   /* copy of AHCI_CAP */
        int sc_ncmds; /* number of command slots */
        struct ata_channel *sc_chanarray[AHCI_MAX_PORTS];
        struct ahci_channel {



Home | Main Index | Thread Index | Old Index