vxge: Allow multiple functions with INTA.

- Allow multiple functions with INTA.
- Removed the condition to allow only one vpath with INTA
- Ensure that the alarm bit in titan_mask_all_int register is cleared when
  driver exits.

Signed-off-by: Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Sreenivasa Honnur
2009-10-05 01:57:29 +00:00
committed by David S. Miller
부모 fa41fd1003
커밋 eb5f10c21b
5개의 변경된 파일64개의 추가작업 그리고 57개의 파일을 삭제

파일 보기

@@ -112,7 +112,6 @@ enum vxge_mac_addr_state {
struct vxge_drv_config {
int config_dev_cnt;
int total_dev_cnt;
unsigned long inta_dev_open;
int g_no_cpus;
unsigned int vpath_per_dev;
};