Re: i386,2.6 cyrix.c cann't found companion chip

2007-01-09 Thread takada
5520)) pit_latch_buggy = 1; #endif c->x86_cache_size=16; /* Yep 16K integrated cache thats it */ From: Alan <[EMAIL PROTECTED]> Subject: Re: i386,2.6 cyrix.c cann't found companion chip Date: Mon, 8 Jan 2007 17:06:54 + > On Mon, 08

Re: i386,2.6 cyrix.c cann't found companion chip

2007-01-08 Thread Alan
On Mon, 08 Jan 2007 01:00:00 +0900 Hiroshi Miura <[EMAIL PROTECTED]> wrote: > Hi Takada-san, > > It is obviously bad. > These part is added several years ago by my post. > A cyrix.c try to find chip because of chip hardware bug affected > to timer which has started early. > > Now, these chips h

Re: i386,2.6 cyrix.c cann't found companion chip

2007-01-07 Thread Alan
> Now, these chips have already been obsolete. > There are 2 options. One is simply remove these functionality. > The other is to move it to compile time ifdef that is off by default. Fortunately we have pci functions for early pci accesses. I will take a look at this as I still have a CS5520 boar

Re: i386,2.6 cyrix.c cann't found companion chip

2007-01-07 Thread Hiroshi Miura
Hi Takada-san, It is obviously bad. These part is added several years ago by my post. A cyrix.c try to find chip because of chip hardware bug affected to timer which has started early. Now, these chips have already been obsolete. There are 2 options. One is simply remove these functionality. The