Bug 62113 - Incorrect definition of CYGNUM_HAL_INTERRUPT_DMA1_ERR in file hal\arm\xscale\verde\current\include\hal_var_ints.h
Summary: Incorrect definition of CYGNUM_HAL_INTERRUPT_DMA1_ERR in file hal\arm\xscale\...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: eCos
Classification: Retired
Component: HAL
Version: CVS
Hardware: xscale
OS: Linux
medium
medium
Target Milestone: ---
Assignee: eCos bugs internal list
QA Contact: eCos bugs internal list
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-03-27 16:52 UTC by Need Real Name
Modified: 2007-04-18 16:41 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-03-27 16:52:30 UTC
Embargoed:


Attachments (Terms of Use)

Description Need Real Name 2002-03-27 16:52:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)

Description of problem:
Incorrect definition of CYGNUM_HAL_INTERRUPT_DMA1_ERR in file 
hal\arm\xscale\verde\current\include\hal_var_ints.h
#define CYGNUM_HAL_INTERRUPT_DMA1_ERR      22
should be replaced by
#define CYGNUM_HAL_INTERRUPT_DMA1_ERR      21
#define CYGNUM_HAL_INTERRUPT_RSVD_22       22

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Compare file to IOP80321 programmer's manual
2.
3.
	

Actual Results:  Note the difference in the register definitions of table 280 
on page 586

Additional info:

Comment 1 Mark Salter 2002-04-01 14:58:44 UTC
Suggested fix applied to CVS.


Note You need to log in before you can comment on or make changes to this bug.