]> git.pld-linux.org Git - packages/eagle-usb.git/blob - eagle-usb-vpivci-info.patch
- add 2.6.14-rc-git-breakage-fix.diff
[packages/eagle-usb.git] / eagle-usb-vpivci-info.patch
1 --- eagle-usb-2.3.2/driver/user/eagle-usb.conf  2005-03-27 14:45:25.000000000 +0000
2 +++ eagle-usb-2.3.2.new/driver/user/eagle-usb.conf      2005-06-12 09:27:55.060376872 +0000
3 @@ -5,8 +5,31 @@
4  #
5  # VPI / VCI are in hexa 
6  # for example, (8, 23) is (8,35) in decimal
7 -VPI=00000008
8 -VCI=00000024
9 +#
10 +# Country     Network        Encapsulation           VPI VCI (decimal values)
11 +#
12 +# Belgium     Belgacom       PPPoA vcmux             8   35
13 +# France      FT             PPPoA vcmux             8   35
14 +# France      Free dégroupé  IPoA vcmux              8   36
15 +# Finland     Sonera         IPoA LLC                0   100
16 +# Germany     DT             PPPoE LLC               1   32
17 +# Hungary     Matav          PPPoE LLC               1   32
18 +# Italy       Telecom Italia PPPoA vcmux             8   35
19 +# Netherlands KPN            PPPoA vcmux             8   48
20 +# Poland      TPSA           PPPoA vcmux             0   35
21 +# Portugal    PT             PPPoE LLC               0   35
22 +# Spain       Retevision     PPPoA vcmux             8   35
23 +# Spain       Telefonica     IPoA vcmux ou PPPoE LLC 8   32
24 +# Sweden      Telia          IPoA LLC                8   35
25 +# UK          BT             PPPoA vcmux             0   38
26 +#
27 +# References:  http://damien.bergamini.free.fr/ueagle/vpivci.html
28 +#
29 +# VPI/VCI -    hex. values - if you use values from table above,
30 +#              you have to convert them from decimal to hex.
31 +#
32 +VPI=00000000
33 +VCI=00000023
34  
35  #The following values are valid for encapsulation :
36  #MPOA_MODE_BRIDGED_ETH_LLC ----> 1 RFC2516 Bridged PPPoE LLC
This page took 1.019975 seconds and 3 git commands to generate.