Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2003 09:37:47 -0500 (CDT)
From:      mark tinguely <tinguely@web.cs.ndsu.nodak.edu>
To:        bremen@immortalsky.com, freebsd-questions@freebsd.org, tinguely@web.cs.ndsu.nodak.edu
Subject:   Re: contigmalloc1 panic on install
Message-ID:  <200307151437.h6FEbln6019073@web.cs.ndsu.nodak.edu>
In-Reply-To: <000901c34a5b$720d9d00$6500a8c0@hermione>

next in thread | previous in thread | raw e-mail | index | archive | help

>  Regarding this issue, I've got a 5.1-CURRENT snapshot (as of 7-9) which is
>  still displaying this problem.  I have a debug kernel and can provide some
>  more detail :
>
>  agp0: <Ali Generic host to PCI bridge> mem 0xf8000000-0xfbffffff at device
>  0.0 on pci0
>  agp0: allocatnig GATT for aperture size 0M
>  panic: contigmalloc1: size must not be 0
>  Debugger("panic")
>  Stopped at Debugger+0x54: xchgl %ebx,in_Debugger.0

there is really two problems (in my opinion):

	1) AGP_GET_APERTURE() is failing to return the aperture.
	2) agp_alloc_gatt() should return an error (0) if AGP_GET_APERTURE()
	   fails instead of malloc/contigmalloc. This would result in no
	   monitor use, but that would be better than a panic.

--Mark.



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