From owner-cvs-all Sat Jan 16 21:18:57 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA04551 for cvs-all-outgoing; Sat, 16 Jan 1999 21:18:57 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA04543; Sat, 16 Jan 1999 21:18:55 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA29269; Sat, 16 Jan 1999 21:18:55 -0800 (PST) Date: Sat, 16 Jan 1999 21:18:55 -0800 (PST) Message-Id: <199901170518.VAA29269@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci ide_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/16 21:18:54 PST Modified files: sys/pci ide_pci.c Log: Fixed a 2-bit error in initializing MWDMA mode for VIA chipsets. Prefetch/postwrite was enabled for the wrong controller. (VIA is bitwise big endian and we confused ourself by shifting left instead of right.) Extracted from: last set of patches from the author (john hood ) on 7 Feb 1998 Revision Changes Path 1.27 +2 -3 src/sys/pci/ide_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message