diff options
author | lm66018 <none@none> | 2006-07-21 12:26:29 -0700 |
---|---|---|
committer | lm66018 <none@none> | 2006-07-21 12:26:29 -0700 |
commit | e1ebb9ec908bc2d0a8810f137ebd6566cc8a8061 (patch) | |
tree | 2c9ad19021fe00c015544c8d476f0c2cafa198f7 /usr/src/uts/sun4v/sys/vcc_impl.h | |
parent | 9c378f4b0cc67a2a16a7fb13a45776402e0d25e6 (diff) | |
download | illumos-joyent-e1ebb9ec908bc2d0a8810f137ebd6566cc8a8061.tar.gz |
6432376 vds and vdc don't negotiate max transfer size supported correctly
6432416 vds should support raw as well as block devices.
6434543 vdc error messages could be more informative
6447559 vswitch should take advantage of multiple unicast address support
6448482 Some LDC link layer APIs do not match specification
6448730 drctl panics being unloaded by moduninstall daemon
Diffstat (limited to 'usr/src/uts/sun4v/sys/vcc_impl.h')
-rw-r--r-- | usr/src/uts/sun4v/sys/vcc_impl.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/src/uts/sun4v/sys/vcc_impl.h b/usr/src/uts/sun4v/sys/vcc_impl.h index 8bb42fa15a..0e97a9fdca 100644 --- a/usr/src/uts/sun4v/sys/vcc_impl.h +++ b/usr/src/uts/sun4v/sys/vcc_impl.h @@ -196,7 +196,6 @@ extern "C" { /* size of vcc message data */ #define VCC_MTU_SZ 56 - /* Default values */ #define VCC_HDR_SZ 8 /* header size */ #define VCC_BUF_SZ (VCC_HDR_SZ + VCC_MTU_SZ) @@ -206,8 +205,6 @@ extern "C" { #define VCC_INVALID_CHANNEL -1 #define VCC_NO_PID_BLOCKING -1 -#define VCC_QUEUE_LEN 0x80 /* ldc queue size */ - #define VCC_MINOR_NAME_PREFIX "ldom-" /* device name prefix */ /* HV message data type */ |