tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Allow hdaudio(4) to suspend
On Wed, Jan 25, 2017 at 11:05:04PM +0100, Pierre Pronchery wrote:
> Subsidiary question: is there a consensus on the behaviour of the kernel if
> a device driver matches, but then really fails to attach?
The current design is that it's not supposed to happen - drivers that
aren't going to attach are theoretically supposed to know this and not
match. This is intended for the case when there's another
lower-priority candidate driver that should be given a chance.
For a lot of circumstances this isn't very realistic and there's been
talk of changing the model, but no agreement.
--
David A. Holland
dholland%netbsd.org@localhost
Home |
Main Index |
Thread Index |
Old Index