mfi.h (ca3d87d4c84032f19478010b5604cac88b045c25) | mfi.h (9323e79f10e5f5d8fffc3b307776173ca11faeae) |
---|---|
1/* 2 * NetBSD header file, copied from 3 * http://gitorious.org/freebsd/freebsd/blobs/HEAD/sys/dev/mfi/mfireg.h 4 */ 5/*- 6 * Copyright (c) 2006 IronPort Systems 7 * Copyright (c) 2007 LSI Corp. 8 * Copyright (c) 2007 Rajesh Prabhakaran. --- 619 unchanged lines hidden (view full) --- 628#define MFI_CTRL_PROP_EnableJBOD (1 << 13) 629 630 uint8_t autoSnapVDSpace; /* % of source LD to be 631 * reserved for auto snapshot 632 * in snapshot repository, for 633 * metadata and user data 634 * 1=5%, 2=10%, 3=15% and so on 635 */ | 1/* 2 * NetBSD header file, copied from 3 * http://gitorious.org/freebsd/freebsd/blobs/HEAD/sys/dev/mfi/mfireg.h 4 */ 5/*- 6 * Copyright (c) 2006 IronPort Systems 7 * Copyright (c) 2007 LSI Corp. 8 * Copyright (c) 2007 Rajesh Prabhakaran. --- 619 unchanged lines hidden (view full) --- 628#define MFI_CTRL_PROP_EnableJBOD (1 << 13) 629 630 uint8_t autoSnapVDSpace; /* % of source LD to be 631 * reserved for auto snapshot 632 * in snapshot repository, for 633 * metadata and user data 634 * 1=5%, 2=10%, 3=15% and so on 635 */ |
636 uint8_t viewSpace; /* snapshot writeable VIEWs | 636 uint8_t viewSpace; /* snapshot writable VIEWs |
637 * capacity as a % of source LD 638 * capacity. 0=READ only 639 * 1=5%, 2=10%, 3=15% and so on 640 */ 641 uint16_t spinDownTime; /* # of idle minutes before device 642 * is spun down (0=use FW defaults) 643 */ 644 uint8_t reserved[24]; --- 628 unchanged lines hidden --- | 637 * capacity as a % of source LD 638 * capacity. 0=READ only 639 * 1=5%, 2=10%, 3=15% and so on 640 */ 641 uint16_t spinDownTime; /* # of idle minutes before device 642 * is spun down (0=use FW defaults) 643 */ 644 uint8_t reserved[24]; --- 628 unchanged lines hidden --- |