The following reply was made to PR kern/187015; it has been noted by GNATS.
From: Alan Somers <[email protected]> To: [email protected], [email protected] Cc: Subject: Re: kern/187015: panic: make_dev_credv: bad si_name (error=17, si_name=agpgart) Date: Thu, 13 Mar 2014 14:12:50 -0600 It looks like agp_generic_attach is trying to create two device nodes both named "/dev/agpgart" with no unit numbers. That's a no-no, which is why you're getting EEXIST (errno 17). As a workaround, try disabling merely one of your two AGP devices. That will probably fix the panic. The next question is: why do you have two AGP devices? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
