~adam-hraska+lp/helenos/cht-bench

« back to all changes in this revision

Viewing changes to uspace/srv/hw/bus/cuda_adb/cuda_adb.c

  • Committer: Adam Hraska
  • Date: 2012-08-08 17:19:28 UTC
  • mfrom: (1574.1.16 rcu-clone)
  • Revision ID: adam.hraska+hos@gmail.com-20120808171928-7gf0fh7pcxxcoaoo
Merged in mainline changes from rcu-clone.

Show diffs side-by-side

added added

removed removed

Lines of Context:
115
115
static irq_cmd_t cuda_cmds[] = {
116
116
        {
117
117
                .cmd = CMD_PIO_READ_8,
118
 
                .addr = NULL,   /* will be patched in run-time */
 
118
                .addr = NULL,
119
119
                .dstarg = 1
120
120
        },
121
121
        {
122
 
                .cmd = CMD_BTEST,
 
122
                .cmd = CMD_AND,
123
123
                .value = SR_INT,
124
124
                .srcarg = 1,
125
125
                .dstarg = 2