Changeset 31562
- Timestamp:
- May 24, 2011, 8:07:45 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110404/Ohana/src/opihi/pantasks/ControllerOps.c
r27491 r31562 433 433 return (FALSE); 434 434 } 435 435 /*** Check for other failure states that are relevant: 436 437 EAGAIN : could not write to port 438 EBADF ECONNRESET, EINTR, EIO, ENETDOWN ENETUNREACH, */ 439 436 440 /* for commands which don't return a prompt, don't look for one */ 437 441 if (response == NULL) { 438 442 return (TRUE); 439 443 } 444 445 /** this communication would be better with more robust message passing: 446 each command should not wait for a response but should be guaranteed 447 440 448 441 449 /* watch for response - wait up to 1 second */
Note:
See TracChangeset
for help on using the changeset viewer.
