changeset 14035:89a2d5cda8dc

3680 Want a library to allow programatic access to the pci database (fix sparc pkg) 3701 Chelsio Terminator 4 NIC driver for illumos (fix sparc pkg) 3676 dt_print_enum hardcodes a value of zero (fix sparc lint)
author Richard Lowe <richlowe@richlowe.net>
date Mon, 27 May 2013 16:39:16 +0100
parents 63225a03be3f
children 28eaea71465f
files exception_lists/packaging usr/src/lib/libdtrace/common/dt_print.c usr/src/pkg/manifests/driver-network-cxgbe.mf
diffstat 3 files changed, 7 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/exception_lists/packaging	Sun May 19 12:27:58 2013 +0200
+++ b/exception_lists/packaging	Mon May 27 16:39:16 2013 +0100
@@ -986,8 +986,10 @@
 # libpcidb is private
 #
 usr/include/pcidb.h
-usr/lib/amd64/libpcidb.so
-usr/lib/amd64/llib-lpcidb.ln
+usr/lib/amd64/libpcidb.so		i386
+usr/lib/amd64/llib-lpcidb.ln		i386
+usr/lib/sparcv9/libpcidb.so		sparc
+usr/lib/sparcv9/llib-lpcidb.ln		sparc
 usr/lib/libpcidb.so
 usr/lib/llib-lpcidb
 usr/lib/llib-lpcidb.ln
--- a/usr/src/lib/libdtrace/common/dt_print.c	Sun May 19 12:27:58 2013 +0200
+++ b/usr/src/lib/libdtrace/common/dt_print.c	Mon May 27 16:39:16 2013 +0100
@@ -493,9 +493,11 @@
 		value = *(uint8_t *)addr;
 		break;
 	case sizeof (uint16_t):
+		/* LINTED - alignment */
 		value = *(uint16_t *)addr;
 		break;
 	case sizeof (int32_t):
+		/* LINTED - alignment */
 		value = *(int32_t *)addr;
 		break;
 	default:
--- a/usr/src/pkg/manifests/driver-network-cxgbe.mf	Sun May 19 12:27:58 2013 +0200
+++ b/usr/src/pkg/manifests/driver-network-cxgbe.mf	Mon May 27 16:39:16 2013 +0100
@@ -20,7 +20,7 @@
 set name=pkg.summary value="Chelsio Terminator 4 10GE NIC Driver"
 set name=info.classification \
     value=org.opensolaris.category.2008:Drivers/Networking
-set name=variant.arch value=$(ARCH)
+set name=variant.arch value=i386
 dir path=kernel group=sys
 dir path=kernel/drv group=sys
 dir path=kernel/drv/$(ARCH64) group=sys