Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2004 10:33:07 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 52440 for review
Message-ID:  <200405071733.i47HX7kS092499@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=52440

Change 52440 by jhb@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405071733.i47HX7kS092499>