cardbus.c | 310 parse_tuple(u_int8_t *tuple, int len, void *data) 316 switch (tuple[0]) { 318 if (tuple[1] != 4) { 320 __func__, tuple[1])); 323 cis->manufacturer = tuple[2] | (tuple[3] << 8); 324 cis->product = tuple[4] | (tuple[5] << 8); 328 memcpy(cis->cis1_info_buf, tuple + 2, tuple[1]) 608 u_int8_t *tuple = malloc(TUPLESIZE, M_DEVBUF, M_WAITOK); local in function:cardbus_rescan [all...] |