Re: putting /dev/lpt in polling mode in boot time.

2003-07-21 Thread Terry Lambert
Evan Dower wrote: > >From: "Andrew Lankford" <[EMAIL PROTECTED]> > >Reply-To: [EMAIL PROTECTED] > >To: <[EMAIL PROTECTED]> > >Subject: Re: putting /dev/lpt in polling mode in boot time. > >Date: Sun, 20 Jul 2003 15:40:21 -0600 > >

Re: putting /dev/lpt in polling mode in boot time.

2003-07-20 Thread Andrew Lankford
>Try to disable ACPI. > >Marc Ah yes. Just noticed that in the FAQ. I'll fiddle with that when I've got the time. Might as well disable acpi since it barely works on my machine anyway. Apart from the power button, that is. Thanks Andrew Lankford __

Re: putting /dev/lpt in polling mode in boot time.

2003-07-20 Thread Evan Dower
I may be smoking crack, but isn't it: bit 5 = 0001 = 0x10 ? bit 6 = 0010 = 0x20 ? E From: "Andrew Lankford" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> Subject: Re: putting /dev/lpt in polling mode in boot time. Date: Sun, 20 Jul

Re: putting /dev/lpt in polling mode in boot time.

2003-07-20 Thread Marc Fonvieille
On Sun, Jul 20, 2003 at 03:29:02PM -0600, Andrew Lankford wrote: [...] > ppc0 port 0x778-0x77f,0x378-0x37f irq 7 drq 3 on acpi0 > ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode > ppc0: FIFO with 16/16/9 bytes threshold > ppbus0: on ppc0 > lpt0: on ppbus0 > lpt0: Interrupt-driven p

Re: putting /dev/lpt in polling mode in boot time.

2003-07-20 Thread Andrew Lankford
Before anyone corrects me, yes, the man page says bit 5 controls polling, 0x20. My question stands. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[

putting /dev/lpt in polling mode in boot time.

2003-07-20 Thread Andrew Lankford
Kernel: FreeBSD bogushost2 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Sat Jul 19 23:38:13 EDT 2003[EMAIL PROTECTED]:/usr/obj/usr/src/sys/ARL5KERNEL i386 Since I kept on getting "stray irq 7"'s with my laserjet 4, I decided to set my parallel port to use polled mode at boottime. While I guess I co