diff options
author | Garrett D'Amore <gdamore@opensolaris.org> | 2009-05-01 20:44:39 -0700 |
---|---|---|
committer | Garrett D'Amore <gdamore@opensolaris.org> | 2009-05-01 20:44:39 -0700 |
commit | 4cd1fc1190daa99af79d43be3cdad2756e0de36a (patch) | |
tree | 567c7f403985c1e9c438f75efe9d7379be005627 /usr | |
parent | c2de8625e8dd8e792c167f36c0a7ff32c7bbff53 (diff) | |
download | illumos-gate-4cd1fc1190daa99af79d43be3cdad2756e0de36a.tar.gz |
6836390 audiots not "installed" on Solaris x86
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/pkgdefs/SUNWaudd/postinstall.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/pkgdefs/SUNWaudd/postinstall.tmpl b/usr/src/pkgdefs/SUNWaudd/postinstall.tmpl index 1077780acb..e117bb4fcb 100644 --- a/usr/src/pkgdefs/SUNWaudd/postinstall.tmpl +++ b/usr/src/pkgdefs/SUNWaudd/postinstall.tmpl @@ -34,12 +34,12 @@ pkg_drvadd -n -m '* 0666 root sys' audio || EXIT=1 pkg_drvadd -n austr || EXIT=1 pkg_drvadd -n -i '"pci1274,1371" "pci1274,5880"' audioens || EXIT=1 pkg_drvadd -n -i '"pci1274,5000"' audiopci || EXIT=1 +pkg_drvadd -n -i '"pci10b9,5451"' audiots || EXIT=1 case "${ARCH}" in sparc) pkg_drvadd -n -i '"SUNW,CS4231"' audiocs || EXIT=1 - pkg_drvadd -n -i '"pci10b9,5451"' audiots || EXIT=1 pkg_drvadd -n -i '"pci10b9,5455"' audio1575 || EXIT=1 ;; i386) |