M_AGP
gatt = malloc(sizeof(*gatt), M_AGP, M_NOWAIT | M_ZERO);
free(gatt, M_AGP, sizeof *gatt);
free(gatt, M_AGP, sizeof *gatt);
free(gatt, M_AGP, sizeof *gatt);
gatt = malloc(sizeof(struct agp_amd_gatt), M_AGP, M_NOWAIT);
free(gatt, M_AGP, sizeof *gatt);
free(gatt, M_AGP, sizeof *gatt);
gatt = malloc(sizeof(*gatt), M_AGP, M_NOWAIT | M_ZERO);
free(isc->gatt, M_AGP, sizeof (*isc->gatt));