From owner-freebsd-current@FreeBSD.ORG Mon Jul 21 11:04:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDBE737B401 for ; Mon, 21 Jul 2003 11:04:55 -0700 (PDT) Received: from bluejay.mail.pas.earthlink.net (bluejay.mail.pas.earthlink.net [207.217.120.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3469543FA3 for ; Mon, 21 Jul 2003 11:04:55 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from user-2ivfmrb.dialup.mindspring.com ([165.247.219.107] helo=mindspring.com) by bluejay.mail.pas.earthlink.net with asmtp (SSLv3:RC4-MD5:128) (Exim 3.33 #1) id 19ef1j-0006OR-00; Mon, 21 Jul 2003 11:04:48 -0700 Message-ID: <3F1C2B03.1D56A886@mindspring.com> Date: Mon, 21 Jul 2003 11:03:47 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Evan Dower References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-ELNK-Trace: b1a02af9316fbb217a47c185c03b154d40683398e744b8a4a1d73edc75ebaa07f223f48d61807ee1387f7b89c61deb1d350badd9bab72f9c350badd9bab72f9c cc: arlankfo@141.com cc: current@freebsd.org Subject: Re: putting /dev/lpt in polling mode in boot time. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jul 2003 18:04:56 -0000 Evan Dower wrote: > >From: "Andrew Lankford" > >Reply-To: arlankfo@141.com > >To: > >Subject: Re: putting /dev/lpt in polling mode in boot time. > >Date: Sun, 20 Jul 2003 15:40:21 -0600 > > > >Before anyone corrects me, yes, the man page says bit 5 controls polling, > >0x20. My question stands. > > I may be smoking crack, but isn't it: > bit 5 = 0001 0000 = 0x10 ? > bit 6 = 0010 0000 = 0x20 ? > E Not if you start counting at 0. 8-). -- Terry