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