Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Jan 1997 14:06:32 -0700
From:      Steve Passe <smp@csn.net>
To:        se@freebsd.org (Stefan Esser)
Cc:        smp@freebsd.org
Subject:   Re: Adaptec 3940UW and SMP 
Message-ID:  <199701172106.OAA19748@clem.systemsix.com>
In-Reply-To: Your message of "Fri, 17 Jan 1997 21:35:11 %2B0100." <Mutt.19970117213511.se@x14.mi.uni-koeln.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

> Hmmm, I seem to remember an implied 16 IRQ limit in the PCI code.
> This should be easy to fix, though ...
> 
> Let me see:
> 
> Please try again, with PCI_MAX_IRQ increased to 24 (see /sys/pci/pci.c).
> I don't have the time to verify, that this indeed the correct fix, but 
> it may give a hint ...

I believe PCI_MAX_IRQ is properly increased to 24 in all the necessary places,
I know it works properly in general as many of us are using PCI
cards >IRQ15.

/sys/pci/pcibus.h:

#if defined( APIC_IO )
#define PCI_MAX_IRQ   (24)
#else
#define PCI_MAX_IRQ   (16)
#endif /* APIC_IO */

--
Steve Passe	| powered by
smp@csn.net	|            FreeBSD




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701172106.OAA19748>