PERFORCE change 52371 for review
John Baldwin
jhb at FreeBSD.org
Thu May 6 12:20:47 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=52371
Change 52371 by jhb at jhb_blue on 2004/05/06 12:19:56
Fixup swi names (shorter is good).
Affected files ...
.. //depot/projects/smpng/sys/pc98/pc98/sio.c#40 edit
Differences ...
==== //depot/projects/smpng/sys/pc98/pc98/sio.c#40 (text+ko) ====
@@ -1795,9 +1795,9 @@
printf("\n");
if (sio_fast_ih == NULL) {
- swi_add(&tty_ithd, "tty:sio", siopoll, NULL, SWI_TTY, 0,
+ swi_add(&tty_ithd, "sio", siopoll, NULL, SWI_TTY, 0,
&sio_fast_ih);
- swi_add(&clk_ithd, "tty:sio", siopoll, NULL, SWI_CLOCK, 0,
+ swi_add(&clk_ithd, "sio", siopoll, NULL, SWI_CLOCK, 0,
&sio_slow_ih);
}
minorbase = UNIT_TO_MINOR(unit);
More information about the p4-projects
mailing list