Changeset fd07e57b in mainline for kernel/genarch/src/drivers/via-cuda/cuda.c
- Timestamp:
- 2014-01-05T21:25:41Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4aa2a27
- Parents:
- aacdb8e (diff), ca05e9b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/drivers/via-cuda/cuda.c
raacdb8e rfd07e57b 118 118 } 119 119 120 #include < print.h>120 #include <log.h> 121 121 void cuda_wire(cuda_instance_t *instance, indev_t *kbrdin) 122 122 { … … 197 197 198 198 if ((b & TREQ) != 0) { 199 printf("cuda_irq_listen: no TREQ?!\n");199 log(LF_OTHER, LVL_ERROR, "cuda_irq_listen: no TREQ?!"); 200 200 return; 201 201 }
Note:
See TracChangeset
for help on using the changeset viewer.