diff options
| author | Scott Long <scottl@FreeBSD.org> | 2012-03-12 08:03:51 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2012-03-12 08:03:51 +0000 |
| commit | b6f97155ccab302d0c3920d20604b183a036f0fb (patch) | |
| tree | dc5d4c305b98bef1388bcb9d1d8e32413a75f5af /sys/dev/ips | |
| parent | 312af517e350ff5a9991c005a7cb628cc513a4a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ips')
| -rw-r--r-- | sys/dev/ips/ips_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ips/ips_pci.c b/sys/dev/ips/ips_pci.c index 9781087891d1..d39f4acbf65c 100644 --- a/sys/dev/ips/ips_pci.c +++ b/sys/dev/ips/ips_pci.c @@ -135,7 +135,7 @@ static int ips_pci_attach(device_t dev) device_printf(dev, "irq setup failed\n"); goto error; } - if (bus_dma_tag_create( /* parent */ NULL, + if (bus_dma_tag_create( /* PCI parent */bus_get_dma_tag(dev), /* alignemnt */ 1, /* boundary */ 0, /* lowaddr */ BUS_SPACE_MAXADDR_32BIT, |
