DragonFly commits List (threaded) for 2003-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/i386/isa intr_machdep.c
dillon 2003/10/27 08:42:17 PST
Modified files:
sys/i386/isa intr_machdep.c
Log:
Fix a bug introduced when I redid the stray interrupt arary. The
initial loading of the vectors by isa_defaultirq() wound up being a nop
because I broke the intr_handler[] check in icu_unset(). This caused
stray interrupts doing boot (e.g. a stray irq 7 / printer interrupt being
the most common) to generate trap 30's and drop into DDB on boot.
Mucho Thanks to: David Rhodus <drhodus@xxxxxxxxx>
Revision Changes Path
1.15 +37 -7 src/sys/i386/isa/intr_machdep.c
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]