Following the discussion we had about module-info, I created one for
each kernel, and you would not believe it, but the module-info files for
i386.normal and i386.PAE really do differ.
I guess we don't care about these modules, that's why it does not cause
any problems, but maybe we should not be relying on it.
[mgracik@mglab temp]$ diff module-info module-info.pae
344,349d343
< i2o_block
< scsi
< "I2O Block Device OSM"
< i2o_scsi
< scsi
< "I2O SCSI Peripheral OSM"
1027a1022,1030
> xen-blkfront
> scsi
> "Xen virtual block device frontend"
> xen-netback
> eth
> "xen-netback driver"
> xen-netfront
> eth
> "Xen virtual network device frontend"
--
Martin Gracik <mgracik(a)redhat.com>