LJIIID w/HP PS cart. on a DECstation 2100

Steven Parkes steven at uicadd.csl.uiuc.edu
Wed Feb 13 04:28:49 AEST 1991


I have received a patch from the DEC Support Center that speeds the response
of the DECstation to the XOFF generated by the LJ.

The following patch is to be applied to a 4.0 kernel.  I don't know if the
same patch is needed for 4.1.  I've applied it to my system and it seems to
eliminate the problem.

steven parkes ---------------------------------------
University of Illinois Coordinated Science Laboratory
steven at pacific.csl.uiuc.edu -------------------------

*** /usr/sys/machine/common/conf.c.orig	Tue Feb 12 10:46:23 1991
--- /usr/sys/machine/common/conf.c	Tue Feb 12 10:47:53 1991
***************
*** 1072,1077 ****
--- 1072,1078 ----
  
  #ifdef mips
  int	cnopen(),cnclose(),cnread(),cnwrite(),cnioctl(),cnselect();
+ int	cnstop();
  #endif mips
  
  #ifdef vax
***************
*** 1896,1902 ****
  #endif vax
  #ifdef mips
  	/* d_ttys will be filled in by cninit */
! 	cnioctl,	nulldev,	nulldev,	0, 
  	cnselect,	nodev,		0,	0},
  #endif mips
  	{dzopen, 	dzclose,	dzread, 	dzwrite,	/*1*/
--- 1897,1903 ----
  #endif vax
  #ifdef mips
  	/* d_ttys will be filled in by cninit */
! 	cnioctl,	cnstop,		nulldev,	0, 
  	cnselect,	nodev,		0,	0},
  #endif mips
  	{dzopen, 	dzclose,	dzread, 	dzwrite,	/*1*/



More information about the Comp.unix.ultrix mailing list