Date: Thu, 6 May 2004 12:20:45 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 52371 for review Message-ID: <200405061920.i46JKjMF068481@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52371 Change 52371 by jhb@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405061920.i46JKjMF068481>
