From: Paul M. <pau...@re...> - 2007-03-26 05:33:55
|
On Sun, Mar 25, 2007 at 08:59:31PM +0900, Nobuhiro Iwamatsu wrote: > I wrote code to support L-BOX RE2[0]. > > L-BOX RE2 is a router with SH7751R. > This has CF-size slot , Cardbus, serial, and LAN x2 . > This is one of the very few SH boards that a general person > can obtain now. > > The kernel built into the product of L-BOX is 2.4.28. > I bought this router and to work by latest git kernel, rewrote the code. > Now , CF, serial , and LAN x2 work . > > Please apply this patch . > Applied with a few minor changes. There was a lot of trailing white space in this as well, which I also fixed up. In the future, please verify that you aren't adding trailing white space in these patches. I also changed the PCI INT# routing to correspond with a slot-based lookup table, this is the preferred approach. Please verify that everything still works (pushed to my 2.6.22 tree). |