> ## Executing postinstall script.
> Starting Open Sound System....please wait
> add_drv -m '* 0666 root sys' osscore
> add_drv -m '* 0666 root sys' -i '"pci1002,4370"' atiaudio
> ("pci1002,4370") already in use as a driver or alias.


Btw, it there are two different drivers available for one pci-id
("pci1002,4370"; atiaudio / audioixp), the following won't work
due to problems in usr/src/uts/common/os/mod*.c  [*]:

- at (Open)Solaris installation time, the following driver binding has
  been automatically installed:

    add_drv -i '"pci1002,4370"' audioixp

- now you try to change the binding to the other driver:

    rem_drv  audioixp
    add_drv -i '"pci1002,4370"' atiaudio

  the new driver refuses to attach.


To get the new driver to attach, you must reboot (Open)Solaris.


[*] problem is that the rem_drv command doesn't completely clean
all old driver binding references from the kernel's "mb_hashtab"
hash table.
 
 
This message posted from opensolaris.org

Reply via email to