Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jun 2004 06:15:43 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 54450 for review
Message-ID:  <200406090615.i596Fh2I017106@repoman.freebsd.org>

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

Change 54450 by jmallett@jmallett_oingo on 2004/06/09 06:15:24

	Wrapper for GIO, I'll fill this in in a bit.

Affected files ...

.. //depot/projects/mips/sys/conf/files.mips#32 edit
.. //depot/projects/mips/sys/mips/conf/INDY#7 edit
.. //depot/projects/mips/sys/mips/sgimips/gio/gio.c#1 add
.. //depot/projects/mips/sys/mips/sgimips/gio/gioreg.h#1 add

Differences ...

==== //depot/projects/mips/sys/conf/files.mips#32 (text+ko) ====

@@ -56,6 +56,8 @@
 dev/arcs/arcs.c			optional	arcs
 dev/arcs/arcs_console.c		optional	arcs
 
+mips/sgimips/gio/gio.c		optional	gio
+
 mips/sgimips/imc/imc.c		optional	imc
 
 libkern/bcmp.c			standard

==== //depot/projects/mips/sys/mips/conf/INDY#7 (text+ko) ====

@@ -19,6 +19,7 @@
 # Hardware support
 device		arcs			#ARCS Firmware + Console
 device		imc			#IMC bus.
+device		gio			#GIO bus.
 
 # Debugging for use in -current
 options 	DDB			#Enable the kernel debugger



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