Date: Fri, 16 Aug 2024 22:10:57 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 280870] ppp(8) does not support all/higher baudrates Message-ID: <bug-280870-227-G6CQGD5Idy@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-280870-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
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.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-280870-227-G6CQGD5Idy>
