cvs commit: src/sys/dev/usb umodem.c
Warner Losh
imp at FreeBSD.org
Thu Jun 28 05:50:15 UTC 2007
imp 2007-06-28 05:50:14 UTC
FreeBSD src repository
Modified files:
sys/dev/usb umodem.c
Log:
With the advent of G3/CDMA modems, the old buffer sizes are no longer
adequate. Increase them to 1k. The referenced PR made this a sysctl,
but that seems like overkill to me. The difference between 320 and
2048 bytes in modern systems, even embedded ones, seems to be in the
noise to be worth the extra hair to make it settable.
PR: 74609
Submitted by: Divacky Roman
Approved by: re (blanket)
Revision Changes Path
1.70 +4 -4 src/sys/dev/usb/umodem.c
More information about the cvs-src
mailing list