ANA-6944/TX irq problems on Alpha lx164

Bauer, Steven J. sbauer@taz.sdsmt.edu
Tue Oct 27 10:03:56 1998


Version information:
Tulip driver: .90
kernel:	2.1.126
Alphabios 5.66

Network card: Adaptec 6944/TX -- 4 port 21140 board.

It seems to have picked up on a x86 trait of assigning a different irq to
each of the four network ports.

By changing the define on line 679 from:

	#if defined(__i386__)
to
	#if defined(__i386__) || defined(__alpha__)

the irq was set correctly on the 4 ports to the same irq as the first port.

Is this a known problem or something new happening?

Steve