From owner-cvs-all Sun Feb 2 9:46: 2 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62DD537B405; Sun, 2 Feb 2003 09:46:01 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A197343F9B; Sun, 2 Feb 2003 09:46:00 -0800 (PST) (envelope-from orion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h12Hk0bv069236; Sun, 2 Feb 2003 09:46:00 -0800 (PST) (envelope-from orion@repoman.freebsd.org) Received: (from orion@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h12Hk0hI069235; Sun, 2 Feb 2003 09:46:00 -0800 (PST) Message-Id: <200302021746.h12Hk0hI069235@repoman.freebsd.org> From: Orion Hodson Date: Sun, 2 Feb 2003 09:46:00 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/bktr bktr_audio.c bktr_card.c bktr_card.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 orion 2003/02/02 09:46:00 PST Modified files: sys/dev/bktr bktr_audio.c bktr_card.c bktr_card.h Log: Add BCTV3/PCI entry. Rename functions bctv_* to bctv2_* and macros BCTV_* to BCTV2_* for coexistance of BCTV2 and BCTV3. Rename CARD_IO_GV to CARD_TO_BCTV2. Add auto recognition of BCTV3/PCI. PR: i386/43879 Submitted by: MOROHOSHI Akihiko Approved by: roger MFC after: 6 days Revision Changes Path 1.9 +65 -67 src/sys/dev/bktr/bktr_audio.c 1.18 +30 -2 src/sys/dev/bktr/bktr_card.c 1.6 +4 -2 src/sys/dev/bktr/bktr_card.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message