Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Nov 2005 20:29:29 +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/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c
Message-ID:  <200511162029.jAGKTTBW008735@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511162029.jAGKTTBW008735>