diff options
author | Sam Leffler <sam@FreeBSD.org> | 2006-05-08 20:11:09 +0000 |
---|---|---|
committer | Sam Leffler <sam@FreeBSD.org> | 2006-05-08 20:11:09 +0000 |
commit | 6ccb8ea7804597130c40bbd30a2f25f618cfd20f (patch) | |
tree | 91d76080048f985681d6ed39ec7f23af1979d5e1 /sys/dev/ath/if_ath_pci.c | |
parent | f7bb71361ec00cb2ea94ca385db8df22c7d1e2c4 (diff) | |
download | src-6ccb8ea7804597130c40bbd30a2f25f618cfd20f.tar.gz src-6ccb8ea7804597130c40bbd30a2f25f618cfd20f.zip |
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_pci.c')
-rw-r--r-- | sys/dev/ath/if_ath_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_pci.c b/sys/dev/ath/if_ath_pci.c index cb176f06293b..cbed3c0d7a22 100644 --- a/sys/dev/ath/if_ath_pci.c +++ b/sys/dev/ath/if_ath_pci.c @@ -183,7 +183,7 @@ ath_pci_attach(device_t dev) NULL, NULL, /* filter, filterarg */ 0x3ffff, /* maxsize XXX */ ATH_MAX_SCATTER, /* nsegments */ - BUS_SPACE_MAXADDR, /* maxsegsize */ + 0x3ffff, /* maxsegsize XXX */ BUS_DMA_ALLOCNOW, /* flags */ NULL, /* lockfunc */ NULL, /* lockarg */ |