Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Oct 1995 10:44:11 -0700 (MST)
From:      Terry Lambert <terry@lambert.org>
To:        uhclem%nemesis@fw.ast.com (Frank Durda IV)
Cc:        hackers@FreeBSD.ORG
Subject:   Re: I/O port 0 == autoconfig?
Message-ID:  <199510121744.KAA15445@phaeton.artisoft.com>
In-Reply-To: <m0t3Nqa-000IuWC@nemesis.lonestar.org> from "Frank Durda IV" at Oct 12, 95 08:38:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 	Change "visual" to treat "0" as an autoconfiguring I/O port
> 	parameter (can't be done for DMA or IRQs since 0 is legal for both)
> 
> 	Change the matcd driver and any other drivers doing similar
> 	things to use "0" as the key for autoconfiguring the I/O port
> 	it uses.

Can you use -2 instead?  And define manifest constants for them?

There exists DMA hardware that does not use DMA 0 internally, for which
it would be an allowable address.  Admittedly, this is mostly non-Intel
hardware, but the design shouldn't be so restrictive as to not allow
for non-Intel hardware.


					Terry Lambert
					terry@lambert.org
---
Any opinions in this posting are my own and not those of my present
or previous employers.



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