Date: Tue, 30 Sep 2008 19:04:24 GMT From: John Baldwin <jhb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 150718 for review Message-ID: <200809301904.m8UJ4O1j017365@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=150718 Change 150718 by jhb@jhb_mutex on 2008/09/30 19:04:15 IFC @150716 Affected files ... .. //depot/projects/smpng/sys/dev/fatm/if_fatm.c#20 integrate Differences ... ==== //depot/projects/smpng/sys/dev/fatm/if_fatm.c#20 (text+ko) ==== @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD: src/sys/dev/fatm/if_fatm.c,v 1.24 2008/03/25 09:38:57 ru Exp $"); +__FBSDID("$FreeBSD: src/sys/dev/fatm/if_fatm.c,v 1.25 2008/09/30 18:52:43 marius Exp $"); #include "opt_inet.h" #include "opt_natm.h" @@ -2880,7 +2880,7 @@ * restrictions for the controller (and PCI bus) and is never used * to do anything. */ - if (bus_dma_tag_create(NULL, 1, 0, + if (bus_dma_tag_create(bus_get_dma_tag(dev), 1, 0, BUS_SPACE_MAXADDR_32BIT, BUS_SPACE_MAXADDR, NULL, NULL, BUS_SPACE_MAXSIZE_32BIT, MAXDMASEGS, BUS_SPACE_MAXSIZE_32BIT, 0, NULL, NULL,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809301904.m8UJ4O1j017365>