cvs commit: src/sys/i386/isa atpic.c

John Baldwin jhb at FreeBSD.org
Fri Nov 14 13:02:50 PST 2003


jhb         2003/11/14 13:02:49 PST

  FreeBSD src repository

  Modified files:
    sys/i386/isa         atpic.c 
  Log:
  Always install IDT entries for ATPIC interrupt sources.  The APIC no
  longer uses these interrupt vectors for its ISA interrupt pins, so these
  entries will not be overwritten.  If we get a spurious interrupt from the
  ATPIC when using the APIC, it will be treated as a stray interrupt instead
  of causing a panic.
  
  Revision  Changes    Path
  1.5       +3 -10     src/sys/i386/isa/atpic.c


More information about the cvs-src mailing list