Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2007 18:24:28 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 117909 for review
Message-ID:  <200704111824.l3BIOSNb035641@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 117909 by gonzo@gonzo_jeeves on 2007/04/11 18:23:31

	o Whitespaces nits

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips4k/malta/obio.c#2 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips4k/malta/obio.c#2 (text+ko) ====

@@ -103,9 +103,11 @@
 	if (rman_init(&sc->oba_irq_rman) != 0 ||
 	    rman_manage_region(&sc->oba_irq_rman, 4, 4) != 0)
 		panic("obio_attach: failed to set up IRQ rman");
+
 	device_add_child(dev, "uart", 0);
 	bus_generic_probe(dev);
 	bus_generic_attach(dev);
+
 	return (0);
 }
 


help

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