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

[ Available lists | Index of cvs-src | Month of Apr 2004 | Week of 27 Apr 2004 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
John Baldwin <jhb@FreeBSD.org>
Date
27 Apr 2004 13:03:27
Subject
cvs commit: src/sys/i386/isa clock.c
Message-ID
200404272003.i3RK3RFZ048001@repoman.freebsd.org


[ Hide this part ]
jhb         2004/04/27 13:03:27 PDT

FreeBSD src repository

Modified files:
sys/i386/isa clock.c
Log:
- The i8254 uses IRQ 0, not IRQ 8. Correct i8254_intsrc to reference the
correct interrupt source.
- Cache a pointer to the i8254_intsrc's pending method to avoid several
pointer indirections in i8254_get_timecount().

Reported by: bde

Revision Changes Path
1.209 +6 -4 src/sys/i386/isa/clock.c


Elapsed time: 0.110 seconds