public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* fpu IO port reservation (arch/i386)
@ 2007-09-21 13:22 Peter Fordham
  2007-09-21 13:52 ` Maciej W. Rozycki
  0 siblings, 1 reply; 7+ messages in thread
From: Peter Fordham @ 2007-09-21 13:22 UTC (permalink / raw)
  To: linux-kernel

Hi,

Does anybody know why we reserve this range of IO ports for 'fpu'?
AFAIK from all the IO maps I can find on the internet for various x86
chipsets only 0x00f0 is actaully ever used.

./arch/i386/kernel/setup.c
282 }, {
283         .name   = "fpu",
284         .start  = 0x00f0,
285         .end    = 0x00ff,
286         .flags  = IORESOURCE_BUSY | IORESOURCE_IO
287 } };

The reason I ask is that I've written a watchdog driver for a Nexcom
MAX6600 server blade type device which has the watchdog control
register at 0xF2. Currently request_region fails due to the fpu
reservation.

regards,

Pete Fordham

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

end of thread, other threads:[~2007-09-28 19:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-21 13:22 fpu IO port reservation (arch/i386) Peter Fordham
2007-09-21 13:52 ` Maciej W. Rozycki
2007-09-21 16:22   ` Andi Kleen
2007-09-21 16:52     ` Maciej W. Rozycki
2007-09-21 19:30       ` Andi Kleen
2007-09-24 11:42         ` Maciej W. Rozycki
2007-09-28 19:33     ` Bill Davidsen

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