tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: bus_space(9) header files



On Sat, Apr 03, 2010 at 01:16:46PM +1100, matthew green wrote:
>    
>    I would like to add the MI function prototypes underneath the
>    #include:
>    
>    #include <machine/bus.h>
>    
>    /* MI function prototypes */
>    bus_space_tag_t bus_space_tag_create(bus_space_tag_t, /* TBD */);
>    void bus_space_tag_destroy(bus_space_tag_t);
> 
> i'm extremely wary of you adding "TBD" code to sys/bus.h.
> 
> once this API is defined, it seems like a fine idea, but not before.

I'd written actual prototypes to be concrete.  I realized somebody
who missed the point might fixate on two strange new routines, so I'd
written TBD to try to discourage discussion of the API.  And *still*
nitpicking from the peanut gallery.  Good grief!

Dave

-- 
David Young             OJC Technologies
dyoung%ojctech.com@localhost      Urbana, IL * (217) 278-3933


Home | Main Index | Thread Index | Old Index