aboutsummaryrefslogtreecommitdiffstats
path: root/config/examples/w540-expresscard-firewire
blob: 7540cf2b4bf21a74de6b9015c19771879b0bf89a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# IRQ scheduling for a Lenovo W540, using an expresscard/34 with firewire800

# set priority for hardware clock rtc0
tuna -q 8 -p 90
# set priority for device with irq 18 (firewire_ohci, i801_smbus)
tuna -q 18 -p 85

# kthread scheduling
tuna -t 'irq/*rtc0*' -p 90
tuna -t 'irq/*i801_smb*' -p 88
tuna -t 'irq/*firewire*' -p 86