diff options
author | Renato Botelho <renato@netgate.com> | 2016-05-19 10:40:38 -0300 |
---|---|---|
committer | Renato Botelho <renato@netgate.com> | 2016-05-19 10:40:38 -0300 |
commit | 6bec02d59b0175cb663a411c026e94291c493a0f (patch) | |
tree | 72e09d5290a7c5868c47bfb9fb211f0be7de5d49 /sys/dev/mpr/mpi/mpi2_hbd.h | |
parent | bd9343746768c1812e67f2c647cfc9795d90b552 (diff) | |
parent | e0e8a26b0ed896f532e9c414b7977fd7544c5523 (diff) | |
download | FreeBSD-src-6bec02d59b0175cb663a411c026e94291c493a0f.zip FreeBSD-src-6bec02d59b0175cb663a411c026e94291c493a0f.tar.gz |
Merge remote-tracking branch 'origin/stable/10' into devel
Diffstat (limited to 'sys/dev/mpr/mpi/mpi2_hbd.h')
-rw-r--r-- | sys/dev/mpr/mpi/mpi2_hbd.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/dev/mpr/mpi/mpi2_hbd.h b/sys/dev/mpr/mpi/mpi2_hbd.h index 520407b..4870071 100644 --- a/sys/dev/mpr/mpi/mpi2_hbd.h +++ b/sys/dev/mpr/mpi/mpi2_hbd.h @@ -1,6 +1,6 @@ /*- * Copyright (c) 2012-2015 LSI Corp. - * Copyright (c) 2013-2015 Avago Technologies + * Copyright (c) 2013-2016 Avago Technologies * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -34,14 +34,15 @@ /* * Copyright (c) 2009-2015 LSI Corporation. - * Copyright (c) 2013-2015 Avago Technologies + * Copyright (c) 2013-2016 Avago Technologies + * All rights reserved. * * * Name: mpi2_hbd.h * Title: MPI Host Based Discovery messages and structures * Creation Date: October 21, 2009 * - * mpi2_hbd.h Version: 02.00.02 + * mpi2_hbd.h Version: 02.00.03 * * NOTE: Names (typedefs, defines, etc.) beginning with an MPI25 or Mpi25 * prefix are for use only on MPI v2.5 products, and must not be used @@ -57,6 +58,7 @@ * 08-11-10 02.00.01 Removed PortGroups, DmaGroup, and ControlGroup from * HBD Action request, replaced by AdditionalInfo field. * 11-18-11 02.00.02 Incorporating additions for MPI v2.5. + * 11-18-14 02.00.03 Updated copyright information. * -------------------------------------------------------------------------- */ |