diff options
author | Hans Rosenfeld <hans.rosenfeld@nexenta.com> | 2016-05-03 23:07:25 +0200 |
---|---|---|
committer | Hans Rosenfeld <hans.rosenfeld@nexenta.com> | 2016-09-29 18:06:52 +0200 |
commit | df8c228748280860358d01a3d32ce256aeb51c38 (patch) | |
tree | 6e336f52cb0d83d85731b7b6e0fb34fe5fbf3477 /usr/src/uts/common/sys/blkdev.h | |
parent | ad6d02f81083a7397e072fc604c6c339bc472dc3 (diff) | |
download | illumos-joyent-df8c228748280860358d01a3d32ce256aeb51c38.tar.gz |
7381 support EUI64 in blkdev
Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/sys/blkdev.h')
-rw-r--r-- | usr/src/uts/common/sys/blkdev.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/blkdev.h b/usr/src/uts/common/sys/blkdev.h index b686e45d53..cb6a397520 100644 --- a/usr/src/uts/common/sys/blkdev.h +++ b/usr/src/uts/common/sys/blkdev.h @@ -20,7 +20,7 @@ */ /* * Copyright 2012 DEY Storage Systems, Inc. All rights reserved. - * Copyright 2015 Nexenta Systems, Inc. All rights reserved. + * Copyright 2016 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. */ @@ -114,6 +114,7 @@ struct bd_drive { char *d_serial; size_t d_revision_len; char *d_revision; + uint8_t d_eui64[8]; }; struct bd_media { |