Kaushik Gupta wrote:
Hi,
I am new to open-solaris.
I am writing a driver for a nic. While inserting the driver, the system hangs. On reboot, it tries to insert the driver because the nic is present. As a result, system goes into reboot-cycle. Could someone provide a solution for removing the driver safely.

You can boot the failsafe, and mount the disk and rm the driver,
then "bootadm update-archive -R <mnt-dir>"


You can also edit the grub menu and disable the driver from loading.
 e.g. the following would disable the uhci driver
  -B disable-uhci=true



MRJ

_______________________________________________
driver-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/driver-discuss

Reply via email to