Re: Missing cache flush.

2001-06-05 Thread Johan Adolfsson
Possibly saying something extremly stupid here, how about simply "fakewriting" 0xFF to the flash after an erase to update any caches? > 2. Flash. A few writes of magic data to magic addresses and a whole erase >block suddenly contains 0xFF. The CPU doesn't notice that either. do_erase_stuff

Re: 2.4.3-ac11 request for help texts for recenty introduced config options

2001-04-21 Thread johan . adolfsson
I have fixed most of the CONFIG_ETRAX stuff, many of them are not visible in CML1... (at least not with menuconfig) some of the LED stuff should probably not even be there. Björn can probably submit a patch within a few days. /Johan - Original Message - From: Steven Cole <[EMAIL PROTECTE

Re: Kernel Real Time Clock (RTC) Support for I2C Devices

2001-04-19 Thread johan . adolfsson
Support for DS1302 is available in the CRIS port. A patch for 2.4.3 (and a lot of other stuff you don't need) is available in http://developer.axis.com/download/devboard_lx/R1_0_0/ /Johan - Original Message - From: Grant Erickson <[EMAIL PROTECTED]> To: Linux I2C Mailing List <[EMAIL PRO

Re: How do I make a circular pipe?

2001-04-17 Thread johan . adolfsson
Can't you do it like this? # mkfifo fifo # pppd notty < fifo | pppoe -I eth1 >fifo /Johan - Original Message - From: Rob Landley <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 14, 2001 3:05 AM Subject: How do I make a circular pipe? > How do I do the following: > > #

Re: List of all-zero .data variables in linux-2.4.3 available

2001-04-12 Thread johan . adolfsson
Shouldn't a compiler be able to deal with this instead? (Just a thought.) /Johan - Original Message - From: Adam J. Richter <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 12, 2001 2:36 PM Subject: List of all-zero .data variables in linux-2.4.3 available > For anyone

Re: ethernet phy link state info

2001-04-06 Thread Johan Adolfsson
I don't have an answer but a related question: Is there any "standard ioctl" to force an interface to a certain link state, eg. auto, 10Mbs, 100Mbps, half/full duplex etc.? If not, can we create a standard ioctl mechanism for it? /Johan - Original Message - From: Bernhard Bender <[EMAIL

Re: Arch specific/multiple Configure.help files? [PATCH included]

2001-04-06 Thread Johan Adolfsson
- Original Message - From: Giacomo Catenazzi <[EMAIL PROTECTED]> To: Johan Adolfsson <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 13:34 Subject: Re: Arch specific/multiple Configure.help files? [PATCH included] > Johan Adolfsson wrote:

Re: Arch specific/multiple Configure.help files? [PATCH included]

2001-04-06 Thread Johan Adolfsson
- Original Message - From: Giacomo Catenazzi <[EMAIL PROTECTED]> To: Johan Adolfsson <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 11:39 Subject: Re: Arch specific/multiple Configure.help files? > Johan Adolfsson wrote: > > > >

Re: Arch specific/multiple Configure.help files?

2001-04-06 Thread Johan Adolfsson
- Original Message - From: Giacomo Catenazzi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 09:44 Subject: Re: Arch specific/multiple Configure.help files? > [EMAIL PROTECTED] wrote: > > > > > This was already discussed on kbuild list.

Re: Arch specific/multiple Configure.help files?

2001-04-06 Thread johan . adolfsson
- Original Message - From: Giacomo Catenazzi <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Erik Mouw <[EMAIL PROTECTED]>; Rogier Wolff <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 8:58 AM Subject: Re: Arch specific/multiple Configure.help files? > [EMAIL PROTE

Re: Arch specific/multiple Configure.help files?

2001-04-05 Thread johan . adolfsson
IL PROTECTED]> To: Erik Mouw <[EMAIL PROTECTED]> Cc: Johan Adolfsson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, April 05, 2001 11:56 PM Subject: Re: Arch specific/multiple Configure.help files? > Erik Mouw wrote: > > On Thu, Apr 05, 2001 at 07:28:33PM +020

Arch specific/multiple Configure.help files?

2001-04-05 Thread Johan Adolfsson
Would it be a good idea to have support for multiple Configure.help files in the config system? The main advantage would be that arch specific settings could have an arch specific help file as well. Anybody who knows: Would it be a easy to add support for this if this is considered a good idea?

select()/accept() problem in 2.0.38

2001-03-12 Thread Johan Adolfsson
In short: My listener socket _sometimes_ gets confused when a client connect and closes very fast when the server has outstanding data. The read fd_set with the listener socket is not set by the select() call for new connections, but if I do accept() on it anyway I will get the new socket! I k

Missing use of TcpPassiveOpens counter?

2001-03-12 Thread Johan Adolfsson
While trying to track down a possible select()/accept() problem in 2.0.38 I noticed that theTcpPassiveOpens counter is never increased (not in 2.0, 2.2 nor 2.4) When checking more of the Tcp: fields in /proc/net/snmp it looks like some more fields are not set correctly (tcpRto*, tcpMaxConn ) Jus