PERFORCE change 48880 for review

Juli Mallett jmallett at FreeBSD.org
Sat Mar 13 00:45:23 PST 2004


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

Change 48880 by jmallett at jmallett_oingo on 2004/03/13 00:45:05

	Attach GIO.  XXX GIO support non-existant, right now, though.
	It's fairly complex in NetBSD, ditto HPC, which is what we
	really want to get at, because that's where the interesting
	devices are on i.e. the Indigo2.  I have to do some DMA, etc.,
	infrastructure and figure out this "*devs" crud before I go
	into that.  I'm not sure it's worth it immediately.

Affected files ...

.. //depot/projects/mips/sys/mips/sgimips/imc/imc.c#3 edit

Differences ...

==== //depot/projects/mips/sys/mips/sgimips/imc/imc.c#3 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 $
+ * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#3 $
  */
 
 #include <sys/cdefs.h>
@@ -69,7 +69,7 @@
 {
 	switch (mach_type) {
 	case MACH_SGI_IP22:
-		/* Attach GIO. */
+		device_add_child(dev, "gio", 0);
 		return (0);
 	default:
 		return (ENOENT);


More information about the p4-projects mailing list