Limiting MipMaps

Is there a way to limit the used level of mipmaps in LOWER versions of OpenGL than 1.2?
(I mean not to go all the way down to the 1x1 mipmap, but to stop for example at 8x8)

thanks
Platinum

I think GL_EXT_texture_lod_bias is what you should look for.