From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <10b9eba01e53abcf6d3fa1503f178a94@caldo.demon.co.uk> To: 9fans@cse.psu.edu Subject: Re: [9fans] usbuhci: port 65504 in use ? From: Charles Forsyth In-Reply-To: <200312122231.hBCMVXb04948@zamenhof.cs.utwente.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Fri, 12 Dec 2003 23:24:30 +0000 Topicbox-Message-UUID: a0e68398-eacc-11e9-9e20-41e7f4b1d025 /sys/src/9/pc/devarch.c says // Only 64KB I/O space on the x86. if((port+size) >= 0x10000){ but i think the test should be > not >= (since port address port+size isn't included in the allocation)