PERFORCE change 52440 for review
John Baldwin
jhb at FreeBSD.org
Fri May 7 10:33:08 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=52440
Change 52440 by jhb at jhb_slimer on 2004/05/07 10:32:15
Finish up SWI_CLOCK fixes.
Affected files ...
.. //depot/projects/smpng/sys/dev/cy/cy.c#2 edit
.. //depot/projects/smpng/sys/notes#15 edit
Differences ...
==== //depot/projects/smpng/sys/dev/cy/cy.c#2 (text+ko) ====
@@ -557,9 +557,9 @@
splx(s);
if (sio_fast_ih == NULL) {
- swi_add(&tty_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0,
+ swi_add(&tty_ithd, "cy", siopoll, NULL, SWI_TTY, 0,
&sio_fast_ih);
- swi_add(&clk_ithd, "tty:cy", siopoll, NULL, SWI_TTY, 0,
+ swi_add(&clk_ithd, "cy", siopoll, NULL, SWI_CLOCK, 0,
&sio_slow_ih);
}
minorbase = UNIT_TO_MINOR(unit);
==== //depot/projects/smpng/sys/notes#15 (text+ko) ====
@@ -6,8 +6,9 @@
+ SWI_TQ*
+ Fix tty hacks on clock to use SWI_CLOCK
+ sio
- - cy
- - cx
+ + cy
+ + cx
+ - Untested
- Consolidate linux module version and dependencies into MI location.
- Untested
- Enable a pmap_emulate_reference check for Alpha under INVARIANTS instead
More information about the p4-projects
mailing list