/[orinoco]/orinoco/orinoco.c
ViewVC logotype

Diff of /orinoco/orinoco.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.24.2.4 by dgibson, Mon Sep 29 04:46:05 2003 UTC revision 1.1.1.24.2.5 by dgibson, Mon Sep 29 04:47:17 2003 UTC
# Line 1530  irqreturn_t orinoco_interrupt(int irq, v Line 1530  irqreturn_t orinoco_interrupt(int irq, v
1530                  if (events & HERMES_EV_ALLOC)                  if (events & HERMES_EV_ALLOC)
1531                          __orinoco_ev_alloc(dev, hw);                          __orinoco_ev_alloc(dev, hw);
1532                                    
1533                  hermes_write_regn(hw, EVACK, events);                  hermes_write_regn(hw, EVACK, evstat);
1534    
1535                  evstat = hermes_read_regn(hw, EVSTAT);                  evstat = hermes_read_regn(hw, EVSTAT);
1536                  events = evstat & hw->inten;                  events = evstat & hw->inten;

Legend:
Removed from v.1.1.1.24.2.4  
changed lines
  Added in v.1.1.1.24.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26