diff options
| author | Jason Beloro <Jason.Beloro@Sun.COM> | 2009-03-27 19:46:22 -0700 |
|---|---|---|
| committer | Jason Beloro <Jason.Beloro@Sun.COM> | 2009-03-27 19:46:22 -0700 |
| commit | b1593d50e783f7d66722dde093752b74ffa95176 (patch) | |
| tree | 224d770fba562e1e47665f473b74686fe6689e7f /usr/src/uts/sun4v/io | |
| parent | 4246c8e92ef9ad6ada2b992b7af02832ff071bf7 (diff) | |
| download | illumos-joyent-b1593d50e783f7d66722dde093752b74ffa95176.tar.gz | |
6734077 libc routines such as memset, memcpy, strlen, strcpy need to be optimized for SUNW,UltraSPARC-AT10
6806745 Solaris usage of pci_dma_sync hypervisor interface needs to conform to FWARC 2009/050
Diffstat (limited to 'usr/src/uts/sun4v/io')
| -rw-r--r-- | usr/src/uts/sun4v/io/px/px_lib4v.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/uts/sun4v/io/px/px_lib4v.h b/usr/src/uts/sun4v/io/px/px_lib4v.h index 637c9f4872..1cf491e4e9 100644 --- a/usr/src/uts/sun4v/io/px/px_lib4v.h +++ b/usr/src/uts/sun4v/io/px/px_lib4v.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -97,7 +97,8 @@ extern "C" { #define PX_VPCI_MINOR_VER_0 0x0ull #define PX_VPCI_MINOR_VER_1 0x1ull -#define PX_VPCI_MINOR_VER PX_VPCI_MINOR_VER_1 +#define PX_VPCI_MINOR_VER_2 0x2ull +#define PX_VPCI_MINOR_VER PX_VPCI_MINOR_VER_2 extern uint64_t hvio_config_get(devhandle_t dev_hdl, pci_device_t bdf, pci_config_offset_t off, pci_config_size_t size, pci_cfg_data_t *data_p); |
