From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by dsl2.external.hp.com (Postfix) with SMTP id 4F2E4482C for ; Fri, 9 Nov 2001 15:33:59 -0700 (MST) Content-Type: text/plain; charset="iso-8859-1" From: Helge Deller To: Tom , Jochen Friedrich Subject: Re: [parisc-linux] EISA stuff now in CVS Date: Fri, 9 Nov 2001 23:33:30 +0100 Cc: References: In-Reply-To: MIME-Version: 1.0 Message-Id: <20011109223359.4F2E4482C@dsl2.external.hp.com> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > On Fri, 9 Nov 2001, Jochen Friedrich wrote: > > Pretty strange you're getting any interrupts, as with the current patch > > the EISA PIC isn't initialized, at all... > > Not that strange, I'm thinking. Lots of ISA cards have the IO and IRQ > hard-coded on them, either via jumper or logically. I'd guess this NIC is > advertising it's presence and resources used, so the system is picking up > on it. Impressive that it's working, though... It's even better :-) This card uses the ne2.c driver and this driver probes all adresses 0x300, 0x320, 0x340, ... and then uses Linux's irq autodetection code. Nothing hardcoded here. Helge