On Fri Nov 25 01:01:48 EST 2005, [EMAIL PROTECTED] wrote:
> > > % 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  = (0x0020<<16)|0x100B,
> > > +   Sis900 = (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 = (0x0900<<16)|0x1039,
> 
> --
> Federico G. Benavento

If you look in /lib/pci, (0x0900<<16)|0x1039 would seem to be
the logical choice.

--jim

Reply via email to