Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: panic! panic! panic! sigh.. panic!



If you're still experiencing the panic, please try this:

In agp.c, find the agp_lookup table and change its type from 'static
const int' to 'static const u_int'.  If this fixes it, the problem is
some value wrapping to negative, and we'll have to patch it.

Regards,

--Blair


Home | Main Index | Thread Index | Old Index