Date: Sat, 13 Mar 2004 00:45:21 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 48880 for review Message-ID: <200403130845.i2D8jL38056621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=48880 Change 48880 by jmallett@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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403130845.i2D8jL38056621>