diff options
author | Richard Lowe <richlowe@richlowe.net> | 2013-05-27 16:39:16 +0100 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2013-05-29 13:11:13 -0400 |
commit | 2974b68dd4245e041051c854ef990e47c8271e71 (patch) | |
tree | ceea0a9de39626f16a38f8f0fd3e38eb4e92d072 /usr/src/pkg | |
parent | 3731b53766e20431ca345314d0dc11eea8df13bb (diff) | |
download | illumos-joyent-2974b68dd4245e041051c854ef990e47c8271e71.tar.gz |
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)
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/driver-network-cxgbe.mf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/pkg/manifests/driver-network-cxgbe.mf b/usr/src/pkg/manifests/driver-network-cxgbe.mf index 5e75c3e528..2570eb4c17 100644 --- a/usr/src/pkg/manifests/driver-network-cxgbe.mf +++ b/usr/src/pkg/manifests/driver-network-cxgbe.mf @@ -20,7 +20,7 @@ set name=pkg.description \ 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 |