Date: Thu, 8 Jun 1995 00:35:27 +1000 From: Bruce Evans <bde@zeta.org.au> To: bde@zeta.org.au, imb@scgt.oz.au Cc: freebsd-hackers@FreeBSD.org Subject: Re: silo overflows Message-ID: <199506071435.AAA21380@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> No, FIFO_TRIGGER_14 is a constant, not an option. Change the one >> place in sio.c where it is used to initialize com->ftl_init. Use >> FIFO_TRIGGER_8 instead. >Could this be "externalised", please. I have a mix of machines from 386DX/40 >#ifndef FIFO_TRIGGER >#define FIFO_TRIGGER FIFO_TRIGGER_14 >#endif > : >com->ftl_init = FIFO_TRIGGER; > .. is all that's necessary. If at all possible, site-dependent "hacks" >should be kept out of the kernel sources. I prefer `comcontrol /dev/ttydX ftl N', but there is no time to implement this for 2.0.5. Do you want a barely documented option in 2.0.5 if the option will become obsolete in 2.0.6? Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506071435.AAA21380>