Magellan Linux

Contents of /trunk/module-init-tools/patches/modutils-2.4.27-alias.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 2246 byte(s)
-import

1 Taken from Debian.
2
3 Update misc alias cruft.
4
5 --- util/alias.h
6 +++ util/alias.h
7 @@ -52,7 +52,11 @@
8 "binfmt--310 binfmt_java",
9
10 "block-major-1 rd",
11 +#if defined(__s390__) || defined(__s390x__) || defined(__ia64__) || defined(__powerpc__)
12 + "block-major-2 off",
13 +#else
14 "block-major-2 floppy",
15 +#endif
16 "block-major-3 ide-probe-mod",
17 "block-major-7 loop",
18 "block-major-8 sd_mod",
19 @@ -107,6 +111,7 @@
20 /* /dev/sunmouse Sun mouse */
21 /* /dev/beep Fancy beep device */
22 /* /dev/modreq Kernel module load request */
23 + "char-major-10-116 snd",
24 "char-major-10-130 wdt", /* /dev/watchdog Watchdog timer port */
25 "char-major-10-131 wdt", /* /dev/temperature Machine internal temperature */
26 /* /dev/hwtrap Hardware fault trap */
27 @@ -116,7 +121,11 @@
28 "char-major-10-144 nvram", /* from Tigran Aivazian <tigran@sco.COM> */
29 "char-major-10-157 applicom", /* from David Woodhouse <dwmw2@infradead.org> */
30 "char-major-10-175 agpgart", /* /dev/agpgart GART AGP mapping access */
31 + "char-major-10-181 toshiba",
32 + "char-major-10-183 hw_random",
33 "char-major-10-184 microcode", /* Tigran Aivazian <tigran@veritas.com> */
34 + "char-major-10-187 irnet",
35 + "char-major-10-189 ussp",
36 "char-major-10-200 tun", /* Universal TUN/TAP device driver */
37 "char-major-10-250 hci_vhci",
38
39 @@ -179,6 +203,11 @@
40 /* next two from <dairiki@matthews.dairiki.org> Thanks! */
41 "net-pf-17 af_packet",
42 "net-pf-19 off", /* acorn econet */
43 + "net-pf-20 atm",
44 + "net-pf-23 irda",
45 + "net-pf-24 pppoe",
46 + "net-pf-25 wanrouter",
47 + "net-pf-26 llc",
48
49 "net-pf-31 bluez",
50
51 @@ -199,6 +228,10 @@
52 "bt-proto-2 sco",
53 "bt-proto-3 rfcomm",
54 "bt-proto-4 bnep",
55 + "bt-proto-5 cmtp",
56 + "bt-proto-6 hidp",
57 + "bt-proto-7 avdtp",
58 +
59
60 "plip0 plip",
61 "plip1 plip",
62 @@ -228,6 +261,7 @@
63 "ppp-compress-21 bsd_comp",
64 "ppp-compress-24 ppp_deflate",
65 "ppp-compress-26 ppp_deflate",
66 + "ppp ppp_async", /* for 2.4 */
67
68 #ifndef __sparc__
69 "parport_lowlevel parport_pc",
70 @@ -271,9 +305,6 @@
71 */
72 char *above[] =
73 {
74 - "hid keybdev mousedev",
75 - "usbmouse hid",
76 - "wacom evdev",
77 NULL /* marks the end of the list! */
78 };
79
80 @@ -284,7 +315,6 @@
81 */
82 char *below[] =
83 {
84 - "ov518_decomp ov511",
85 NULL /* marks the end of the list! */
86 };