# HG changeset patch # User Richard Lowe # Date 1369669156 -3600 # Node ID 89a2d5cda8dce4fe8f913dd92c48d404b6dd0a18 # Parent 63225a03be3fe84bdd4c78db9413999a14d983a2 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) diff -r 63225a03be3f -r 89a2d5cda8dc exception_lists/packaging --- 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 diff -r 63225a03be3f -r 89a2d5cda8dc usr/src/lib/libdtrace/common/dt_print.c --- 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: diff -r 63225a03be3f -r 89a2d5cda8dc usr/src/pkg/manifests/driver-network-cxgbe.mf --- 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