ppbus_1284.c | 408 u_int16_t msg_sz; local in function:ppbus_1284_read_id 455 msg_sz = length_field; 462 msg_sz <<= 8; 463 msg_sz |= length_field; 464 msg_sz -= 2; 465 if(msg_sz <= 0) { 470 *buffer = malloc(msg_sz, M_DEVBUF, M_WAITOK); 471 *size = msg_sz; 472 error = ppbus_read(dev, *buffer, msg_sz, 0, read);
|