summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2005-03-09 00:54:55 +0000
committerscottl <scottl@FreeBSD.org>2005-03-09 00:54:55 +0000
commit585fb992701fe9bd9a48eb86ffdb3188ce815d93 (patch)
tree9e13087c1a5daf7a2e4c7613c6420f732ba400f6 /sys/pci
parent93318a5e79cd3c39a99f56cbb64d664291aff16f (diff)
downloadFreeBSD-src-585fb992701fe9bd9a48eb86ffdb3188ce815d93.zip
FreeBSD-src-585fb992701fe9bd9a48eb86ffdb3188ce815d93.tar.gz
Bugger, wiped out a needed comma in the previous commit.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_dc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/if_dc.c b/sys/pci/if_dc.c
index d4cba44..dc95835 100644
--- a/sys/pci/if_dc.c
+++ b/sys/pci/if_dc.c
@@ -2148,7 +2148,7 @@ dc_attach(device_t dev)
/* Allocate a busdma tag for mbufs. */
error = bus_dma_tag_create(NULL, 1, 0, BUS_SPACE_MAXADDR_32BIT,
- BUS_SPACE_MAXADDR, NULL, NULL, MCLBYTES DC_TX_LIST_CNT, MCLBYTES,
+ BUS_SPACE_MAXADDR, NULL, NULL, MCLBYTES, DC_TX_LIST_CNT, MCLBYTES,
0, NULL, NULL, &sc->dc_mtag);
if (error) {
printf("dc%d: failed to allocate busdma tag\n", unit);
OpenPOWER on IntegriCloud