Magellan Linux

Annotation of /trunk/initscripts/common/modprobe.d/aliases.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1357 - (hide annotations) (download)
Sat Jun 4 21:05:40 2011 UTC (12 years, 11 months ago) by niro
File size: 1310 byte(s)
copied from original repos
1 niro 870 # Aliases to tell insmod/modprobe which modules to use
2    
3     # Uncomment the network protocols you don't want loaded:
4     # alias net-pf-1 off # Unix
5     # alias net-pf-2 off # IPv4
6     # alias net-pf-3 off # Amateur Radio AX.25
7     # alias net-pf-4 off # IPX
8     # alias net-pf-5 off # DDP / appletalk
9     # alias net-pf-6 off # Amateur Radio NET/ROM
10     # alias net-pf-9 off # X.25
11     # alias net-pf-10 off # IPv6
12     # alias net-pf-11 off # ROSE / Amateur Radio X.25 PLP
13     # alias net-pf-19 off # Acorn Econet
14    
15     alias char-major-10-175 agpgart
16     alias char-major-10-200 tun
17     alias char-major-81 bttv
18     alias char-major-108 ppp_generic
19     alias /dev/ppp ppp_generic
20     alias tty-ldisc-3 ppp_async
21     alias tty-ldisc-14 ppp_synctty
22     alias ppp-compress-21 bsd_comp
23     alias ppp-compress-24 ppp_deflate
24     alias ppp-compress-26 ppp_deflate
25    
26     # Crypto modules (see http://www.kerneli.org/)
27     alias loop-xfer-gen-0 loop_gen
28     alias loop-xfer-3 loop_fish2
29     alias loop-xfer-gen-10 loop_gen
30     alias cipher-2 des
31     alias cipher-3 fish2
32     alias cipher-4 blowfish
33     alias cipher-6 idea
34     alias cipher-7 serp6f
35     alias cipher-8 mars6
36     alias cipher-11 rc62
37     alias cipher-15 dfc2
38     alias cipher-16 rijndael
39     alias cipher-17 rc5
40    
41     # Support for i2c and lm_sensors
42     alias char-major-89 i2c-dev
43    
44     # Old nvidia support ...
45     alias char-major-195 NVdriver
46     alias /dev/nvidiactl char-major-195

Properties

Name Value
svn:executable *