CBUFSIZE
cdata = kmem_zalloc(CBUFSIZE, KM_SLEEP);
data = kmem_zalloc(CBUFSIZE, KM_SLEEP);
for (i = 1; i < CBUFSIZE; cfgaddr += eisa_config_stride, i++) {
if (i == CBUFSIZE) {
kmem_free(cdata, CBUFSIZE);
kmem_free(data, CBUFSIZE);