Hi,
> 1) What is this WARN_ON() and BUG_ON()? I've never seen them. I suspect
> their purpose but I need to be sure.
They are the kernel's version of assert(), they trigger if the confition
is true (which is opposite to assert). WARN isn't fatal while BUG is.
They are in include/asm-generic/bug.h
Hi Lothar,
I have some questions (again...) about your work.
I was looking at your isp1362 code, and I even made some kind of diagram
that pictures the flow of your code (it's not very complete but if you
want it, just tell me). I think I'm ready to port my driver to your
scheme, but I don't unders
On Wed, 2004-10-06 at 10:54, Dimitris Lampridis wrote:
> On Tue, 2004-10-05 at 17:46, Lothar Wassmann wrote:
> I know this is a really really newbie question, but if I add your files
> in my kernel source tree, how can I selectively compile the OHCI driver
> and nothing else (but with configuration
On Tue, 2004-10-05 at 17:46, Lothar Wassmann wrote:
> Hi Ian,
>
> Ian Campbell writes:
> > Early in September you were working on a driver for the isp1362 based
> > upon your work with the ohci-emu/sl811 stuff. I'm just wondering what
> > the current status of this is. Do you have a webpage with p
On Tue, 2004-10-05 at 15:46, Lothar Wassmann wrote:
> Yes. You can find the current state of my work on:
> http://www.karo-electronics.de/132.0.html
>
> I've got so far, that the driver recognises and works with a mouse and
> recognises an SD card reader, but fails to read data from the SD
> card.
Hi Ian,
Ian Campbell writes:
> Early in September you were working on a driver for the isp1362 based
> upon your work with the ohci-emu/sl811 stuff. I'm just wondering what
> the current status of this is. Do you have a webpage with patches or
> anything like that?
>
Yes. You can find the current