diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-08-29 09:03:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-08-29 09:03:58 +0000 |
| commit | 3de9d6fbe4a7150a92a2f6f2f6450a4e274f062d (patch) | |
| tree | c56f640988c657040f7f52b7c4012dc77bc8dc77 /sys/dev/sf | |
| parent | d4c45842d7dda1872e1ab3338065a4a5bda1bb85 (diff) | |
Notes
Diffstat (limited to 'sys/dev/sf')
| -rw-r--r-- | sys/dev/sf/if_sf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sf/if_sf.c b/sys/dev/sf/if_sf.c index 9a79c2635291..a07b04f16760 100644 --- a/sys/dev/sf/if_sf.c +++ b/sys/dev/sf/if_sf.c @@ -1079,7 +1079,7 @@ static int sf_attach(dev) /* Allocate the descriptor queues. */ sc->sf_ldata = contigmalloc(sizeof(struct sf_list_data), M_DEVBUF, - M_NOWAIT, 0x100000, 0xffffffff, PAGE_SIZE, 0); + M_NOWAIT, 0, 0xffffffff, PAGE_SIZE, 0); if (sc->sf_ldata == NULL) { printf("sf%d: no memory for list buffers!\n", unit); |
