Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/ic/ahcisatavar.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/ic/ahcisatavar.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- src/sys/dev/ic/ahcisatavar.h 2012/07/26 20:49:48 1.9 +++ src/sys/dev/ic/ahcisatavar.h 2012/07/31 15:50:34 1.10 @@ -1,4 +1,4 @@ -/* $NetBSD: ahcisatavar.h,v 1.9 2012/07/26 20:49:48 jakllsch Exp $ */ +/* $NetBSD: ahcisatavar.h,v 1.10 2012/07/31 15:50:34 bouyer Exp $ */ /* * Copyright (c) 2006 Manuel Bouyer. @@ -55,6 +55,7 @@ struct ahci_softc { int sc_cmd_hdr_nseg; int sc_atac_capflags; + int32_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 {