82a83,88 > devo_quiesce Quiesce a device attached to system. See > quiesce(9E). Can be set to ddi_no_quiesce if the > driver does not need to implement quiesce, or > set to ddi_quiesce_not_supported if the driver > cannot quiesce device to support fast-reboot. > 97a104,105 > int (*devo_quiesce)(dev_info_t *dip, > ddi_quiesce_cmd_t cmd, void *arg); 101,132c109,111 < attach(9E), detach(9E), getinfo(9E), probe(9E), power(9E), < nodev(9F) --- > attach(9E), detach(9E), getinfo(9E), probe(9E), power(9E), > quiesce(9E), nodev(9F), ddi_no_quiesce(9F), > ddi_quiesce_not_supported(9F)