Gentoo Archives: gentoo-dev

From: Steve Long <slong@××××××××××××××××××.uk>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Re: pciparm init script for sys-apps/pciutils
Date: Wed, 04 Apr 2007 22:50:13
Message-Id: ev19sr$gl7$1@sea.gmane.org
In Reply to: Re: [gentoo-dev] Re: pciparm init script for sys-apps/pciutils by federico
1 federico wrote:
2
3 > Steve Long ha scritto:
4 >> What benefits does it show; why would I want it on my machine?
5 >>
6
7 > because it provides a place to store those settings;
8 >
9 latency timer settings? the coder in me can like that idea, the usr wants to
10 know "so what?"
11
12 > although I don't like wrapping each register into a variable... too much
13 > work on the script side. would be better to simplify it to:
14 >
15 > ALL="latency_timer=0b ..."
16 > <CARD_ID>="latency_timer=ff rom_address=48000001"
17 > <CARD_ID2>="poo=foo ..."
18 >
19 > with pci IDs being read from `lspci` directly
20 >
21 Don't get me wrong i find this interesting; just want an idea of
22 application. (Don't know what other registers there are which might be of
23 use..)
24
25 Would CARD_IDN thus be replaced directly by lspci id? And TBH I think a flat
26 file/ BASH snippet is fine. Config is separate to impl imo.
27
28
29 --
30 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Re: Re: pciparm init script for sys-apps/pciutils Patrice Bouvard <pabou@×××××.be>