mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Bugger, wiped out a needed comma in the previous commit.
This commit is contained in:
parent
d025278aa1
commit
ab0d8702bf
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue