Daniel Corbe wrote: > Paul, > Good advice; however, it's an issue I'd like to address at a later time with > the driver. Simply returning DDI_SUCCESS still causes the machine to > reboot, and this seems like an issue in itself.
You cannot not implement getinfo *and* return DDI_SUCCESS. Try replacing your dev_ops entry from testdriver_getinfo to ddi_getinfo_1to1 and see if it makes any difference. -Artem _______________________________________________ driver-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/driver-discuss
