Last change
on this file since 1720 was 1718, checked in by Bruno Cornec, 18 years ago |
- Still working on udev support in mindi
- auto creation of the right links at boot time with udev-links.conf(from Mandriva 2008.0)
- rework startup of udev as current makes kernel crash (from Mandriva 2008.0)
- add support for 64 bits udev
- Try to render MyInsmod silent at boot time
|
File size:
822 bytes
|
Rev | Line | |
---|
[1718] | 1 | # List device nodes that need to be created by udev:
|
---|
| 2 |
|
---|
| 3 | # Standard nodes:
|
---|
| 4 | L fd /proc/self/fd
|
---|
| 5 | L stdin /proc/self/fd/0
|
---|
| 6 | L stdout /proc/self/fd/1
|
---|
| 7 | L stderr /proc/self/fd/2
|
---|
| 8 | L core /proc/kcore
|
---|
| 9 | #L sndstat /proc/asound/oss/sndstat
|
---|
| 10 | #L MAKEDEV /sbin/MAKEDEV
|
---|
| 11 |
|
---|
| 12 | # These are needed for fs to be mounted:
|
---|
| 13 | D pts
|
---|
| 14 | D shm
|
---|
| 15 |
|
---|
| 16 | # These are needed because their drivers cannot be autoprobed in any way:
|
---|
| 17 | M fd0 b 2 0
|
---|
| 18 | M fd1 b 2 1
|
---|
| 19 | M ppp c 108 0
|
---|
| 20 | M loop0 b 7 0
|
---|
| 21 | D net
|
---|
| 22 | M net/tun c 10 200
|
---|
| 23 | M raw1394 c 171 0
|
---|
| 24 | M sg0 c 21 0
|
---|
| 25 | M sg1 c 21 1
|
---|
| 26 | M sr0 b 11 0
|
---|
| 27 | M sr1 b 11 1
|
---|
| 28 | M st0 c 9 0
|
---|
| 29 | M st1 c 9 1
|
---|
| 30 | M parport0 c 99 0
|
---|
| 31 | D cpu
|
---|
| 32 | D cpu/0
|
---|
| 33 | M cpu/0/cpuid c 203 0
|
---|
| 34 | M cpu/0/microcode c 10 184
|
---|
| 35 | M cpu/0/msr c 202 0
|
---|
| 36 | M lp0 c 6 0
|
---|
| 37 | M rawctl c 162 0
|
---|
| 38 | # sometimes, nvidia driver is slow to create these devices and X failed to start:
|
---|
| 39 | M nvidia0 c 195 0
|
---|
| 40 | M nvidiactl c 195 255
|
---|
| 41 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.