mux 2003/04/07 10:02:44 PDT
FreeBSD src repository
Modified files:
sys/dev/fxp if_fxp.c
Log:
Correct the maxsize and maxsegsz parameters for the
bus_dma_tag_create() calls. Without this, fxp(4) + PAE
would consume insane amounts of bounce pages.
Revision Changes Path
1.162 +7 -7 src/sys/dev/fxp/if_fxp.c