PERFORCE change 95409 for review

Kip Macy kmacy at FreeBSD.org
Mon Apr 17 04:28:27 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95409

Change 95409 by kmacy at kmacy_storage:sun4v_rwbuf on 2006/04/17 04:27:45

	enable interrupts in FreeBSD's normal place in configure

Affected files ...

.. //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/autoconf.c#2 edit

Differences ...

==== //depot/projects/kmacy_sun4v/src/sys/sun4v/sun4v/autoconf.c#2 (text+ko) ====

@@ -64,6 +64,8 @@
 static void
 configure(void *dummy)
 {
+	
+	intr_restore_all(0x16);
 
 	root_bus_configure();
 #ifdef DEV_ISA


More information about the p4-projects mailing list