Magellan Linux

Annotation of /alx-src/trunk/kernel26-alx/linux/Documentation/aoe/udev.txt

Parent Directory Parent Directory | Revision Log Revision Log


Revision 628 - (hide annotations) (download)
Wed Mar 4 10:48:58 2009 UTC (15 years, 2 months ago) by niro
File MIME type: text/plain
File size: 865 byte(s)
import linux sources based on 2.6.12-alx-r9:
 -using linux-2.6.12.6
 -using 2.6.12-ck6 patch set
 -using fbsplash-0.9.2-r3
 -using vesafb-tng-0.9-rc7
 -using squashfs-2.2
 -added cddvd-cmdfilter-drop.patch as ck dropped it
 -added via-epia-dri (cle266) patch
 -added zd1211-svn-32 wlan driver (http://zd1211.ath.cx/download/)
 -added debian patches to zd1211 for wep256 etc

1 niro 628 # These rules tell udev what device nodes to create for aoe support.
2     # They may be installed along the following lines (adjusted to what
3     # you see on your system).
4     #
5     # ecashin@makki ~$ su
6     # Password:
7     # bash# find /etc -type f -name udev.conf
8     # /etc/udev/udev.conf
9     # bash# grep udev_rules= /etc/udev/udev.conf
10     # udev_rules="/etc/udev/rules.d/"
11     # bash# ls /etc/udev/rules.d/
12     # 10-wacom.rules 50-udev.rules
13     # bash# cp /path/to/linux-2.6.xx/Documentation/aoe/udev.txt \
14     # /etc/udev/rules.d/60-aoe.rules
15     #
16    
17     # aoe char devices
18     SUBSYSTEM="aoe", KERNEL="discover", NAME="etherd/%k", GROUP="disk", MODE="0220"
19     SUBSYSTEM="aoe", KERNEL="err", NAME="etherd/%k", GROUP="disk", MODE="0440"
20     SUBSYSTEM="aoe", KERNEL="interfaces", NAME="etherd/%k", GROUP="disk", MODE="0220"
21    
22     # aoe block devices
23     KERNEL="etherd*", NAME="%k", GROUP="disk"