From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from cpe-144-136-157-34.qld.bigpond.net.au ([144.136.157.34] helo=data.home ident=mail) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1ANksY-0006FK-00 for ; Sat, 22 Nov 2003 22:25:43 -0500 Received: from geoff (helo=localhost) by data.home with local-esmtp (Exim 3.12 #1 (Debian)) id 1ANksT-000779-00 for ; Sun, 23 Nov 2003 13:25:37 +1000 Date: Sun, 23 Nov 2003 13:25:37 +1000 (EST) From: Geoff Shang To: "Speakup is a screen review system for Linux." In-Reply-To: <20031122202717.GB2416@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Geoff Shang Subject: Re: ethernet cards X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 03:25:43 -0000 Alex Snow wrote: > my question is how can I tell the 3c59x module which irq to use for > which card? these are both pci network cards ... The device driver doesn't do this. The IRQ is allocated by either LInux or the BIOS, depending on which does the PCI setup. I admit to not knowing much about all this. I personally would like to know how to reserve IRQs if you want LInux to do the PCI setup. Perhaps someone else on here knows more. Geoff.