lkml.org 
[lkml]   [2008]   [Aug]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: x86 BIOS interface for partitioning and system serial number on SGI UV
On Mon, Aug 4, 2008 at 6:19 PM, Russ Anderson <rja@sgi.com> wrote:
> On Fri, Aug 01, 2008 at 10:34:30AM -0700, H. Peter Anvin wrote:
>>Russ Anderson wrote:
>>>+# define BIOS_CALL(result, a0, a1, a2, a3, a4, a5, a6, a7) \
>>>+ do { \
>>>+ /* XXX - the real call goes here */ \
>>>+ result.status = BIOS_STATUS_UNIMPLEMENTED; \
>>>+ result.v0 = 0; \
>>>+ result.v1 = 0; \
>>>+ } while (0)
>>
>> I have more than a little problem with submitting patches like this. We
>> have no way to judge the suitability of the coding or the interface with
>> the "meat" of the driver stubbed out!
>
> This is also code for hardware that does not exist. In order for the
> code to be in distro releases in time for the hardware to ship, we
> must push it _before_ we have hardware. The main concern is getting in
> interfaces now, because the interfaces cannot change in a minor release.
> Providing more "meat" is on the ToDo list.

These kinds of statements are not the way to get things done on LKML.
Quite a number of people have gotten flamed/ignored/etc lately by
making statements "We need this (unfinished code) in the kernel by
2.6.27 because RHEL6 is going to use 2.6.27 and otherwise we won't be
supported in RHEL6".

Cheers,
Kyle Moffett


\
 
 \ /
  Last update: 2008-08-05 07:25    [W:0.076 / U:0.480 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site