[Bug 280870] ppp(8) does not support all/higher baudrates
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 280870] ppp(8) does not support all/higher baudrates"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 16 Aug 2024 22:10:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280870 --- Comment #1 from dirkx@webweaving.org --- *** /usr/src/usr.sbin/ppp/defs.c.org Fri Aug 16 16:12:38 2024 --- /usr/src/usr.sbin/ppp/defs.c Sat Aug 17 00:02:01 2024 *************** *** 235,240 **** --- 235,261 ---- #ifdef B921600 { 921600, B921600, }, #endif + #ifdef B1000000 + { 1000000U, B1000000 }, + #endif + #ifdef B1500000 + { 1500000U, B1500000 }, + #endif + #ifdef B2000000 + { 2000000U, B2000000 }, + #endif + #ifdef B2500000 + { 2500000U, B2500000 }, + #endif + #ifdef B3000000 + { 3000000U, B3000000 }, + #endif + #ifdef B3500000 + { 3500000U, B3500000 }, + #endif + #ifdef B4000000 + { 4000000U, B4000000 }, + #endif #ifdef EXTA { 19200, EXTA, }, #endif -- You are receiving this mail because: You are the assignee for the bug.