From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <32d987d50511242200i31ed277fid4f46aa7de5249eb@mail.gmail.com> Date: Fri, 25 Nov 2005 03:00:57 -0300 From: Federico Benavento To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] ethernet detection problems In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Topicbox-Message-UUID: b1943ab0-ead0-11e9-9d60-3106f5b1d025 > > % diff -c /n/dump/2005/1106/sys/src/9/pc/ether83815.c > /sys/src/9/pc/ether83815.c > > /n/dump/2005/1106/sys/src/9/pc/ether83815.c:81,86 - > > /sys/src/9/pc/ether83815.c:81,87 > > > > enum { /* Variants */ > > Nat83815 =3D (0x0020<<16)|0x100B, > > + Sis900 =3D (0x0630<<16)|0x1039, /* untested */ > > }; > > hmm, this didn't work for me either that's why I'm still using Andrey's driver. Now seing the code closely I think I know where the problem is, I haven't tested it yet, but I think this will work. Sis900 =3D (0x0900<<16)|0x1039, -- Federico G. Benavento