From owner-freebsd-commit Mon Jul 31 09:55:18 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA10712 for commit-outgoing; Mon, 31 Jul 1995 09:55:18 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id JAA10699 for cvs-usrsbin-outgoing; Mon, 31 Jul 1995 09:55:10 -0700 Received: from gndrsh.aac.dev.com (gndrsh.aac.dev.com [198.145.92.241]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id JAA10692 ; Mon, 31 Jul 1995 09:55:06 -0700 Received: (from rgrimes@localhost) by gndrsh.aac.dev.com (8.6.11/8.6.9) id JAA03332; Mon, 31 Jul 1995 09:55:00 -0700 From: "Rodney W. Grimes" Message-Id: <199507311655.JAA03332@gndrsh.aac.dev.com> Subject: Re: cvs commit: src/usr.sbin/lpr/lpd printjob.c To: wpaul@freefall.cdrom.com (Bill Paul) Date: Mon, 31 Jul 1995 09:55:00 -0700 (PDT) Cc: CVS-commiters@freefall.cdrom.com, cvs-usrsbin@freefall.cdrom.com In-Reply-To: <199507311359.GAA22587@freefall.cdrom.com> from "Bill Paul" at Jul 31, 95 06:59:47 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 823 Sender: commit-owner@FreeBSD.org Precedence: bulk > > 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 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