Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Sep 1997 12:30:03 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/isa apic_vector.s icu_vector.s
Message-ID:  <199709281930.MAA10261@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1997/09/28 12:30:03 PDT

  Modified files:
    sys/i386/isa         apic_vector.s icu_vector.s 
  Log:
  Fix a serious bug I introduced while adding in support for CAM interrupts.
  It seems I didn't count my 0's properly when adding the new masks into
  icu_vector.s pushing SWI_AST_MASK off the end of the array and screwing
  up the indexing for SWI_CLOCK_MASK.
  
  Fix the bug icu_vector.s and also reformat the code in both icu_vector.s and
  apic_vector.s so that it will be much harder to make the same mistake in
  the future.
  
  Submitted by:	Bruce Evans <bde@zeta.org.au>
  
  Revision  Changes    Path
  1.23      +3 -2      src/sys/i386/isa/apic_vector.s
  1.6       +7 -5      src/sys/i386/isa/icu_vector.s



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