Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2006 04:28:26 GMT
From:      Kip Macy <kmacy@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95409 for review
Message-ID:  <200604170428.k3H4SQIM074071@repoman.freebsd.org>

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

Change 95409 by kmacy@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



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