Date: Tue, 10 Feb 2009 23:22:29 +0000 (UTC) From: Alexander Motin <mav@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_bus.c Message-ID: <200902102322.n1ANMgik085434@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mav 2009-02-10 23:22:29 UTC
FreeBSD src repository
Modified files:
sys/kern subr_bus.c
Log:
SVN rev 188464 on 2009-02-10 23:22:29Z by mav
Check for device_set_devclass() errors and skip driver probe/attach if any.
Attach call without devclass set crashes the system.
On resume AHCI driver sometimes tries to create duplicate adX device.
It is surely his own problem, but IMHO it is not a reason to crash here.
Other reasons are also possible.
Revision Changes Path
1.214 +12 -4 src/sys/kern/subr_bus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902102322.n1ANMgik085434>
