Home
last modified time | relevance | path

Searched refs:PPB_NOT_IEEE1284 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ppbus/
H A Dppb_1284.h88 #define PPB_NOT_IEEE1284 2 /* not an IEEE1284 compliant periph. */ macro
H A Dppb_1284.c710 ppb_1284_set_error(bus, PPB_NOT_IEEE1284, 2); in ppb_1284_negociate()
718 ppb_1284_set_error(bus, PPB_NOT_IEEE1284, 2); in ppb_1284_negociate()
H A Dppbconf.c301 if ((ppb->state == PPB_ERROR) && (ppb->error == PPB_NOT_IEEE1284)) in ppb_scan_bus()