diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-06-24 18:30:08 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-06-24 18:30:08 +0000 |
| commit | c63d83f7c29fd2871f624c5af92746ee1fc32f17 (patch) | |
| tree | 021103d1ca7d27fac0a1dbb706b1546a12af437f /sys/dev/twa | |
| parent | c3c409c4982d515387a418186dad0e4a9ccc86db (diff) | |
Notes
Diffstat (limited to 'sys/dev/twa')
| -rw-r--r-- | sys/dev/twa/twa_freebsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/twa/twa_freebsd.c b/sys/dev/twa/twa_freebsd.c index 09642c11454b..84ea6ad80af2 100644 --- a/sys/dev/twa/twa_freebsd.c +++ b/sys/dev/twa/twa_freebsd.c @@ -584,7 +584,7 @@ twa_alloc_req_pkts(struct twa_softc *sc, int num_reqs) TWA_ALIGNMENT, /* alignment */ 0, /* boundary */ BUS_SPACE_MAXADDR, /* lowaddr */ - BUS_SPACE_MAXADDR + 1, /* highaddr */ + BUS_SPACE_MAXADDR, /* highaddr */ NULL, NULL, /* filter, filterarg */ TWA_Q_LENGTH * (sizeof(struct twa_command_packet)),/* maxsize */ |
