Date: Wed, 5 Nov 2003 08:18:06 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 io_apic.c Message-ID: <200311051618.hA5GI6RI008847@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/11/05 08:18:06 PST FreeBSD src repository Modified files: sys/i386/i386 io_apic.c Log: - Adjust some of the bitfields in the ioapic_intsrc struct to be unsigned rather than signed. This fixes some cosmetics such as verbose printf's for IRQs greater than 127. - The calculation for next_ioapic_base was also adjusted so that it will only complain once for each hole in the IRQs provided by ACPI for IO APICs. Reported by: Michal Mertl <mime@traveller.cz> Revision Changes Path 1.3 +18 -18 src/sys/i386/i386/io_apic.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311051618.hA5GI6RI008847>