From b485720cba89f4f8a0e542a8c350a21b981d1af9 Mon Sep 17 00:00:00 2001 From: Yu Hao Date: Mon, 26 Sep 2022 11:35:05 -0700 Subject: sys/linux: fix errors --- sys/linux/dev_ppp.txt.const | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sys/linux/dev_ppp.txt.const') diff --git a/sys/linux/dev_ppp.txt.const b/sys/linux/dev_ppp.txt.const index fe5cd9b9f..41680d12e 100644 --- a/sys/linux/dev_ppp.txt.const +++ b/sys/linux/dev_ppp.txt.const @@ -7,11 +7,14 @@ NPMODE_PASS = 0 NPMODE_QUEUE = 3 PPPIOCATTACH = 1074033725, mips64le:ppc64le:2147775549 PPPIOCATTCHAN = 1074033720, mips64le:ppc64le:2147775544 +PPPIOCBRIDGECHAN = 1074033717, mips64le:ppc64le:2147775541 PPPIOCCONNECT = 1074033722, mips64le:ppc64le:2147775546 PPPIOCDISCONN = 29753, mips64le:ppc64le:536900665 PPPIOCGDEBUG = 2147775553, mips64le:ppc64le:1074033729 PPPIOCGFLAGS = 2147775578, mips64le:ppc64le:1074033754 PPPIOCGIDLE = 2148561983, 386:arm:2148037695, mips64le:ppc64le:1074820159 +PPPIOCGIDLE32 = 2148037695, mips64le:ppc64le:1074295871 +PPPIOCGIDLE64 = 2148561983, mips64le:ppc64le:1074820159 PPPIOCGNPMODE = 3221779532 PPPIOCGUNIT = 2147775574, mips64le:ppc64le:1074033750 PPPIOCNEWUNIT = 3221517374 @@ -24,6 +27,7 @@ PPPIOCSMRRU = 1074033723, mips64le:ppc64le:2147775547 PPPIOCSMRU = 1074033746, mips64le:ppc64le:2147775570 PPPIOCSNPMODE = 1074295883, mips64le:ppc64le:2148037707 PPPIOCSPASS = 1074820167, 386:arm:1074295879, mips64le:ppc64le:2148561991 +PPPIOCUNBRIDGECHAN = 29748, mips64le:ppc64le:536900660 PPP_AT = 41 PPP_ATCP = 32809 PPP_CBCP = 49193 -- cgit mrf-deployment