jhb 2005-11-16 20:29:29 UTC FreeBSD src repository
Modified files: sys/amd64/amd64 io_apic.c sys/i386/i386 io_apic.c Log: Fix a typo in the check for an invalid APIC. If we are told about an I/O APIC that doesn't exist, then a read of the version register is going to return -1 which is 0xffffffff not 0xffffff. Tested on: i386 Tested by: Nikos Ntarmos ntarmos at ceid dot upatras dot gr MFC after: 1 week Revision Changes Path 1.20 +1 -1 src/sys/amd64/amd64/io_apic.c 1.25 +1 -1 src/sys/i386/i386/io_apic.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"