cvs commit: src/sys/amd64/amd64 io_apic.c src/sys/i386/i386 io_apic.c

John Baldwin jhb at FreeBSD.org
Wed Nov 16 20:29:30 GMT 2005


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


More information about the cvs-src mailing list