Date: Sun, 1 Dec 2002 15:30:26 -0800 (PST) From: Thomas Moestl <tmm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/include bus_common.h src/sys/sparc64/pci psycho.c src/sys/sparc64/sbus sbus.c Message-ID: <200212012330.gB1NUQiD086297@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tmm 2002/12/01 15:30:26 PST Modified files: sys/sparc64/include bus_common.h sys/sparc64/pci psycho.c sys/sparc64/sbus sbus.c Log: Always initialize the UPA target module id in the interrupt mapping register to the one of the processor doing the interrupt setup. This is required since this field is preinitialized to 0, but there exist machines which have no processor with a MID of 0 (e.g. e450s with 1 or 2 processors). Add some more macros for handle the interrupt mapping registers, and rename some existing ones for consistency. Approved by: re Revision Changes Path 1.3 +18 -17 src/sys/sparc64/include/bus_common.h 1.20 +7 -7 src/sys/sparc64/pci/psycho.c 1.6 +9 -9 src/sys/sparc64/sbus/sbus.c 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?200212012330.gB1NUQiD086297>