Return to BSD News archive
Path: sserve!newshost.anu.edu.au!munnari.oz.au!bunyip.cc.uq.oz.au!harbinger.cc.monash.edu.au!yeshua.marcam.com!news.kei.com!nic.hookup.net!swrinde!cs.utexas.edu!uunet!Germany.EU.net!news From: bs@Germany.EU.net (Bernard Steiner) Newsgroups: comp.os.386bsd.bugs Subject: lpd bug Date: 17 Jan 1994 13:42:56 +0100 Organization: EUnet Deutschland GmbH, Dortmund, Germany Lines: 14 Distribution: world Message-ID: <2he14g$qga@Germany.EU.net> NNTP-Posting-Host: qwerty.germany.eu.net Hi, hacking around with lpd and printcap and writing my own lpf, I discovered the printcap br# option is assigned to some BR variable that happens to be a short. Unfortunately, these days the tty speed may well exceed 32767 :) Well, the BR declaration is in a .c file, and an external definition in some .h file. Note that setting the baudrate to 57600 requires a bit of further hacking in the pk0.2.3-patched tty (though not com) driver of 386bsd0.1 That's all for now. -Bernard