2 Jul 2002 04:31
[Fwd: Re: sis900 driver on the m810lmr board]
ollie lho <ollie <at> sis.com.tw>
2002-07-02 02:31:30 GMT
2002-07-02 02:31:30 GMT
Subject: Re: sis900 driver on the m810lmr board
Date: 2002-07-02 02:30:34 GMT
Would this make a reasonable FAQ entry?
How do I get the optional LAN adaptor on my pcchips m810lmr board to
work under LinuxBIOS?
Configure your build directory for the pcchips/m810lmr motherboard.
In the apc_fixup function change the lines:
/* Disable MII Interface Interface for GPIO Pin [15-14, 9-8,
* 6-0] and OC1-0 */
outb(0x03, 0x70);
regval = inb(0x71) & 0xfc;
outb(regval, 0x71);
To read:
/* Enable MII Interface Interface for GPIO Pin
* [15-14, 9-8, 6-0] and OC1-0 */
outb(0x03, 0x70);
regval = inb(0x71) | 0x02;
outb(regval, 0x71);
Also if you ever need someone to test things on this board please ask I
want to help in any way I can.
Clark
On Tue, Jul 02, 2002 at 08:43:35AM +0800, ollie lho wrote:
> On Tue, 2002-07-02 at 07:22, Clark Rawlins wrote:
> > Ollie,
> >
> > Thanks for the help. It worked like a charm.
> >
> > Is there a reason this change can't go into CVS?
> > At least for pcchips/m810lmr?
> >
>
> On my (and probably most of others) 810lmr there is no
> PHY mounted. You probably are the first one having
> the "optional" LAN support.
>
> Ollie
>
--
--
"They that can give up essential liberty to obtain a little temporary safety
deserve neither liberty nor safety."
- Benjamin Franklin, Historical Review of Pennsylvania, 1759.
RSS Feed