cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include intr_machdep.h src/sys/i386/isa atpic.c elcr.c

John Baldwin jhb at FreeBSD.org
Sun Jul 3 01:04:27 GMT 2005


jhb         2005-01-18 20:24:47 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        machdep.c 
    sys/i386/include     intr_machdep.h 
    sys/i386/isa         atpic.c elcr.c 
  Log:
  Tweak the ELCR support slightly.  Explicitly probe the ELCR during boot
  instead of burying that in the atpic(4) code as atpic(4) is not the only
  user of elcr(4).  Change the elcr(4) code to export a global elcr_found
  variable that other code can check to see if a valid ELCR was found.
  
  MFC after:      1 month
  
  Revision  Changes    Path
  1.604     +1 -0      src/sys/i386/i386/machdep.c
  1.7       +1 -0      src/sys/i386/include/intr_machdep.h
  1.19      +3 -7      src/sys/i386/isa/atpic.c
  1.2       +1 -5      src/sys/i386/isa/elcr.c



More information about the cvs-src mailing list