Date: Mon, 25 Sep 1995 09:20:19 +0100 From: Poul-Henning Kamp <phk@critter.tfs.com> To: Bruce Evans <bde@zeta.org.au> Cc: dennis@etinc.com, hm@altona.hamburg.com, hackers@freebsd.org Subject: Re: LKM: how to fiddle in interrupt routine ptrs ? Message-ID: <229.812017219@critter.tfs.com> In-Reply-To: Your message of "Mon, 25 Sep 1995 17:20:04 %2B1000." <199509250720.RAA02192@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
I guess, that you have noticed that pccard is doing this kind of stuff today, and isn't doing it particular well, since nobody knows what to do :-( It seems to me that we have several kinds of devices: 1. things which say: give me 0x200-0x21f, (similar for iomem, irq & dma). 2. things which say: give me one of {0x200-0x21f,0x300-0x31f,0x320-0x33f} (similar for iomem, irq & dma). 3. things which say: give me 0x20 ioaddresses. (similar for iomem, irq & dma) Now, we need to cater for all of these one way or another, and it doesn't get any easier when some pieces of HW use method 2 for port, 1 for irq and 3 for iomem. Anybody thought about this from scratch ? -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. It will be some time yet before progress goes to far... (Poul Henningsen)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?229.812017219>