aacraid for 2.4.0

2000-12-04 Thread Boerner, Brian
Many of you, specifically customers of Dell Computer have been asking about the aacraid driver and the 2.4.0 kernel. Development is underway, however I have run into a stumbling block and am not sure how to proceed. The driver is generating a segmentation fault and produces and oops. I have includ

aacraid for 2.4.0 revisitied

2000-12-05 Thread Boerner, Brian
You folks seem to be interested in this, so I thought I might bother for a bit of follow up. I would like to start off by thanking each of you for responding. I guess I got into the 2.4 game a bit late and haven't been on linux-kernel in quite a while. If anyone has any ideas on what I'm doing wr

Adding a new SCSI driver in 2.4.x

2000-12-13 Thread Boerner, Brian
I'm trying to add a new scsi driver to the 2.4.x code stream. I've added the driver into: arch/i386/defconfig drivers/scsi/Config.in drivers/scsi/Makefile In 2.2 you also had to add it under hosts.c, but that doesn't appear to be the case any longer. I ran: make clean; make mrproper; then I ran

Disabling interrupts in 2.4.x

2000-12-18 Thread Boerner, Brian
I'm still trying to get the aacraid driver up and running on 2.4 and have worked it down to this final problem. It appears that interrupts are not being disabled properly using spin_lock_irqsave. I'm using 2.4.0-test11. I make this call: spin_lock_irqsave ( &(SpinLock->spin_lock), SpinLoc

RE: Disabling interrupts in 2.4.x

2000-12-18 Thread Boerner, Brian
It's a UP configured system. -bmb- > -Original Message- > From: Andi Kleen [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 18, 2000 3:18 PM > To: Boerner, Brian > Cc: '[EMAIL PROTECTED]' > Subject: Re: Disabling interrupts in 2.4.x > >