This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/
This commit is contained in:
parent
a2a307a14d
commit
df58517066
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=67295
@ -746,7 +746,7 @@ agp_get_info(device_t dev, struct agp_info *info)
|
||||
info->ai_mode =
|
||||
pci_read_config(dev, agp_find_caps(dev) + AGP_STATUS, 4);
|
||||
info->ai_aperture_base = rman_get_start(sc->as_aperture);
|
||||
info->ai_aperture_size = rmang_get_size(sc->as_aperture);
|
||||
info->ai_aperture_size = rman_get_size(sc->as_aperture);
|
||||
info->ai_memory_allowed = sc->as_maxmem;
|
||||
info->ai_memory_used = sc->as_allocated;
|
||||
}
|
||||
|
@ -746,7 +746,7 @@ agp_get_info(device_t dev, struct agp_info *info)
|
||||
info->ai_mode =
|
||||
pci_read_config(dev, agp_find_caps(dev) + AGP_STATUS, 4);
|
||||
info->ai_aperture_base = rman_get_start(sc->as_aperture);
|
||||
info->ai_aperture_size = rmang_get_size(sc->as_aperture);
|
||||
info->ai_aperture_size = rman_get_size(sc->as_aperture);
|
||||
info->ai_memory_allowed = sc->as_maxmem;
|
||||
info->ai_memory_used = sc->as_allocated;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user