Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Mar 2014 20:20:01 GMT
From:      Alan Somers <asomers@freebsd.org>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/187015: panic: make_dev_credv: bad si_name (error=17, si_name=agpgart)
Message-ID:  <201403132020.s2DKK1mA046492@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/187015; it has been noted by GNATS.

From: Alan Somers <asomers@freebsd.org>
To: bug-followup@FreeBSD.org, sem@semmy.ru
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?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403132020.s2DKK1mA046492>