public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] Version 2 of the Linux IPMI driver
@ 2002-09-06 18:35 Corey Minyard
  0 siblings, 0 replies; 5+ messages in thread
From: Corey Minyard @ 2002-09-06 18:35 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds

I've cleaned a few things up and fixed some minor bugs.  The only big 
change is renaming the "unused" address to the "system interface" 
address (which makes a heck of a lot more sense).  I'm working on 
userland tools that will tie in to this and to LAN/ICMB stuff, and there 
I saw the need for the name.  I still haven't tested interrupt-driven 
operation, but that's really a rather minor concern since almost no 
boards support it and the driver will work without it.

You can get the patch on my web page at http://home.attbi.com/~minyard, 
relative to 2.5.33 or 2.4.19.  The patch is fairly self-contained, so it 
should be easy to port to other kernel versions.

The lanana guy is not available for a while, so I'm not getting a device 
number in the near future, but I think it's ready for the 2.5 release. 
 Does this need more time, or is it ready for inclusion?

-Corey


^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: [patch] Version 2 of the Linux IPMI driver
@ 2002-09-06 19:18 Matthew Wilcox
  2002-09-06 20:25 ` Corey Minyard
  0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2002-09-06 19:18 UTC (permalink / raw)
  To: minyard; +Cc: linux-kernel


> The lanana guy is not available for a while, so I'm not getting a device
> number in the near future, but I think it's ready for the 2.5 release.
> Does this need more time, or is it ready for inclusion?

I don't think you should be using a device number at all.  ioctl is Evil
(TM) and it's perfectly possible to write an IPMI driver which uses
neither an ioctl nor a chaacter device.  Voila:

http://ftp.linux.org.uk/pub/linux/willy/patches/bmc.diff

yes, it was stupid to call it BMC instead of IPMI.  i was handed a pile
of junk that'd been half-heartedly ported from windows.  however, the
principle is sound, you don't need ioctl, nor a character device.

-- 
Revolutions do not require corporate support.

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

end of thread, other threads:[~2002-09-09 17:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-06 18:35 [patch] Version 2 of the Linux IPMI driver Corey Minyard
  -- strict thread matches above, loose matches on Subject: below --
2002-09-06 19:18 Matthew Wilcox
2002-09-06 20:25 ` Corey Minyard
2002-09-06 20:36   ` Matthew Wilcox
2002-09-09 17:07   ` Greg KH

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