The following reply was made to PR misc/160964; it has been noted by GNATS.
From: Jaakko Heinonen <[email protected]> To: Jonathan Calmels <[email protected]> Cc: [email protected] Subject: Re: misc/160964: Kernel panic with OSS [9.0-BETA2] Date: Sat, 24 Sep 2011 09:41:37 +0300 Hi, On 2011-09-24, Jonathan Calmels wrote: > <118>Starting slim. > <118>Starting Open Sound System > panic: make_dev_credv: bad si_name (error=17, si_name=sndstat) The panic happens because /dev/sndstat already exists. There are two things why this happens on 9.0: 1) Sound support has been enabled by default on amd64 and i386 (r222980). 2) make_dev(9) can detect attempts to create duplicate devices on 9.0. I don't really consider this a FreeBSD bug. -- Jaakko _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
