From owner-freebsd-commit Sun Feb 4 02:03:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA17559 for freebsd-commit-outgoing; Sun, 4 Feb 1996 02:03:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA17537 for cvs-all-outgoing; Sun, 4 Feb 1996 02:02:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA17524 for cvs-sys-outgoing; Sun, 4 Feb 1996 02:02:45 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA17512 Sun, 4 Feb 1996 02:02:40 -0800 (PST) Date: Sun, 4 Feb 1996 02:02:40 -0800 (PST) From: Paul Traina Message-Id: <199602041002.CAA17512@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa qcam.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/04 02:02:38 Modified: sys/i386/isa qcam.c Log: Add ability to bypass the auto-detection code. It used to be rock solid for me, but has gotten a bit flakey in bidirectional parallel port mode. Fix a bug in bidirectional parallel port transfers, more work is still needed here (testers welcome). Minor cleanup. Revision Changes Path 1.3 +54 -38 src/sys/i386/isa/qcam.c