From owner-freebsd-new-bus Wed May 10 12:40:39 2000 Delivered-To: freebsd-new-bus@freebsd.org Received: from finch-post-11.mail.demon.net (finch-post-11.mail.demon.net [194.217.242.39]) by hub.freebsd.org (Postfix) with ESMTP id 4145137B93E; Wed, 10 May 2000 12:40:35 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from nlsys.demon.co.uk ([158.152.125.33] helo=herring.nlsystems.com) by finch-post-11.mail.demon.net with esmtp (Exim 2.12 #1) id 12pcLR-0007DO-0B; Wed, 10 May 2000 19:40:33 +0000 Received: from salmon.nlsystems.com (salmon.nlsystems.com [10.0.0.3]) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id UAA70107; Wed, 10 May 2000 20:44:03 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 10 May 2000 20:45:16 +0100 (BST) From: Doug Rabson To: "John H. Baldwin" Cc: John Baldwin , n_hibma@freebsd.org, freebsd-new-bus@freebsd.org Subject: Re: Alpha USB difficulties... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-new-bus@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 10 May 2000, John H. Baldwin wrote: > On Wed, 10 May 2000, Doug Rabson wrote: > > > On Tue, 9 May 2000, John Baldwin wrote: > > > Ok, done. For lack of a better name, I just renamed the functions to > > > cia_tsunami_{setup,teardown}_intr(), and patched the cia and tsunami > > > driver appropriately. Latest patch is at the same place as the others. > > > > The patch looks good. I'm not too keen on the name > > cia_tsunami_*_intr(). Maybe something more generic like > > alpha_pci_{setup,teardown}_intr(). > > alpha_platform_pci_*_intr is what I went with similar to the IDE intr > functions. > > > The code in pci_alloc_resource which looks for the ISA range should be > > conditional on NISA>0 so that the file can work even if ISA is not > > built. Apart from that, it looks ready to commit. > > Well.... I did this, but probably NISA should be checked in > alpha_platform_pci_*_intr. I tried to test it, but right now you can't > build a kernel without ISA support. I did manage to pair down GENERIC to > a kernel without any ISA devices or ISA support, but I still get several > link errors at the end of the build in several chipset drivers, and also > for things like 'comconsole' in a lt of drivers. So, getting a non-ISA > compile will take a good chunk of work after this if people want > it. Unless there are any objections, I'll commit the latest patch (at the > normal place) when I get back from my last final in a few hours. I think the only platform which is likely to be able to work without ISA is the 8200. I only mentioned it since people have been trying to keep that file working with NISA==0. Thanks for working on this. Its been one of those irritating small jobs that I never got around to doing. -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 20 8442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-new-bus" in the body of the message