Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Jul 1995 09:55:00 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        wpaul@freefall.cdrom.com (Bill Paul)
Cc:        CVS-commiters@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com
Subject:   Re: cvs commit: src/usr.sbin/lpr/lpd printjob.c
Message-ID:  <199507311655.JAA03332@gndrsh.aac.dev.com>
In-Reply-To: <199507311359.GAA22587@freefall.cdrom.com> from "Bill Paul" at Jul 31, 95 06:59:47 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> wpaul       95/07/31 06:59:46
> 
>   Modified:    usr.sbin/lpr/lpd  printjob.c
>   Log:
>   The other day someone brought me an old Apple Laserwriter II with a serial
>   interface set at 57600 baud, and I found out the hard way that lpd doesn't
>   know about speeds greater than 38400, even though <sys/ttydev.h> also
>   permits 57600 and 115200 baud. Fix this by adding B57600 and B115200 to the
>   'bauds' table. (The Apple printer worked properly once I did this, BTW. :)

When you get real ambitions go fix this old crufty code to stop using
the table and use the termios interface, it would make future support of
Baud rates beyond 115200 automatic :-)


-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                 Reliable computers for FreeBSD



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507311655.JAA03332>