agp_i810_driver
static driver_t agp_i810_driver = {
DRIVER_MODULE(agp_i810, vgapci, agp_i810_driver, 0, 0);
static const struct agp_i810_driver agp_i810_i810_driver = {
static const struct agp_i810_driver agp_i810_i815_driver = {
static const struct agp_i810_driver agp_i810_i830_driver = {
static const struct agp_i810_driver agp_i810_i855_driver = {
static const struct agp_i810_driver agp_i810_i865_driver = {
static const struct agp_i810_driver agp_i810_i915_driver = {
static const struct agp_i810_driver agp_i810_g33_driver = {
static const struct agp_i810_driver agp_i810_igd_driver = {
static const struct agp_i810_driver agp_i810_g965_driver = {
static const struct agp_i810_driver agp_i810_g4x_driver = {
const struct agp_i810_driver *driver;