public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IO port conflict between timer & watchdog on PCISA-C800EV board ?
@ 2005-02-07  9:29 Charles-Edouard Ruault
  2005-02-07 16:31 ` Randy.Dunlap
  2005-02-15 17:04 ` Alan Cox
  0 siblings, 2 replies; 9+ messages in thread
From: Charles-Edouard Ruault @ 2005-02-07  9:29 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Hi All,

i wrote a driver for the watchdog timer provided by a small form factor 
board from IEI ( the PCISA-C800EV : 
http://www.iei.com.tw/en/product_IPC.asp?model=PCISA-C800 ).
This board has a Via Apollo PLE133 ( VT8601A and VT82C686B ) chipset.
The watchdog uses two registers at addresses 0x43 and 0x443, therefore 
my driver tries to get bot addresses for its own use calling
request_region(0x43, 1, "watchdog" ) and request_region(0x443, 1, 
"watchdog").
The first call to request 0x43 fails because the address has already 
been allocated to the timer ( /proc/ioports shows 0040-005f : timer ).

So my questions are :
- Why is the generic timer using this address ? isn't it reserving a too 
wide portion of IO ports ? Should it be modified for this board ?
-  If there's a good reason for the timer to request this address, is  
there a clean way to share it with the timer ?

Thanks for your answers.
Regards.
PS: Please CC me to your replies, i'm not on the list.

-- 
Charles-Edouard Ruault
Idtect SA
115 rue Reaumur - 75002, Paris, France
Tel: +33-1-55-34-76-65
Fax: +33-1-55-34-76-75
Web: http://www.idtect.com


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2005-02-23 19:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-07  9:29 IO port conflict between timer & watchdog on PCISA-C800EV board ? Charles-Edouard Ruault
2005-02-07 16:31 ` Randy.Dunlap
2005-02-07 17:00   ` linux-os
2005-02-07 17:33     ` Charles-Edouard Ruault
2005-02-07 17:32   ` Charles-Edouard Ruault
2005-02-07 17:57   ` Ondrej Zary
2005-02-15 17:04 ` Alan Cox
2005-02-21 13:06   ` [PATCH] Reserve only needed regions for PC timers on i386 and x86_64 Charles-Edouard Ruault
2005-02-23  7:23     ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox