Re: [PATCH 4 of 4] x86-64: Calgary IOMMU: Fix off by one when calculating register space

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 30 Sep 2006 11:43:32 +0300, Muli Ben-Yehuda said:

> +	 * Each Calgary has four busses. The first four busses (first Calgary)
> +	 * have RIO node ID 2, then the next four (second Calgary) have RIO
> +	 * node ID 3, the next four (third Calgary) have node ID 2 again, etc.
> +	 * We use a gross hack - relying on the dev->bus->number ordering,
> +	 * modulo 14 - to decide which Calgary a given bus is on. Busses 0, 1,
> +	 * 2 and 4 are on the first Calgary (id 2), 6, 8, a and c are on the
> +	 * second (id 3), and then it repeats modulo 14.
> + 	 */
> +	rionodeid = (dev->bus->number % 14 > 4) ? 3 : 2;

A quick perusal of the pci-calgary.c in 2.6.18-mm2 doesn't find a single
comment explaining where "6, 8, a, c" comes from, which makes that 14 seem
"magical" - are the 3rd Calgary's busses e,f, 10, and 12? It makes me wonder
why they didn't just blow 2 "reserved" numbers to make it mod 16 and an easier
decode. ;)

Attachment: pgpqcYQ7iR7MD.pgp
Description: PGP signature


[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux