diff options
author | Robert Mustacchi <rm@joyent.com> | 2013-04-02 17:25:01 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2013-04-11 15:35:10 -0700 |
commit | abc79d9dd51e98eafb6fc25b4a0b4f66bef40b00 (patch) | |
tree | a9c1fdf9068111fd2370fae326afa59acfd6ccab /usr/src/pkg | |
parent | 13e9820caebe8c029f40f741656ee17dbb2deaa4 (diff) | |
download | illumos-joyent-abc79d9dd51e98eafb6fc25b4a0b4f66bef40b00.tar.gz |
3679 prtconf should print out PCI database information
3680 Want a library to allow programatic access to the pci database
Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com>
Reviewed by: Theo Schlossnagle <jesus@omniti.com>
Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net>
Reviewed by: Hans Rosenfeld <hans.rosenfeld@nexenta.com>
Approved by: Gordon Ross <gwr@nexenta.com>
Diffstat (limited to 'usr/src/pkg')
-rw-r--r-- | usr/src/pkg/manifests/system-library.mf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/pkg/manifests/system-library.mf b/usr/src/pkg/manifests/system-library.mf index 452b6aae14..9ec73f889c 100644 --- a/usr/src/pkg/manifests/system-library.mf +++ b/usr/src/pkg/manifests/system-library.mf @@ -347,6 +347,7 @@ file path=usr/lib/$(ARCH64)/libmenu.so.1 file path=usr/lib/$(ARCH64)/libmtmalloc.so.1 file path=usr/lib/$(ARCH64)/libnls.so.1 file path=usr/lib/$(ARCH64)/libpanel.so.1 +file path=usr/lib/$(ARCH64)/libpcidb.so.1 file path=usr/lib/$(ARCH64)/libpkcs11.so.1 file path=usr/lib/$(ARCH64)/libproject.so.1 file path=usr/lib/$(ARCH64)/libraidcfg.so.1 @@ -419,6 +420,7 @@ file path=usr/lib/libmenu.so.1 file path=usr/lib/libmtmalloc.so.1 file path=usr/lib/libnls.so.1 file path=usr/lib/libpanel.so.1 +file path=usr/lib/libpcidb.so.1 file path=usr/lib/libpkcs11.so.1 file path=usr/lib/libproject.so.1 file path=usr/lib/libraidcfg.so.1 |