HomeFreeBSD

Use device_verbose() to undo device_quiet() when detaching from t[45]iovX.

Description

Use device_verbose() to undo device_quiet() when detaching from t[45]iovX.

The device quiet flag is not automatically reset on detach, so it is
inherited by other device drivers (e.g. when switching a device driver
over to ppt for PCI pass through). Cope with this behavior by explicitly
marking the device verbose during detach so that the next driver can make
its own decision.

Sponsored by: Chelsio Communications

Details

Provenance
jhbAuthored on
Parents
rS305031: Fix typo
Branches
Unknown
Tags
Unknown