Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jul 2005 01:04:27 -0000
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 machdep.c src/sys/i386/include intr_machdep.h src/sys/i386/isa atpic.c elcr.c
Message-ID:  <200501182024.j0IKOlPk078354@repoman.freebsd.org>

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




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