From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-04-smtplb.ohiordc.rr.com ([65.24.5.138] helo=ms-smtp-04-eri0.ohiordc.rr.com) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1D27FX-0001lV-00 for ; Fri, 18 Feb 2005 07:28:47 -0500 Received: from [192.168.1.100] (cpe-024-033-004-163.midsouth.rr.com [24.33.4.163]) by ms-smtp-04-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j1ICSiHI011569 for ; Fri, 18 Feb 2005 07:28:45 -0500 (EST) Date: Fri, 18 Feb 2005 06:28:44 -0600 (CST) From: Adam Myrow To: "Speakup is a screen review system for Linux." In-Reply-To: Message-ID: References: <000d01c51542$86fe3a40$77ac7682@azwaterDOM.wr.usgs.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: what's the isa equivelent for lspci X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.5 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: Fri, 18 Feb 2005 12:28:47 -0000 IMHO, it's much easier to build ISA Plug 'N Play support into the kernel, or load it as a module, then to use the old ISAPNP tools. For one thing, on my old computer, the ISAPNP tools couldn't properly configure my SB AWE64, but the kernel could. No editing of files is required with the kernel code. In fact, I consider the ISAPNP tools to be obsolete since the kernel has supported ISA PNP from 2.4.X onwards.