Date: Tue, 22 Feb 2005 21:52:52 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpivar.h src/sys/amd64/acpica madt.c src/sys/i386/acpica madt.c Message-ID: <200502222152.j1MLqqRG085270@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-02-22 21:52:52 UTC FreeBSD src repository Modified files: sys/dev/acpica acpivar.h sys/amd64/acpica madt.c sys/i386/acpica madt.c Log: - Add a new quirk to indicate that pin 0 of the first I/O APIC is really IRQ 0 and not an ExtINT pin. The MADT enumerators ignore the PC-AT flag and ignore overrides that map IRQ 0 to pin 2 when this quirk is present. - Add a block comment above the quirks to document each quirk so that we can use more verbose descriptions quirks. MFC after: 2 weeks Revision Changes Path 1.15 +8 -2 src/sys/amd64/acpica/madt.c 1.87 +12 -3 src/sys/dev/acpica/acpivar.h 1.18 +8 -2 src/sys/i386/acpica/madt.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502222152.j1MLqqRG085270>