Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-05 Thread Petr Vandrovec
Carsten Langgaard wrote: > > Petr Vandrovec wrote: > > Current Linux driver switches them to 16bit mode in pcnet_probe1: > > > > pcnet_dwio_reset(); // reset to 16bit mode when in 32bit, ignore in > > 16bit mode > > pcnet_wio_reset(); // device is for sure in 16bit mode, but reset it > > again

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-05 Thread Carsten Langgaard
Petr Vandrovec wrote: > Thomas Bogendoerfer wrote: > > > > On Wed, Apr 04, 2001 at 01:14:16PM -0700, Petr Vandrovec wrote: > > > VMware is working on implementation PCnet 32bit mode in emulation (there > > > is no such thing now because of no OS except FreeBSD needs it). But > > > my question is

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-05 Thread Carsten Langgaard
Thomas Bogendoerfer wrote: > On Wed, Apr 04, 2001 at 01:14:16PM -0700, Petr Vandrovec wrote: > > VMware is working on implementation PCnet 32bit mode in emulation (there > > is no such thing now because of no OS except FreeBSD needs it). But > > my question is - is there some real benefit in runn

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-04 Thread Petr Vandrovec
Thomas Bogendoerfer wrote: > > On Wed, Apr 04, 2001 at 01:14:16PM -0700, Petr Vandrovec wrote: > > VMware is working on implementation PCnet 32bit mode in emulation (there > > is no such thing now because of no OS except FreeBSD needs it). But > > my question is - is there some real benefit in ru

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-04 Thread Thomas Bogendoerfer
On Wed, Apr 04, 2001 at 01:14:16PM -0700, Petr Vandrovec wrote: > VMware is working on implementation PCnet 32bit mode in emulation (there > is no such thing now because of no OS except FreeBSD needs it). But > my question is - is there some real benefit in running chip in > 32bit mode? probably

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-04 Thread Petr Vandrovec
Wade Hampton wrote: > > Carsten Langgaard wrote: > > > > I'm not sure what the problem is, but the whole deal about checking whether the > > controller runs in 16 bit or 32 bit mode, is a little bit tricky. > >[snip] > Without the changes listed in this thread, 2.4.3 crashed vmware 2.0.3 > Linux.

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-04 Thread Wade Hampton
Carsten Langgaard wrote: > > I'm not sure what the problem is, but the whole deal about checking whether the > controller runs in 16 bit or 32 bit mode, is a little bit tricky. >[snip] Without the changes listed in this thread, 2.4.3 crashed vmware 2.0.3 Linux. It did not OOPS the kernel, it cau

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-04 Thread Carsten Langgaard
I'm not sure what the problem is, but the whole deal about checking whether the controller runs in 16 bit or 32 bit mode, is a little bit tricky. There doesn't seem to be a clean way to do the check, so it's done by writing a certain pattern to a register and read it back again. Doing the check fo

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-04-03 Thread Ralf Baechle
Carsten, seems your pcnet32 changes which made it into 2.4.3 are causing trouble on i386 machines. Can you try to solve that problem? On Sat, Mar 31, 2001 at 03:58:11PM +0200, Szabolcs Szakacsits wrote: > On Fri, 30 Mar 2001, Scott G. Miller wrote: > > > Linux 2.4.3, Debian Woody. 2.4.2 work

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-03-31 Thread Szabolcs Szakacsits
On Fri, 30 Mar 2001, Scott G. Miller wrote: > Linux 2.4.3, Debian Woody. 2.4.2 works without problems. However, in > 2.4.3, pcnet32 loads, gives an error message: 2.4.3 (and -ac's) are also broken as guest in VMWware due to the pcnet32 changes [doing 32 bit IO on 16 bit regs on the 79C970A co

Re: pcnet32 (maybe more) hosed in 2.4.3

2001-03-30 Thread Jeff Garzik
On Fri, 30 Mar 2001, Scott G. Miller wrote: > Linux 2.4.3, Debian Woody. 2.4.2 works without problems. However, in > 2.4.3, pcnet32 loads, gives an error message: hrm, can you try 2.4.2-acXX as well? I pretty much just merged pcnet32 patches from there. I should be getting a pcnet32 test card