From owner-cvs-all Fri Jul 26 1: 5:31 2002 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 E3B9737B400; Fri, 26 Jul 2002 01:05:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A954643E31; Fri, 26 Jul 2002 01:05:25 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from freefall.freebsd.org (imp@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6Q85PJU037248; Fri, 26 Jul 2002 01:05:25 -0700 (PDT) (envelope-from imp@freefall.freebsd.org) Received: (from imp@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6Q85P0J037247; Fri, 26 Jul 2002 01:05:25 -0700 (PDT) Message-Id: <200207260805.g6Q85P0J037247@freefall.freebsd.org> From: Warner Losh Date: Fri, 26 Jul 2002 01:05:25 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbbdevid.h pccbbreg.h pccbbvar.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 2002/07/26 01:05:25 PDT Modified files: sys/dev/pccbb pccbb.c pccbbdevid.h pccbbreg.h pccbbvar.h Log: MFp4: o Rename the insanely long PCIC bridge ids. o Add my copyright to pccbb.c o Add support for the TI-1510, TI-1520 and TI-4510 series of upcoming bridges. o Init MFUNC if it is zero and the TI part has a MFUNC register at offset 0x8c (1030, 1130 and 1131 don't have anything there, the 1250,1251,1251B and 1450 have a different thing there. The rest have it. TI is likely to only do MFUNC from now on. The IRQMUX in the 1250 series of chips needs no tweaks. o Adjust to new exca interface. o Add comments about TI chips that I learned in talking to an engineer at TI. o Add register definitions for MFUNC. o Create CB_TI125X chipset type. Revision Changes Path 1.49 +79 -75 src/sys/dev/pccbb/pccbb.c 1.8 +48 -45 src/sys/dev/pccbb/pccbbdevid.h 1.11 +22 -1 src/sys/dev/pccbb/pccbbreg.h 1.12 +7 -6 src/sys/dev/pccbb/pccbbvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message