diff options
author | Paul Guo <Paul.Guo@Sun.COM> | 2008-09-12 11:21:16 +0800 |
---|---|---|
committer | Paul Guo <Paul.Guo@Sun.COM> | 2008-09-12 11:21:16 +0800 |
commit | 465186a7f6f41e9789e27282c9fac334d52af543 (patch) | |
tree | 2b740d43fdbdfc5e848a95add7692e9588fd77ea /usr/src | |
parent | b44e05abb9e60a162807784ce70b2998c0cbe51e (diff) | |
download | illumos-joyent-465186a7f6f41e9789e27282c9fac334d52af543.tar.gz |
6529290 Intel Pro/10GbE CX4 Server Adapter not supported by Solaris
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/pkgdefs/SUNWixgb/postinstall | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/pkgdefs/SUNWixgb/postinstall b/usr/src/pkgdefs/SUNWixgb/postinstall index b1142fd3ec..b1f640388f 100644 --- a/usr/src/pkgdefs/SUNWixgb/postinstall +++ b/usr/src/pkgdefs/SUNWixgb/postinstall @@ -1,10 +1,8 @@ #!/sbin/sh # -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. +# Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -# ident "%Z%%M% %I% %E% SMI" - # Function: check_add_drv() # # This function will check if the module has an entry in etc/name_to_major @@ -109,5 +107,5 @@ check_add_drv() # # It is quite possible that other aliases ar check_add_drv -b "${BASEDIR}" -i \ - '"pci8086,1a48" "pci8086,1048" "pci8086,a11f"' \ + '"pci8086,1a48" "pci8086,1048" "pci8086,a11f" "pci8086,109e"' \ -m '* 0666 root root' ixgb |