Date: Fri, 26 Jul 2002 01:05:25 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pccbb pccbb.c pccbbdevid.h pccbbreg.h pccbbvar.h Message-ID: <200207260805.g6Q85P0J037247@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200207260805.g6Q85P0J037247>