From owner-cvs-all Tue Aug 14 0:31:53 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C32A837B406; Tue, 14 Aug 2001 00:31:47 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7E7Vl296582; Tue, 14 Aug 2001 00:31:47 -0700 (PDT) (envelope-from imp) Message-Id: <200108140731.f7E7Vl296582@freefall.freebsd.org> From: Warner Losh Date: Tue, 14 Aug 2001 00:31:47 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pccard pcic_pci.c pcic_pci.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG imp 2001/08/14 00:31:47 PDT Modified files: sys/pccard pcic_pci.c pcic_pci.h Log: For TI12xx and newer, clear register 0x84. This is the "Multimedia" register. It enables Zoom Video. It appears that on at least one card that Monzoon is using sets these bits by default. Nothing works when these bits are set, everything works when they are clear. Add commentary on some of the ti bits. Make code a little clearer. Also remove a call to pcic_pci_pd6729 which was prematurely added in the last commit. Revision Changes Path 1.67 +37 -16 src/sys/pccard/pcic_pci.c 1.27 +2 -1 src/sys/pccard/pcic_pci.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message